I have a vector $n$ and I seek a parametric equation for a line that is orthogonal to $n$ and passes through a point $(a,b,c)$.
I got the equation of the plane formed by the normal vector and that contains the point using $\mathbf{n}.(\mathbf{r-r_o})=0$. But, I can't figure out how to get a general equation. Eventually, I wish to arrive at a parametric equation that I can use to get lines spanning $360^\circ$.
I could start with an arbitrary direction vector $l$ that is perpendicular to $n$ and passes through $(a,b,c)$ and get the equation using $(a,b,c)+t(l_1,l_2,l_3)$, but that will not give me all the vectors that I'm looking for.