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

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

A column-major matrix slice with R rows and C columns.

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