Type Definition na::base::MatrixViewMut

source ·
pub type MatrixViewMut<'a, T, R, C, RStride = Const<1>, CStride = R> = Matrix<T, R, C, ViewStorageMut<'a, T, R, C, RStride, CStride>>;
Expand description

A mutable matrix view.