Type Definition na::base::MatrixViewMut4xX

source ·
pub type MatrixViewMut4xX<'a, T, RStride = Const<1>, CStride = Const<4>> = Matrix<T, Const<4>, Dyn, ViewStorageMut<'a, T, Const<4>, Dyn, RStride, CStride>>;
Expand description

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