- 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.