Uses of Class
com.agisoft.metashape.Matrix2x3d
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of Matrix2x3d in com.agisoft.metashape
Methods in com.agisoft.metashape with parameters of type Matrix2x3d Modifier and Type Method Description static longMatrix2x3d. getCPtr(Matrix2x3d obj)static longMetashapeJNI. Matrix2x3d_col(long jarg1, Matrix2x3d jarg1_, int jarg2)static doubleMetashapeJNI. Matrix2x3d_get(long jarg1, Matrix2x3d jarg1_, int jarg2, int jarg3)static double[][]MetashapeJNI. Matrix2x3d_getData(long jarg1, Matrix2x3d jarg1_)static longMetashapeJNI. Matrix2x3d_row(long jarg1, Matrix2x3d jarg1_, int jarg2)static voidMetashapeJNI. Matrix2x3d_set(long jarg1, Matrix2x3d jarg1_, int jarg2, int jarg3, double jarg4) -
Uses of Matrix2x3d in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Matrix2x3d Modifier and Type Method Description Matrix2x3dExportRaster. getWorldTransform()2x3 raster-to-world transformation matrix.Methods in com.agisoft.metashape.tasks with parameters of type Matrix2x3d Modifier and Type Method Description static voidTasksJNI. ExportRaster_setWorldTransform(long jarg1, ExportRaster jarg1_, long jarg2, Matrix2x3d jarg2_)voidExportRaster. setWorldTransform(Matrix2x3d value)2x3 raster-to-world transformation matrix.