[][src]Type Definition nalgebra::base::Vector3

type Vector3<N> = Matrix<N, U3, U1, Owned<N, U3, U1>>;

A stack-allocated, 3-dimensional column vector.