Package com.agisoft.metashape
Class Matrix4x4d
java.lang.Object
com.agisoft.metashape.Matrix4x4d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Matrix4x4d
public Matrix4x4d(long cPtr, boolean cMemoryOwn) -
Matrix4x4d
public Matrix4x4d() -
Matrix4x4d
public Matrix4x4d(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
-
mulp
-
mulv
-
inv
-
t
-
det
public double det() -
rotation
-
translation
-
scale
public double scale()
-