We consider the projection of three-dimensional projective space from a center $Z$ onto image plane $\pi$: \begin{align} X \longmapsto \alpha(X) = (Z \lor X) \cap \pi \end{align}
since $\pi$ is a plane and given by its homogeneous coordinates $u$, I'm assuming that $u$ is a normal vector of that plane - but is that true? If so: Does the length of that vector matter or is it sufficient that it is orthogonal on that plane and why does it make sense to intersect this vector with the line $(X \lor Z)$ in order to get the projected point on plane $\pi$?
I hope my questions are clear. If not please let me know.
Notes:
Here is the description from my lecture notes. Please let me know if you need more information:
We consider the projection of three-dimensional projective space from a center $Z$ onto image plane $\pi$:
\begin{align} X \longmapsto \alpha(X) = (Z \lor X) \cap \pi \end{align}
We assume that $Z$ is given by its homogeneous coordinate vector $z$ and that the plane is given by its homogeneous coordinates vector $u$. For an arbitrary point $X$ with coordinates $x$ the line $X \lor Z$ is decscribed by points $\lambda x + \mu z$. We determine the intersection of that line with the image plane, so we have to solve for $\lambda$,$\mu$ such that
\begin{align} u^T(\lambda x + \mu z) &= 0 \\ \lambda u^Tx + \mu u^Tz &= 0 \end{align} \begin{align} \Rightarrow \lambda &= -u^Tz \\ \Rightarrow \mu &= u^Tx \end{align}
Thus the image point is given by coordinates $(-u^Tz)x + (u^Tx)z$
\begin{align} \alpha (X) = (-(u^Tz) E + zu^T)x \end{align}
Here $-(u^Tz) E + zu^T$ is the matrix describing the projection - and the projection is thereby recognized as a projective mapping ($E$ is here the identity matrix).