cf_closest_point_on_aabb3¶ Category: math GitHub: cute_math3d.h Returns the point on (or in) the AABB closest to p. CF_V3 cf_closest_point_on_aabb3(CF_Aabb3 bb, CF_V3 p) Related Pages¶ CF_Aabb3 cf_contains_point_aabb3 cf_sphere_to_aabb3