Type Definition na::Matrix6xX

source ·
pub type Matrix6xX<T> = Matrix<T, Const<6>, Dyn, VecStorage<T, Const<6>, Dyn>>;
Expand description

A heap-allocated, column-major, matrix with 6 rows and a dynamic number of columns.

Because this is an alias, not all its methods are listed here. See the Matrix type too.