Mount Fuji Engine  0.8b
MF_API bool MFCollision_SweepSphereTriTest ( const MFVector sweepSpherePos,
const MFVector sweepSphereVelocity,
float  sweepSphereRadius,
const MFCollisionTriangle tri,
MFSweepSphereResult pResult 
)

Find the details about an intersection between a sweeping sphere and a triangle.

Parameters
sweepSpherePosSpheres initial position.
sweepSphereVelocitySpheres movement velocity.
sweepSphereRadiusRadius of the sphere.
triTriangle to test for collision.
pResultOptional pointer to an MFSweepSphereResult structure to receive details about the collision.
Returns
True if the sweeping sphere and triangle intersect.