Perspective matrix

Perspective space : Allows perspective projection expressed as matrix.
Common constraints (in OpenGL)
projection.svg
\[ \small \mathrm{M} = \left( \begin{array}{cccc} f & 0 & 0 & 0 \\ 0 & f & 0 & 0 \\ 0 & 0 & C & D \\ 0 & 0 & -1 & 0 \end{array} \right) \;\;\; \begin{array}{l} f = 1/\tan(\theta/2) \\ L = z_{near}-z_{far} \\ C = (z_{far}+z_{near})/L \\ D = 2 \, z_{far} \, z_{near}/L \\ \end{array} \]
In practice
\(\color{blue}{\theta}\)
To which view space coordinates are mapped 3D world space points at \(z_{near}\), \(z_{far}\) ?