mirror of https://github.com/CGAL/cgal
add kernel requirement
This commit is contained in:
parent
15197c4b19
commit
cbc220e75e
|
|
@ -182,6 +182,7 @@ some of these properties, but may produce unreliable or meaningless segmentation
|
||||||
|
|
||||||
The current implementation of the computation of the SDF values relies on the \ref PkgAABB_treeSummary package.
|
The current implementation of the computation of the SDF values relies on the \ref PkgAABB_treeSummary package.
|
||||||
This operation is reliable when the `AABBTraits` model provided has exact predicates.
|
This operation is reliable when the `AABBTraits` model provided has exact predicates.
|
||||||
|
`::CGAL::Exact_predicates_inexact_constructions_kernel` is recommended as geometric traits for this algorithm.
|
||||||
|
|
||||||
\subsection Example_1 Example: Computation of SDF Values
|
\subsection Example_1 Example: Computation of SDF Values
|
||||||
\cgalExample{Surface_mesh_segmentation/compute_sdf_values_example.cpp}
|
\cgalExample{Surface_mesh_segmentation/compute_sdf_values_example.cpp}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue