Type Definition Matrix4x2
nalgebra::base
type Matrix4x2<N> = MatrixMN<N, U4, U2>;
A stack-allocated, column-major, 4x2 matrix.