A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Matrix implementation. More...
Public Member Functions | |
void | LoadIdentity () |
Vector3 | TransformVector (Vector3 _V) |
Matrix | translate (float _X, float _Y, float _Z) |
Static Public Member Functions | |
static Matrix | operator* (Matrix _A, Matrix _B) |
static Matrix | RotateX (float _Degree) |
static Matrix | RotateY (float _Degree) |
static Matrix | RotateZ (float _Degree) |
static Matrix | Scale (float _In) |
static Matrix | Scale (float _X, float _Y, float _Z) |
static Matrix | Translate (float _X, float _Y, float _Z) |
Public Attributes | |
float[] | m |
Matrix implementation.