Type Definition nalgebra::base::Vector3 [−][src]
pub type Vector3<T> = Matrix<T, U3, U1, ArrayStorage<T, 3, 1>>;
Expand description
A stack-allocated, 3-dimensional column vector.
pub type Vector3<T> = Matrix<T, U3, U1, ArrayStorage<T, 3, 1>>;
A stack-allocated, 3-dimensional column vector.