Homogeneous 2D line segment. More...
Go to the source code of this file.
Classes | |
| class | HomgLineSeg2D |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const HomgLineSeg2D &) |
| print to vcl_ostream. | |
Homogeneous 2D line segment.
A class to hold homogeneous 3-vectors for the two endpoints and line for a 2D line segment.
Modifications:
Peter Vanroose - 11 Mar 97 - added operator==
Definition in file HomgLineSeg2D.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const HomgLineSeg2D & | |||
| ) |
print to vcl_ostream.
Definition at line 50 of file HomgLineSeg2D.cxx.
1.7.5.1