Type Definition na::MatrixSlice4xX

source ·
pub type MatrixSlice4xX<'a, T, RStride = Const<1>, CStride = Const<4>> = Matrix<T, Const<4>, Dyn, ViewStorage<'a, T, Const<4>, Dyn, RStride, CStride>>;
👎Deprecated: Use MatrixView4xX 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.