Changed default value for the kernel in the doc

This commit is contained in:
Iordan Iordanov 2018-12-05 07:52:52 +01:00
parent c3116b0d59
commit 4c9c51a561
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ offered by %CGAL.
\tparam K must be a model of `CircularKernel`.
This class provides exact constructions and predicates. The default value for `K` is
`CGAL::Exact_circular_kernel_2`, which guarantees exact constructions of Delaunay
`CGAL::Circular_kernel_2< CGAL::Exact_predicates_inexact_constructions_kernel, CGAL::Algebraic_kernel_for_circles_2_2< CGAL::Exact_predicates_inexact_constructions_kernel::RT > >`,
which guarantees exact constructions of Delaunay
triangulations and dual objects when the input points have rational coordinates.
\sa `Hyperbolic_Delaunay_triangulation_traits_2`