CGAL::Exact_predicates_exact_constructions_kernel_with_sqrt
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 supports the square root operation sqrt().
Note that it requires CORE or LEDA installed.
#include <CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h>
Is Model for the Concepts
Kernel
See Also
CGAL::Exact_predicates_exact_constructions_kernel
CGAL::Exact_predicates_inexact_constructions_kernel
CGAL::Cartesian