std.geom.Mat4 - nitrologic/monkey2 GitHub Wiki
Struct Mat4
The generic Mat3 class provides support for 4x4 matrices.
Fields | |
---|---|
i | |
j | |
k | |
t |
Constructors | |
---|---|
New |
Methods | |
---|---|
OpMul | |
OpSub | |
To | |
OpXor |
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. |