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