Type Definition Vec3
gfx::format
type Vec3<T> = [T; 3];
Abstracted 3-element container for macro internal use