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