Mount Fuji Engine  0.8b
bool MFCollision_RayPlaneTest ( const MFVector rayPos,
const MFVector rayDir,
const MFVector plane,
MFRayIntersectionResult pResult = NULL 
)

Find the point where a ray intersects a plane.

Parameters
rayPosRay starting position.
rayDirRay direction.
planeVector representing the plane to intersect.
pResultOptional pointer to an MFRayIntersectionResult structure that receives details about the intersection.
Returns
True if the ray intersects the plane.