FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
void | setTransform (SFVec3f translation, SFVec3f rotation, SFVec2f scale, SFVec3f scaleOrientation, SFVec2f center) |
void | getTransform (SFVec2f translation, SFVec3f rotation, SFVec2f scale) |
void | inverse (float[][] matrix) |
void | transpose (float[][] matrix) |
void | multiplyLeft (float[][] matrix, float[][] mult, int size) |
void | multiplyRight (float[][] matrix, float[][] mult, int size) |
void | multiplyRowVector (float[][] matrix, float[] vec, int size) |
void | multiplyColVector (float[][] matrix, float[] vec, int size) |
Definition at line 3 of file Matrix.java.