public class TransformationMatrix extends Object
Modifier and Type | Field and Description |
---|---|
private static TransformationMatrix |
identity |
private double[] |
values |
Constructor and Description |
---|
TransformationMatrix(double[] values) |
Modifier and Type | Method and Description |
---|---|
static TransformationMatrix |
getIndetity() |
Vector3 |
getRotation() |
Vector3 |
getTranslation() |
double[] |
getValues() |
TransformationMatrix |
multiply(TransformationMatrix matrix) |
String |
toString() |
private double[] values
private static TransformationMatrix identity
public double[] getValues()
public TransformationMatrix multiply(TransformationMatrix matrix)
public Vector3 getTranslation()
public Vector3 getRotation()
public static TransformationMatrix getIndetity()