Package | Description |
---|---|
rajawali.math |
Modifier and Type | Method and Description |
---|---|
Matrix4 |
Matrix4.add(Matrix4 m2) |
static Matrix4 |
Matrix4.getScaleMatrix(float x,
float y,
float z) |
static Matrix4 |
Matrix4.getScaleMatrix(Number3D v) |
static Matrix4 |
Matrix4.getTrans(float x,
float y,
float z) |
static Matrix4 |
Matrix4.getTranslationMatrix(Number3D v) |
Matrix4 |
Matrix4.inverse() |
Matrix4 |
Matrix4.multiply(float value) |
Matrix4 |
Matrix4.multiply(Matrix4 m2) |
Matrix4 |
Matrix4.subtract(Matrix4 m2) |
Matrix4 |
Quaternion.toRotationMatrix() |
Matrix4 |
Matrix4.transpose() |
Modifier and Type | Method and Description |
---|---|
Matrix4 |
Matrix4.add(Matrix4 m2) |
boolean |
Matrix4.equals(Matrix4 m2) |
Matrix4 |
Matrix4.multiply(Matrix4 m2) |
Matrix4 |
Matrix4.subtract(Matrix4 m2) |
void |
Quaternion.toRotationMatrix(Matrix4 matrix) |
Constructor and Description |
---|
Matrix4(Matrix4 other) |