Mount Fuji Engine  0.8b
MFVector MFCollision_MakePlaneFromPoints ( const MFVector p0,
const MFVector p1,
const MFVector p2 
)

Generates a plane from 3 arbitrary points.

Parameters
p0First point.
p1Second point.
p2Third point.
Returns
An MFVector containing the plane represented by the 3 given points.