Find the details about an intersection between a sphere and another sphere.
- Parameters
-
| pos1 | Position of first sphere. |
| radius1 | Radius of first sphere. |
| pos2 | Position of second sphere. |
| radius2 | Radius of second sphere. |
| pResult | Optional pointer to an MFCollisionResult structire to receive details about the intersection. |
- Returns
- True if the spheres intersect.