Type Definition bevy_rapier2d::prelude::nalgebra::base::VectorSliceMut[][src]

type VectorSliceMut<'a, T, D, RStride = Const<1_usize>, CStride = D> = Matrix<T, D, Const<1_usize>, SliceStorageMut<'a, T, D, Const<1_usize>, RStride, CStride>>;
Expand description

A column vector slice with dimensions known at compile-time.

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