Type Definition rin::math::Vector4[][src]

type Vector4<N> = Matrix<N, U4, U1, <DefaultAllocator as Allocator<N, U4, U1>>::Buffer>;

A stack-allocated, 4-dimensional column vector.