Type Definition na::MatrixSliceXx4

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

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