CGAL 4.3 - 2D Boolean Operations on Nef Polygons
|
#include <CGAL/Extended_cartesian.h>
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
.
Requirements
To make a field number type FT_model
work with this class, you must provide a specialization of the traits class Number_type_traits<FT_model>
CGAL::Extended_homogeneous<RT>
CGAL::Filtered_extended_homogeneous<RT>
Creation | |
Extended_cartesian () | |
default constructor. | |