cf_sphere_to_aabb3¶ Category: math GitHub: cute_math3d.h Returns true if a sphere and an AABB overlap. bool cf_sphere_to_aabb3(CF_Sphere s, CF_Aabb3 bb) Related Pages¶ CF_Sphere CF_Aabb3 cf_closest_point_on_aabb3