Type Definition na::VectorView3

source ·
pub type VectorView3<'a, T, RStride = Const<1>, CStride = Const<3>> = Matrix<T, Const<3>, Const<1>, ViewStorage<'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.