| java.lang.Object com.etymon.pj.util.TMatrix
TMatrix | public class TMatrix (Code) | | |
Field Summary | |
public static float[][] | IDENTITY |
Method Summary | |
public static float[][] | clone(float[][] m) | public static float[][] | init() Returns a new transformation matrix, initialized to the identity matrix. | public static float[][] | multiply(float[][] a, float[][] b) | public static float[][] | toMatrix(float a, float b, float c, float d, float x, float y) | public static float[][] | toMatrix(float x, float y) | public static String | toString(float[][] m) |
IDENTITY | public static float[][] IDENTITY(Code) | | |
clone | public static float[][] clone(float[][] m)(Code) | | |
init | public static float[][] init()(Code) | | Returns a new transformation matrix, initialized to the identity matrix.
|
multiply | public static float[][] multiply(float[][] a, float[][] b)(Code) | | |
toMatrix | public static float[][] toMatrix(float a, float b, float c, float d, float x, float y)(Code) | | |
toMatrix | public static float[][] toMatrix(float x, float y)(Code) | | |
|
|