Type Definition mint::Vector3 [] [src]

type Vector3<T> = [T; 3];

Vector in 3D space.