box3¶
Struct | orca.geometry
3D axis-aligned bounding box
Overview¶
Fields¶
| Field | Type | Description |
|---|---|---|
min |
vec3 |
Minimum corner point |
max |
vec3 |
Maximum corner point |
Methods¶
center() → vec3¶
Calculates the center point of the box
Returns: vec3 — Center point of the bounding box