Type Definition mint::Vector4 [] [src]

type Vector4<T> = [T; 4];

Vector in 4D space. Useful as a homogeneous 3D vector representation.