VPtoPlane
void VPtoPlane(R3VECTOR *r, R3VECTOR *p, R3VECTOR *o, R3VECTOR *n);
r - result
-
Projects point 'p' to a plane defined by origin 'o' and normal vector 'n'.