Type Definition Matrix2x3
nalgebra::base
type Matrix2x3<N> = MatrixMN<N, U2, U3>;
A stack-allocated, column-major, 2x3 matrix.