Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Geometric Traits Classes for Projections

The classes Triangulation_euclidean_traits_xy_3<R> is a geometric traits class allowing to build a two dimensional triangulation of the projections on the xy plane of three dimensional points. This is the usual case when dealing with GIS terrains. Instead of really projecting the 3D points and maintaining a mapping between each point and its projection (which costs space and is error prone) this class supplies geometric predicates that ignore the z-coordinate of the points.

#include <CGAL/Triangulation_euclidean_traits_xy_3.h>

Types

typedef Point_3<R> Point;
typedef Segment_3<R>
Segment;
typedef Triangle_3<R>
Triangle;


Next: Class declaration of Tds<Vb,Fb>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.