Chunks
Moddable voxel sandbox for room-scale VR.
|
This is the complete list of members for Chunks.Geometry.Matrix4, including all inherited members.
Determinant | Chunks.Geometry.Matrix4 | |
Identity | Chunks.Geometry.Matrix4 | static |
Inverse | Chunks.Geometry.Matrix4 | |
Matrix4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) | Chunks.Geometry.Matrix4 | |
operator IntMatrix3(Matrix4 mat) | Chunks.Geometry.Matrix4 | explicitstatic |
operator*(Matrix4 a, Matrix4 b) | Chunks.Geometry.Matrix4 | static |
operator*(Matrix4 mat, Vector vec) | Chunks.Geometry.Matrix4 | static |
Rotation(Quaternion q) | Chunks.Geometry.Matrix4 | static |
Scale(Vector scale) | Chunks.Geometry.Matrix4 | static |
Translation(Vector offset) | Chunks.Geometry.Matrix4 | static |
Transpose | Chunks.Geometry.Matrix4 |