Module dlib.geometry.intersection

Functions

NameDescription
intrSphereVsAABB(sphere, aabb) Checks sphere and AABB for intersection
intrSphereVsOBB(s, b) Checks sphere and OBB for intersection
intrSphereVsPlane(sphere, plane) Checks sphere and plane for intersection
intrSphereVsSphere(sphere1, sphere2) Checks two spheres for intersection
intrSphereVsTriangle(sphere, tri) Checks sphere and triangle for intersection

Structs

NameDescription
Intersection Stores intersection data