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 4.14.2 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Exact_predicates_exact_constructions_kernel_with_kth_root Class Reference

#include <CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h>

Definition

A typedef to a kernel which has the following properties:

  • It uses Cartesian representation.
  • It supports constructions of points from double Cartesian coordinates.
  • It provides both exact geometric predicates and exact geometric constructions.
  • Its FT nested type is model of the 'FieldWithKthRoot' concept.

Note that it requires CORE or LEDA installed.

Is Model Of:
Kernel
See also
CGAL::Exact_predicates_exact_constructions_kernel
CGAL::Exact_predicates_exact_constructions_kernel_with_sqrt
CGAL::Exact_predicates_exact_constructions_kernel_with_root_of
CGAL::Exact_predicates_inexact_constructions_kernel
CGAL::Cartesian