Classes | Functions
contrib/oxl/mvl/HomgLine3D.h File Reference

Homogeneous 3D Line. More...

#include <mvl/HomgPoint3D.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  HomgLine3D

Functions

vcl_ostream & operator<< (vcl_ostream &s, const HomgLine3D &)
 print to vcl_ostream.

Detailed Description

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.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const HomgLine3D  
)

print to vcl_ostream.

Definition at line 71 of file HomgLine3D.cxx.