Package studio.magemonkey.fabled.data
Class Matrix3D
java.lang.Object
studio.magemonkey.fabled.data.Matrix3D
-
Constructor Summary
ConstructorsConstructorDescriptionMatrix3D
(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3) -
Method Summary
-
Constructor Details
-
Matrix3D
public Matrix3D(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3)
-
-
Method Details
-
get
public double get(int a, int b) -
getX
public double getX(int index) -
getX1
public double getX1() -
getX2
public double getX2() -
getX3
public double getX3() -
getY
public double getY(int index) -
getY1
public double getY1() -
getY2
public double getY2() -
getY3
public double getY3() -
getZ
public double getZ(int index) -
getZ1
public double getZ1() -
getZ2
public double getZ2() -
getZ3
public double getZ3() -
multiply
-
multiply
-
multiply
-
isIdentity
public boolean isIdentity()
-