A construction is as follows:
Given a fixed line $L$ and two fixed points $S,S'$.
For any point $P$ on the plane, let the line $PS'$ intersect $L$ at $Z$.
Draw the line through $S'$ parallel to $SP$, intersecting the line $SZ$ at $P'$.
The map $P\mapsto P'$ maps lines through $S$ to parallel lines through $S'$: the line $S'P'$ is parallel to $SP$.
By composing with a translation, we can assume $S=S'$.
then I try to describe the matrix of projective transformations on $\mathbb RP^2$ that fix the point $[0,0,1]$, and fixes any line through $[0,0,1]$.
I verified that any projective transformation represented by $$\pmatrix{1&0&0\\0&1&0\\A&B&C}$$ where $A,B,C\in\Bbb R,C\ne0$ satisfies the condition. Is that all of them?
To verify it satisfies the condition:
Compute the adjugate matrix is $\left(
\begin{array}{ccc}
C & 0 & 0 \\
0 & C & 0 \\
-A & -B & 1 \\
\end{array}
\right)$.
Any line through $[0,0,1]$ is of the form $[u,v,0]$.
$$(u,v,0)\left(
\begin{array}{ccc}
C & 0 & 0 \\
0 & C & 0 \\
-A & -B & 1 \\
\end{array}
\right)=(Cu,Cv,0)$$
so the line $[u,v,0]$ is fixed.
