Add for linking

This commit is contained in:
Andreas Fabri 2024-03-14 12:24:32 +01:00
parent 69ce2c1c7c
commit 76dff001a8
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ initial ball radius to a small value still guaranteed to intersect the
input primitives. This is achieved by constructing an internal secondary data
structure which provides a good hint to the algorithm at the beginning
of the traversal (done by default).
Calling `do_not_accelerate_distance_queries()` will disable
Calling `AABB_tree::do_not_accelerate_distance_queries()` will disable
the construction and the usage of this internal secondary data structure.
\section aabb_tree_history Design and Implementation History