Type Definition na::MatrixSliceXx1

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

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