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

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

A column-major 5x6 matrix slice.

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