Mount Fuji Engine  0.8b
MF_API bool MFCollision_SphereSphereTest ( const MFVector pos1,
float  radius1,
const MFVector pos2,
float  radius2,
MFCollisionResult pResult 
)

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

Parameters
pos1Position of first sphere.
radius1Radius of first sphere.
pos2Position of second sphere.
radius2Radius of second sphere.
pResultOptional pointer to an MFCollisionResult structire to receive details about the intersection.
Returns
True if the spheres intersect.