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

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

A column vector slice dynamic numbers of rows and columns.

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