Type Definition na::MatrixSliceMut6xX

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

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