MATH.ProjectPointOnPlane (FUN)
This function will project a point onto a plane in direction of the normal vector. The return of type LREAL is the distance of the point
to the plane.
pplane |
POINTER TO MATH.PLANE_H |
pointer on plane description |
pvOrig |
POINTER TO MATH.Vector3D |
pointer on point
|
pvProj |
POINTER TO MATH.Vector3D |
pointer on projection of |