Type Definition nalgebra::base::Matrix3x1

source ·
pub type Matrix3x1<N> = MatrixMN<N, U3, U1>;
Expand description

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