intersectPlane

Determines which side of a plane the 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

plane

The plane to test against.

See also