Type Definition nalgebra::base::Vector4

source ·
pub type Vector4<N> = VectorN<N, U4>;
Expand description

A stack-allocated, 4-dimensional column vector.