Function NormalForm,X,Y ;+ ;n=NormalForm(X,Y) returns a vector n=[rho,theta] that ;represents the normal form of a line that is devined ;by the points represented by X and Y. The vector X ;contains the x-coordinates and Y contains the y-coordinates ;of the points. ; ;HISTORY ;H. Rhody, November 16, 2001--version 1.0 ;- ;Check to see that at least two points are supplied n=N_ELEMENTS(X)