Loading [MathJax]/extensions/TeX/newcommand.js
\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 5.0 - 2D Boolean Operations on Nef Polygons
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Extended_cartesian< FT > Class Template Reference

#include <CGAL/Extended_cartesian.h>

Definition

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.