Type Definition bevy_rapier3d::prelude::nalgebra::base::MatrixSliceMut[][src]

type MatrixSliceMut<'a, T, R, C, RStride = Const<1_usize>, CStride = R> = Matrix<T, R, C, SliceStorageMut<'a, T, R, C, RStride, CStride>>;
Expand description

A mutable matrix slice.