Homogeneous 3-vector for a 2D line. More...
Go to the source code of this file.
Classes | |
class | HomgLine2D |
Defines | |
#define | mvl_abs(x) ((x)<0?-(x):(x)) |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const HomgLine2D &) |
Print to vcl_ostream in the format "<HomgLine2D x y w>". |
Homogeneous 3-vector for a 2D line.
A class to hold a homogeneous 3-vector for a 2D line.
Modifications: Peter Vanroose - 11 Mar 97 - added operator==
Definition in file HomgLine2D.h.
#define mvl_abs | ( | x | ) | ((x)<0?-(x):(x)) |
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HomgLine2D & | |||
) |
Print to vcl_ostream in the format "<HomgLine2D x y w>".
Definition at line 42 of file HomgLine2D.cxx.