|
CGAL 4.5 - 2D Boolean Operations on Nef Polygons
|
#include <CGAL/Extended_homogeneous.h>
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.
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.
CGAL::Extended_cartesian<FT> CGAL::Filtered_extended_homogeneous<RT> Creation | |
| Extended_homogeneous () | |
| default constructor. | |