Classes | Defines | Functions
contrib/oxl/mvl/HomgLine2D.h File Reference

Homogeneous 3-vector for a 2D line. More...

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

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>".

Detailed Description

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 Documentation

#define mvl_abs (   x)    ((x)<0?-(x):(x))

Function Documentation

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.