Type Definition nalgebra::base::MatrixSliceMut4

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

A column-major 4x4 mutable matrix slice.