intersectPlane
Determines which side of a plane a sphere is located.
Return
Intersect.INSIDE if the entire sphere is on the side of the plane the normal is pointing, Intersect.OUTSIDE if the entire sphere is on the opposite side, and Intersect.INTERSECTING if the sphere intersects the plane.
Parameters
sphere
The bounding sphere to test.
plane
The plane to test against.