Type Definition nalgebra::base::Vector3

source ·
pub type Vector3<N> = VectorN<N, U3>;
Expand description

A stack-allocated, 3-dimensional column vector.