If I have a 2D shape on a plane embedded in 3D cartesian space and I know the area of that shape. I would like to calculate the area of the projection of that shape when viewed with an orthogonal camera at a certain angle (angle 0 meaning viewing right from the direction of the surface normal, so the projected area equals the actual area).
Intuitively I'd guess it will be actual area * cos(angle), but I'm not sure whether that's correct