public class TMatrix
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float[][] |
IDENTITY |
Constructor and Description |
---|
TMatrix() |
Modifier and Type | Method and Description |
---|---|
static float[][] |
clone(float[][] m) |
static float[][] |
init()
Returns a new transformation matrix, initialized to the identity matrix.
|
static float[][] |
multiply(float[][] a,
float[][] b) |
static float[][] |
toMatrix(float x,
float y) |
static float[][] |
toMatrix(float a,
float b,
float c,
float d,
float x,
float y) |
static java.lang.String |
toString(float[][] m) |
public static float[][] init()
public static java.lang.String toString(float[][] m)
public static float[][] toMatrix(float a, float b, float c, float d, float x, float y)
public static float[][] clone(float[][] m)
public static float[][] toMatrix(float x, float y)
public static float[][] multiply(float[][] a, float[][] b)