Uses of Class
com.agisoft.metashape.Matrix3x3d
Packages that use Matrix3x3d
-
Uses of Matrix3x3d in com.agisoft.metashape
Methods in com.agisoft.metashape that return Matrix3x3dModifier and TypeMethodDescriptionMatrix3x3d.add(Matrix3x3d other) Chunk.getCirCalibration()CIR calibration matrix, may be null.Viewpoint.getR()Camera rotation matrix.Region.getRotation()Region rotation matrix.Shutter.getRotation()Transform.getRotation()Rotation component, may be null.Matrix3x3d.inv()Matrix3x3d.mul(double c) Matrix3x3d.mul(Matrix3x3d other) Matrix4x4d.rotation()Matrix3x3d.sub(Matrix3x3d other) Matrix3x3d.t()Methods in com.agisoft.metashape with parameters of type Matrix3x3dModifier and TypeMethodDescriptionMatrix3x3d.add(Matrix3x3d other) static final voidMetashapeJNI.Chunk_setCirCalibration(long jarg1, Chunk jarg1_, long jarg2, Matrix3x3d jarg2_) static longMatrix3x3d.getCPtr(Matrix3x3d obj) static final longMetashapeJNI.Matrix3x3d_add(long jarg1, Matrix3x3d jarg1_, long jarg2, Matrix3x3d jarg2_) static final longMetashapeJNI.Matrix3x3d_col(long jarg1, Matrix3x3d jarg1_, int jarg2) static final doubleMetashapeJNI.Matrix3x3d_det(long jarg1, Matrix3x3d jarg1_) static final doubleMetashapeJNI.Matrix3x3d_get(long jarg1, Matrix3x3d jarg1_, int jarg2, int jarg3) static final double[][]MetashapeJNI.Matrix3x3d_getData(long jarg1, Matrix3x3d jarg1_) static final longMetashapeJNI.Matrix3x3d_inv(long jarg1, Matrix3x3d jarg1_) static final longMetashapeJNI.Matrix3x3d_mul__SWIG_0(long jarg1, Matrix3x3d jarg1_, long jarg2, Matrix3x3d jarg2_) static final longMetashapeJNI.Matrix3x3d_mul__SWIG_1(long jarg1, Matrix3x3d jarg1_, long jarg2, Vector3d jarg2_) static final longMetashapeJNI.Matrix3x3d_mul__SWIG_2(long jarg1, Matrix3x3d jarg1_, double jarg2) static final longMetashapeJNI.Matrix3x3d_mulp(long jarg1, Matrix3x3d jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Matrix3x3d_mulv(long jarg1, Matrix3x3d jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Matrix3x3d_row(long jarg1, Matrix3x3d jarg1_, int jarg2) static final voidMetashapeJNI.Matrix3x3d_set(long jarg1, Matrix3x3d jarg1_, int jarg2, int jarg3, double jarg4) static final longMetashapeJNI.Matrix3x3d_sub(long jarg1, Matrix3x3d jarg1_, long jarg2, Matrix3x3d jarg2_) static final longMetashapeJNI.Matrix3x3d_t(long jarg1, Matrix3x3d jarg1_) Matrix3x3d.mul(Matrix3x3d other) static final voidMetashapeJNI.Region_setRotation(long jarg1, Region jarg1_, long jarg2, Matrix3x3d jarg2_) voidChunk.setCirCalibration(Matrix3x3d calibration) CIR calibration matrix, may be null.voidViewpoint.setR(Matrix3x3d value) Camera rotation matrix.voidRegion.setRotation(Matrix3x3d rotation) Region rotation matrix.voidShutter.setRotation(Matrix3x3d rotation) voidTransform.setRotation(Matrix3x3d rotation) Rotation component, may be null.static final voidMetashapeJNI.Shutter_setRotation(long jarg1, Shutter jarg1_, long jarg2, Matrix3x3d jarg2_) Matrix3x3d.sub(Matrix3x3d other) static final voidMetashapeJNI.Transform_setRotation(long jarg1, Transform jarg1_, long jarg2, Matrix3x3d jarg2_) static final voidMetashapeJNI.Viewpoint_R_set(long jarg1, Viewpoint jarg1_, long jarg2, Matrix3x3d jarg2_) -
Uses of Matrix3x3d in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Matrix3x3dMethods in com.agisoft.metashape.tasks with parameters of type Matrix3x3dModifier and TypeMethodDescriptionstatic final voidTasksJNI.ExportPanorama_setRotation(long jarg1, ExportPanorama jarg1_, long jarg2, Matrix3x3d jarg2_) voidExportPanorama.setRotation(Matrix3x3d value) Panorama 3x3 orientation matrix.