Type Definition na::MatrixSliceXx2

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

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