The generic Mat3 class provides support for 4x4 matrices.
Fields | |
---|---|
i | |
j | |
k | |
t |
Constructors | |
---|---|
New |
Methods | |
---|---|
Operator * | |
Operator - | |
Operator To | |
Operator ~ |
Functions | |
---|---|
Frustum | |
Ortho | Creates an orthographic projection matrix. |
Perspective | |
Rotation | Creates a rotation matrix for euler angles or a quat. |
Scaling | Creates a scaling matrix. |
Translation | Creates a translation matrix. |