Rectangle in 3D space. More...
#include <vsol/vsol_polygon_3d.h>
#include <vsol/vsol_point_3d_sptr.h>
#include <vgl/vgl_fwd.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vsol_rectangle_3d |
Rectangle in 3D space.
The 3 vertices are to be defined in counterclockwise order, with a 90 degree corner between v1-v2 and v1-v3.
Modifications 2000-05-08 François BERTEL Creation 2000-06-17 Peter Vanroose Implemented all operator==()s and type info 2001-07-03 Peter Vanroose Replaced vnl_double_3 by vgl_vector_3d 2004-05-14 Peter Vanroose Added describe() 2004-09-06 Peter Vanroose Added Binary I/O
Definition in file vsol_rectangle_3d.h.