Module dlib.geometry.intersection
Functions
Name | Description |
---|---|
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
Name | Description |
---|---|
Intersection
|
Stores intersection data |