Type Definition nalgebra::core::Matrix4 [] [src]

type Matrix4<N> = MatrixN<N, U4>;

A stack-allocated, column-major, 4x4 square matrix.