\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - 2D Boolean Operations on Nef Polygons
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
Template Parameters
RTmust be a model of RingNumberType.
See also
CGAL::Extended_cartesian<FT>
CGAL::Filtered_extended_homogeneous<RT>

Creation

 Extended_homogeneous ()
 default constructor.