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