Type Definition bevy_rapier3d::prelude::nalgebra::MatrixSliceMut6x5[][src]

type MatrixSliceMut6x5<'a, T, RStride = Const<1_usize>, CStride = Const<{_: usize}>> = Matrix<T, Const<{_: usize}>, Const<{_: usize}>, SliceStorageMut<'a, T, Const<{_: usize}>, Const<{_: usize}>, RStride, CStride>>;
Expand description

A column-major 6x5 matrix slice.

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