Uses of Class
com.agisoft.metashape.Matrix4x4d
Packages that use Matrix4x4d
-
Uses of Matrix4x4d in com.agisoft.metashape
Methods in com.agisoft.metashape that return Matrix4x4dModifier and TypeMethodDescriptionstatic Matrix4x4dCoordinateSystem.datumTransform(CoordinateSystem source, CoordinateSystem target) Coordinate transformation from source to target coordinate system datum.Transform.getMatrix()Transformation matrix.Camera.getTransform()4x4 matrix describing photo location in the chunk coordinate system, may be null.DenseCloud.getTransform()4x4 dense cloud transformation matrix.OrthoProjection.getTransform()Ortho transformation matrix.TiledModel.getTransform()4x4 tiled model transformation matrix.Matrix4x4d.inv()CoordinateSystem.localframe(Vector3d point) Returns 4x4 transformation matrix to LSE coordinates at the given point.OrthoProjection.localframe(Vector3d pt) Matrix4x4d.mul(double c) Matrix4x4d.mul(Matrix4x4d other) Matrix4x4d.t()static Matrix4x4dCoordinateSystem.transformationMatrix(Vector3d point, CoordinateSystem source, CoordinateSystem target) Local approximation of coordinate transformation from source to target coordinate system at the given point.Methods in com.agisoft.metashape with parameters of type Matrix4x4dModifier and TypeMethodDescriptionstatic final voidMetashapeJNI.Camera_setTransform(long jarg1, Camera jarg1_, long jarg2, Matrix4x4d jarg2_) static final longMetashapeJNI.Chunk_renderPreview(long jarg1, Chunk jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) static final longMetashapeJNI.DenseCloud_renderPreview(long jarg1, DenseCloud jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) static final voidMetashapeJNI.DenseCloud_setTransform(long jarg1, DenseCloud jarg1_, long jarg2, Matrix4x4d jarg2_) static longMatrix4x4d.getCPtr(Matrix4x4d obj) static final doubleMetashapeJNI.Matrix4x4d_det(long jarg1, Matrix4x4d jarg1_) static final doubleMetashapeJNI.Matrix4x4d_get(long jarg1, Matrix4x4d jarg1_, int jarg2, int jarg3) static final double[][]MetashapeJNI.Matrix4x4d_getData(long jarg1, Matrix4x4d jarg1_) static final longMetashapeJNI.Matrix4x4d_inv(long jarg1, Matrix4x4d jarg1_) static final longMetashapeJNI.Matrix4x4d_mul__SWIG_0(long jarg1, Matrix4x4d jarg1_, long jarg2, Matrix4x4d jarg2_) static final longMetashapeJNI.Matrix4x4d_mul__SWIG_1(long jarg1, Matrix4x4d jarg1_, double jarg2) static final longMetashapeJNI.Matrix4x4d_mulp(long jarg1, Matrix4x4d jarg1_, long jarg2, Vector3d jarg2_) static final longMetashapeJNI.Matrix4x4d_mulv(long jarg1, Matrix4x4d jarg1_, long jarg2, Vector3d jarg2_) static final longMetashapeJNI.Matrix4x4d_rotation(long jarg1, Matrix4x4d jarg1_) static final doubleMetashapeJNI.Matrix4x4d_scale(long jarg1, Matrix4x4d jarg1_) static final voidMetashapeJNI.Matrix4x4d_set(long jarg1, Matrix4x4d jarg1_, int jarg2, int jarg3, double jarg4) static final longMetashapeJNI.Matrix4x4d_t(long jarg1, Matrix4x4d jarg1_) static final longMetashapeJNI.Matrix4x4d_translation(long jarg1, Matrix4x4d jarg1_) static final longMetashapeJNI.Model_renderPreview(long jarg1, Model jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5) Matrix4x4d.mul(Matrix4x4d other) static final voidMetashapeJNI.OrthoProjection_setTransform(long jarg1, OrthoProjection jarg1_, long jarg2, Matrix4x4d jarg2_) static final longMetashapeJNI.PointCloud_renderPreview(long jarg1, PointCloud jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) Chunk.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate chunk preview image.DenseCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate dense cloud preview image.Model.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate model preview image.PointCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate point cloud preview image.TiledModel.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate tiled model preview image.voidTransform.setMatrix(Matrix4x4d matrix) Transformation matrix.voidCamera.setTransform(Matrix4x4d transform) 4x4 matrix describing photo location in the chunk coordinate system, may be null.voidDenseCloud.setTransform(Matrix4x4d transform) 4x4 dense cloud transformation matrix.voidOrthoProjection.setTransform(Matrix4x4d transform) Ortho transformation matrix.voidTiledModel.setTransform(Matrix4x4d transform) 4x4 tiled model transformation matrix.static final longMetashapeJNI.TiledModel_renderPreview(long jarg1, TiledModel jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5) static final voidMetashapeJNI.TiledModel_setTransform(long jarg1, TiledModel jarg1_, long jarg2, Matrix4x4d jarg2_) static final voidMetashapeJNI.Transform_setMatrix(long jarg1, Transform jarg1_, long jarg2, Matrix4x4d jarg2_)