I think I've gone wrong with my reasoning somewere here but I'm not sure why.
We embed $\mathbb{R}$ into the projective plane by $(x,y)\to[1,x,y]$, and consider the projective lines corresponding to $y=mx$ and $y=mx+c, c\neq 0$ and find there intersection.
Each projective lines must be the projection of some $2$ dimensional subspace, so by letting x=0 and x=1 get the lines being the projections of
$span((1,0,0),(1,1,m))$ and $span((1,1,m+c),(1,0,c))$ or all vectors of the form
$(p,q,mq)$ and $(r,s,ms+cr)$
These subspaces intersect when $p=r, q=s$ so that $r=0$ and so the points of intersection are of the form
$(0,s,ms)$ which corresponds to the point in the projective plane $[0,1,m]$.
Is this correct? I'm worried that my answer is independent of $c$.