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

Homogeneous 4-vector representing a 3D point. More...

#include <vnl/vnl_double_3.h>
#include <mvl/Homg3D.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  HomgPoint3D

Defines

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

Functions

vcl_ostream & operator<< (vcl_ostream &s, const HomgPoint3D &)
 Print to vcl_ostream.

Detailed Description

Homogeneous 4-vector representing a 3D point.

A class to hold a homogeneous 4-vector for a 3D point.

    Modifications:
     Peter Vanroose - 11 Mar 97 - added operator==
   

Definition in file HomgPoint3D.h.


Define Documentation

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

Function Documentation

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

Print to vcl_ostream.

Definition at line 76 of file HomgPoint3D.cxx.