Homogeneous 3D Line. More...
Go to the source code of this file.
Classes | |
class | HomgLine3D |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const HomgLine3D &) |
print to vcl_ostream. |
Homogeneous 3D Line.
A class to hold a homogeneous representation of a 3D Line. The line is stored as a pair of HomgPoint3Ds.
Modifications: Peter Vanroose - 11 Mar 97 - added operator==
Definition in file HomgLine3D.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HomgLine3D & | |||
) |
print to vcl_ostream.
Definition at line 71 of file HomgLine3D.cxx.