Chunks
Moddable voxel sandbox for room-scale VR.
Chunks.Geometry.Matrix4 Member List

This is the complete list of members for Chunks.Geometry.Matrix4, including all inherited members.

DeterminantChunks.Geometry.Matrix4
IdentityChunks.Geometry.Matrix4static
InverseChunks.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.Matrix4explicitstatic
operator*(Matrix4 a, Matrix4 b)Chunks.Geometry.Matrix4static
operator*(Matrix4 mat, Vector vec)Chunks.Geometry.Matrix4static
Rotation(Quaternion q)Chunks.Geometry.Matrix4static
Scale(Vector scale)Chunks.Geometry.Matrix4static
Translation(Vector offset)Chunks.Geometry.Matrix4static
TransposeChunks.Geometry.Matrix4