A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
Matrix Class Reference

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
 

Detailed Description

Matrix implementation.

Author
Thanks to whoever wrote the Matrix class on the wiki, it has been a great help.

The documentation for this class was generated from the following file: