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

pub type Vector4<T> = Matrix<T, U4, U1, ArrayStorage<T, 4, 1>>;
Expand description

A stack-allocated, 4-dimensional column vector.