CGAL 5.1 - 2D Boolean Operations on Nef Polygons
CGAL::Extended_cartesian< FT > Class Template Reference

#include <CGAL/Extended_cartesian.h>

Definition

template<typename FT>
class CGAL::Extended_cartesian< FT >

The class Extended_cartesian serves as a traits class for the class Nef_polyhedron_2<T>. It uses a polynomial component representation based on a field number type FT.

Is Model Of:
ExtendedKernelTraits_2
Template Parameters
FTmust be a model of FieldNumberType.
See also
CGAL::Extended_homogeneous<RT>
CGAL::Filtered_extended_homogeneous<RT>

Creation

 Extended_cartesian ()
 default constructor. More...
 

Constructor & Destructor Documentation

◆ Extended_cartesian()

template<typename FT >
CGAL::Extended_cartesian< FT >::Extended_cartesian ( )

default constructor.