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

type MatrixSlice3x6<'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 3x6 matrix slice.

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