CGAL 5.1.3 - 2D and 3D Linear Geometry Kernel
CGAL::Exact_predicates_exact_constructions_kernel Class Reference

#include <CGAL/Exact_predicates_exact_constructions_kernel.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.
Is Model Of:
Kernel
See also
CGAL::Exact_predicates_exact_constructions_kernel_with_sqrt
CGAL::Exact_predicates_exact_constructions_kernel_with_kth_root
CGAL::Exact_predicates_exact_constructions_kernel_with_root_of
CGAL::Exact_predicates_inexact_constructions_kernel
CGAL::Cartesian
Examples:
Kernel_23/exact.cpp, Kernel_23/intersection_get.cpp, Kernel_23/intersection_visitor.cpp, and Kernel_23/intersections.cpp.