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

Homogeneous 2D line segment. More...

#include <mvl/HomgLine2D.h>
#include <mvl/HomgPoint2D.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  HomgLineSeg2D

Functions

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

Detailed Description

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.


Function Documentation

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

print to vcl_ostream.

Definition at line 50 of file HomgLineSeg2D.cxx.