Modifications
Peter Vanroose - 4 July 2001 - Added geometric interface like vgl_point_3d
Peter Vanroose - 2 July 2001 - Added constructor from 3 planes
Peter Vanroose - 1 July 2001 - Renamed data to x_ y_ z_ w_ and inlined constructors
Peter Vanroose - 27 June 2001 - Implemented operator==
Peter Vanroose - 15 July 2002 - Added coplanar()
Definition in file vgl_homg_point_3d.h.
#include <vgl/vgl_point_3d.h>
#include <vgl/vgl_fwd.h>
#include <vcl_iosfwd.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Classes | |
| class | vgl_homg_point_3d< Type > |
| Represents a homogeneous 3D point. More... | |
Defines | |
| #define | vgl_Abs(x) (x<0?-x:x) |
| #define | VGL_HOMG_POINT_3D_INSTANTIATE(T) extern "please include vgl/vgl_homg_point_3d.txx first" |
|
|
|
|
|
Definition at line 316 of file vgl_homg_point_3d.h. |
1.4.4