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

type SMatrixSlice<'a, T, const R: usize, const C: usize> = Matrix<T, Const<R>, Const<C>, SliceStorage<'a, T, Const<R>, Const<C>, Const<1_usize>, Const<R>>>;
Expand description

A column-major matrix slice with dimensions known at compile-time.

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