EvBBox3D Type Alias
EvBBox3D is a TS type alias for an array of six numbers that define the position and size of a bounding box in 3D space: [min-x, min-y, min-z, max-x, max-y, max-z].
type EvBBox3D: number[min-x, min-y, min-z, max-x, max-y, max-z];
23 April 2025