Type Definition lnkit::prelude::Matrix6xX[][src]

type Matrix6xX<T> = Matrix<T, Const<{_: usize}>, Dynamic, VecStorage<T, Const<{_: usize}>, Dynamic>>;

A heap-allocated, row-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.