Package com.agisoft.metashape
Class Matrix3x3d
java.lang.Object
com.agisoft.metashape.Matrix3x3d
public class Matrix3x3d extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Matrix3x3d()Matrix3x3d(double[][] data)Matrix3x3d(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description Matrix3x3dadd(Matrix3x3d other)Vector3dcol(int n)voiddelete()doubledet()protected voidfinalize()doubleget(int row, int col)static longgetCPtr(Matrix3x3d obj)double[][]getData()Matrix3x3dinv()Matrix3x3dmul(double c)Matrix3x3dmul(Matrix3x3d other)Vector3dmul(Vector3d other)Vector2dmulp(Vector2d other)Vector2dmulv(Vector2d other)Vector3drow(int n)voidset(int row, int col, double value)Matrix3x3dsub(Matrix3x3d other)Matrix3x3dt()
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Matrix3x3d
public Matrix3x3d(long cPtr, boolean cMemoryOwn) -
Matrix3x3d
public Matrix3x3d() -
Matrix3x3d
public Matrix3x3d(double[][] data)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
get
public double get(int row, int col) -
set
public void set(int row, int col, double value) -
getData
public double[][] getData() -
mul
-
mul
-
mul
-
mulp
-
mulv
-
add
-
sub
-
inv
-
t
-
det
public double det() -
col
-
row
-