cf_extents_aabb3¶ Category: math GitHub: cute_math3d.h Returns the dimensions (full width/height/depth) of an AABB. CF_V3 cf_extents_aabb3(CF_Aabb3 bb) { return cf_sub_v3(bb.max, bb.min); } Related Pages¶ CF_Aabb3 cf_center_aabb3 cf_half_extents_aabb3