Type Definition Matrix3x2
nalgebra::base
type Matrix3x2<N> = MatrixMN<N, U3, U2>;
A stack-allocated, column-major, 3x2 matrix.