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

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

A column-major matrix slice dynamic numbers of rows and columns.

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