Mount Fuji Engine  0.8b
MF_API bool MFCollision_SpherePlaneTest ( const MFVector spherePos,
float  radius,
const MFVector plane,
MFCollisionResult pResult 
)

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

Parameters
spherePosPosition of sphere.
radiusRadius of sphere.
planeVector representing the plane for intersection.
pResultOptional pointer to an MFCollisionResult structire to receive details about the intersection.
Returns
True if the sphere and plane intersect.