Problem
We have a light source in $L = (0, -2, 5)$, and we have a triangle $ABC$, given by the points $(0, 0, 2), \ (3, 0, 2), \ (0, 0, 3)$.
We are also given that the point $C$ projects to $C' = (0, 3, 0)$ on the $xy$ plane.
Find the area of the shadow created by the triangle on the $xy$ plane.
Thoughts
I don't see the importance of giving us the $C'$ point, seeing as we still need to find $A'$, $B'$ ourselves anyway, right?
The best method I can think of is finding these two points, and then we can simply calculate the area of the shadow using, for example, the cross products of two vectors that span it.
But the problem seems to be hinting at some generalized way of calculating the area of the projection of the triangle onto a plane.
