cf_half_extents¶
Category: math
GitHub: cute_math.h
Returns the half-extents of an AABB (axis-aligned bounding box).
Remarks¶
Half-extents refer to half-width and height-height: half_extents = { half_width, half_height }
.
Related Pages¶
CF_Aabb
cf_make_aabb
cf_width
cf_height
cf_half_width
cf_half_height
cf_extents