3d to 2d Projection Matrix
问题 I have 3 points in a 3D space of which I know the exact locations. Suppose they are: (x0,y0,z0) , (x1,y1,z1) and (x2,y2,z2) . Also I have a camera that is looking at these 3 points and I know the 2D locations of those three points on camera view plane. So for example (x0,y0,z0) will be (x0',y0') , and (x1,y1,z1) will be (x1',y1') and (x2,y2,z2) will be (x2',y2') from the camera's point of view. What is the easiest way to find the projection matrix that will project those 3D points into 2D