Find the details about an intersection between a sweeping sphere and a sphere.
- Parameters
-
sweepSpherePos | Spheres initial position. |
sweepSphereVelocity | Spheres movement velocity. |
sweepSphereRadius | Radius of the sphere. |
sphere | Position of sphere to test against. |
sphereRadius | Radius of sphere to test against. |
pResult | Optional pointer to an MFSweepSphereResult structure to receive details about the collision. |
- Returns
- True if the spheres intersect.