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