- closestPoint
Vector3f closestPoint(Vector3f point)
Undocumented in source. Be warned that the author may not have intended to support it.
- containsPoint
bool containsPoint(Vector3f point)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersectsAABB
bool intersectsAABB(AABB b)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersectsSegment
bool intersectsSegment(Vector3f segStart, Vector3f segEnd, float intersectionTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersectsSphere
bool intersectsSphere(Sphere sphere, Vector3f collisionNormal, float penetrationDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
Axis-aligned bounding box