Type Definition nalgebra::base::Matrix5x2

source ·
pub type Matrix5x2<N> = MatrixMN<N, U5, U2>;
Expand description

A stack-allocated, column-major, 5x2 matrix.