Type Definition slender_math::mat4

source ·
pub type mat4 = Matrix4x4;
Expand description

Column-major 4x4 matrix, indexed as [row, column]