CGAL 4.7 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Exact_predicates_inexact_constructions_kernel Class Reference

#include <CGAL/Exact_predicates_inexact_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 exact geometric predicates, but inexact geometric constructions.
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_kth_root
CGAL::Exact_predicates_exact_constructions_kernel_with_root_of
CGAL::Cartesian