cf_half_extents_aabb3¶ Category: math GitHub: cute_math3d.h Returns the half-dimensions of an AABB. CF_V3 cf_half_extents_aabb3(CF_Aabb3 bb) { return cf_mul_v3_f(cf_sub_v3(bb.max, bb.min), 0.5f); } Related Pages¶ CF_Aabb3 cf_center_aabb3 cf_extents_aabb3