Find the details about an intersection between a sphere and a plane.
- Parameters
-
spherePos | Position of sphere. |
radius | Radius of sphere. |
plane | Vector representing the plane for intersection. |
pResult | Optional pointer to an MFCollisionResult structire to receive details about the intersection. |
- Returns
- True if the sphere and plane intersect.