Given one point and a set of the triangles which have one same vertex in 3d
space, (star shape) then how to find the nearest triangle to the point?
I tried to use the normal of each triangle but not sure how to compare inner
product?... there should be some standard algorithm for that...
thanks.