IntersectsPlane
This function performs an intersection test between an AABB and a plane.
Syntax
- number IntersectsPlane(Plane plane)
Parameters
- plane: the plane to test intersection with.
Returns
Returns true if the AABB and plane intersect, otherwise false is returned.