Type Definition nalgebra::base::MatrixSliceMut3

source ·
pub type MatrixSliceMut3<'a, N, RStride = U1, CStride = U3> = MatrixSliceMutN<'a, N, U3, RStride, CStride>;
Expand description

A column-major 3x3 mutable matrix slice.