Processing math: 100%
CGAL 4.5 - 2D Boolean Operations on Nef Polygons
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Extended_homogeneous< RT > Class Template Reference

#include <CGAL/Extended_homogeneous.h>

Definition

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

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

Is Model Of:
ExtendedKernelTraits_2

Requirements

To make an Euclidean ring number type RT_model work with this class the number type must support a gcd computation in namespace CGAL::NTS. CGAL provides a function template for this, which will be used by default when your number type is not one of the built-in number types, one of the number types distrubuted with CGAL or one of the LEDA number types.

See Also
CGAL::Extended_cartesian<FT>
CGAL::Filtered_extended_homogeneous<RT>

Creation

 Extended_homogeneous ()
 default constructor.