Type Definition bevy_rapier2d::prelude::nalgebra::Matrix5xX[][src]

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

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

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