Type Definition nalgebra::core::Vector5
[−]
[src]
type Vector5<N> = VectorN<N, U5>;
A stack-allocated, 5-dimensional column vector.
type Vector5<N> = VectorN<N, U5>;
A stack-allocated, 5-dimensional column vector.