I have a set of 3D points of a mesh and normals at each point. Points lie on the same plane which are obtained from cutting a 3d model along an arbitrary plane.
The problem is - I need to map these 3D points to their planar 2d coordinates (u,v), that can be used to form Delaunay triangulation of the mesh. So I need a transformation matrix that transforms these 3d coplanar points to their planar 2D coordinates.