I was reading through a geometry book for computer vision and it presented that the homogeneous representation of lines is
$$ax+by+c =0 \Leftrightarrow (a,b) \neq 0$$
But then they introduced an example that says
Consider the two lines $x=1$ and $x=2$. Here the two lines are parallel and consequently intersect "at infinity". In homogeneous notation the lines are $l=(-1,0,1),\ l'=(-1,0,2)$.
how do they get the values of $a$, $b$, and $c$ given the equations $x=1$ and $x=2$ ?