![]() |
BlueSkies for Unity
1.8.1
|
Matrix math class allowing multiplication with another matrix and a vector. More...
Public Member Functions | |
void | fromRx (double rad) |
void | fromRy (double rad) |
void | fromRz (double rad) |
double | elemAt (int x, int y) |
void | setElement (int x, int y, double val) |
Matrix3x3 | Transpose () |
Static Public Member Functions | |
static Vector3 | operator* (Matrix3x3 m, Vector3 rkPoint) |
static Matrix3x3 | operator* (Matrix3x3 m1, Matrix3x3 m2) |
static Vector3 | operator* (Vector3 rkPoint, Matrix3x3 rkMatrix) |
Matrix math class allowing multiplication with another matrix and a vector.