Type Definition nalgebra::base::Matrix3x6

source ·
pub type Matrix3x6<N> = MatrixMN<N, U3, U6>;
Expand description

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