I found some guides on how to project a 3D point to a 3D plane. (https://stackoverflow.com/questions/8942950/how-do-i-find-the-orthogonal-projection-of-a-point-onto-a-plane)
However, I wonder if it is possible to do an orthogonal projection of a 2D point onto a 3D plane (defined either by a normal and a point or as a 4D vector normal form)?
The context is that I have fitted a 3D plane to an image scene and then I want to do an orthogonal projection of a 2D image pixel coordinates onto this plane.