Type Definition rin::math::base::Vector3 [−][src]
type Vector3<N> = Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>;
A stack-allocated, 3-dimensional column vector.
type Vector3<N> = Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>;
A stack-allocated, 3-dimensional column vector.