Target paper: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.480.10&rep=rep1&type=pdf (page #14)
$uU\cdot N_2 + vV\cdot N_2 = AP\cdot N_2$
This is the familiar equation of a line in the uv-plane for real variables $u, v$. The vector equation using real parameter $\lambda$ becomes
$(u, v) = AP \cdot N_2 \frac{(U\cdot N_2, V \cdot N_2)}{(U\cdot N_2)^2 + (V\cdot N_2)^2} + \lambda (V\cdot N_2, -U\cdot N_2)$
My question is:
How does the author get the second equation from the first one?
This is indeed the familiar equation for a line $$ Au+Bv=C, $$ assuming $A,B$ not both zero. The normal to the line is $(A,B)$ so a direction vector is $(B,-A)$. The point $\frac{C}{\lvert(A,B)\rvert^2}(A,B)$ lies on the line so you get parametric equation $$ (u,v)=\frac{C}{\lvert(A,B)\rvert^2}(A,B)+\lambda(B,-A). $$