Given a surface formed by a set of 3 coordinates (x1,y1,z1), (x2,y2,z2), (x3,y3,z3) and a point p (px,py,pz). How to find the projection of p to the plane tangent to the surface?
In the demonstration above, Πq(p) is the point I'm looking for based on point p and surface q.