Type Definition na::MatrixView2xX

source ·
pub type MatrixView2xX<'a, T, RStride = Const<1>, CStride = Const<2>> = Matrix<T, Const<2>, Dyn, ViewStorage<'a, T, Const<2>, Dyn, RStride, CStride>>;
Expand description

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