Type Definition na::MatrixSliceMutXx3

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

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