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

type Matrix3x1<N> = MatrixMN<N, U3, U1>;

A stack-allocated, column-major, 3x1 square matrix.