Type Definition na::VectorViewMut3

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

A 3D column vector view.

Because this is an alias, not all its methods are listed here. See the Matrix type too.