mirror of https://github.com/CGAL/cgal
Changed default value for the kernel in the doc
This commit is contained in:
parent
c3116b0d59
commit
4c9c51a561
|
|
@ -13,7 +13,8 @@ offered by %CGAL.
|
||||||
\tparam K must be a model of `CircularKernel`.
|
\tparam K must be a model of `CircularKernel`.
|
||||||
|
|
||||||
This class provides exact constructions and predicates. The default value for `K` is
|
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.
|
triangulations and dual objects when the input points have rational coordinates.
|
||||||
|
|
||||||
\sa `Hyperbolic_Delaunay_triangulation_traits_2`
|
\sa `Hyperbolic_Delaunay_triangulation_traits_2`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue