Homogeneous 4-vector representing a 3D point. More...
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. |
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 mvl_abs | ( | x | ) | ((x)<0?-(x):(x)) |
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HomgPoint3D & | |||
) |
Print to vcl_ostream.
Definition at line 76 of file HomgPoint3D.cxx.