CF_Aabb3¶
Category: math
GitHub: cute_math3d.h
A 3d axis-aligned bounding box.
| Struct Members | Description |
|---|---|
CF_V3 min |
The minimum corner. |
CF_V3 max |
The maximum corner. |
Related Pages¶
cf_transform_aabb3
cf_make_aabb3
cf_make_aabb3_center
cf_aabb3_to_aabb3
cf_ray3_to_aabb3
cf_frustum_test_aabb3