dlib.geometry.intersection

Members

Functions

intrSphereVsOBB
Intersection intrSphereVsOBB(Sphere s, OBB b)

Checks sphere and OBB for intersection

intrSphereVsPlane
Intersection intrSphereVsPlane(Sphere sphere, Plane plane)

Checks sphere and plane for intersection

intrSphereVsSphere
Intersection intrSphereVsSphere(Sphere sphere1, Sphere sphere2)

Checks two spheres for intersection

intrSphereVsTriangle
Intersection intrSphereVsTriangle(Sphere sphere, Triangle tri)

Checks sphere and triangle for intersection

measureSphereAndTriEdge
void measureSphereAndTriEdge(Vector3f center, float radius, Intersection result, Triangle tri, int whichEdge)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Intersection
struct Intersection

Stores intersection data

Meta

Authors

Timur Gafarov