Type Definition na::MatrixViewXx3

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

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