/** * An array representation of a Vector3 type */ export type Vector3Array = [number, number, number];