Type Definition na::MatrixSlice3xX

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

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