Type Definition Matrix3x1
nalgebra::base
type Matrix3x1<N> = MatrixMN<N, U3, U1>;
A stack-allocated, column-major, 3x1 matrix.