Type Definition na::MatrixSliceMut4xX

source ·
pub type MatrixSliceMut4xX<'a, T, RStride = Const<1>, CStride = Const<4>> = Matrix<T, Const<4>, Dyn, ViewStorageMut<'a, T, Const<4>, Dyn, RStride, CStride>>;
👎Deprecated: Use MatrixViewMut4xX instead. See issue #1076 for more information.
Expand description

A column-major matrix slice with 4 rows and a number of columns chosen at runtime.