Mount Fuji Engine  0.8b
MF_API bool MFCollision_SweepSphereSphereTest ( const MFVector sweepSpherePos,
const MFVector sweepSphereVelocity,
float  sweepSphereRadius,
const MFVector sphere,
float  sphereRadius,
MFSweepSphereResult pResult 
)

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

Parameters
sweepSpherePosSpheres initial position.
sweepSphereVelocitySpheres movement velocity.
sweepSphereRadiusRadius of the sphere.
spherePosition of sphere to test against.
sphereRadiusRadius of sphere to test against.
pResultOptional pointer to an MFSweepSphereResult structure to receive details about the collision.
Returns
True if the spheres intersect.