M-File Help: homline View code for homline

homline

Homogeneous line from two points

L = homline(x1, y1, x2, y2) is a vector (3x1) which describes a line in homogeneous form that contains the two Euclidean points (x1,y1) and (x2,y2).

Homogeneous points X (3x1) on the line must satisfy L'*X = 0.

See also

plot_homline


 

© 1990-2012 Peter Corke.