CGAL 5.3 - 2D Boolean Operations on Nef Polygons
CGAL::Filtered_extended_homogeneous< RT > Class Template Reference

#include <CGAL/Filtered_extended_homogeneous.h>

Definition

The class Filtered_extended_homogeneous serves as a traits class for the class Nef_polyhedron_2<T>.

It uses a polynomial component representation based on a ring number type RT.

Is Model Of:
ExtendedKernelTraits_2
Template Parameters
RTmust be a model of RingNumberType.
See also
CGAL::Extended_cartesian<FT>
CGAL::Extended_homogeneous<RT>
Examples:
Nef_2/nef_2_construction.cpp, Nef_2/nef_2_exploration.cpp, and Nef_2/nef_2_intersection.cpp.

Creation

 Filtered_extended_homogeneous ()
 default constructor.