Type Definition Vector3
nalgebra::base
type Vector3<N> = VectorN<N, U3>;
A stack-allocated, 3-dimensional column vector.