From 76dff001a8abbe0644b31f5a7bd9de05621cd6cd Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 14 Mar 2024 12:24:32 +0100 Subject: [PATCH] Add for linking --- AABB_tree/doc/AABB_tree/aabb_tree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/doc/AABB_tree/aabb_tree.txt b/AABB_tree/doc/AABB_tree/aabb_tree.txt index 031355126cd..fd9f2292bf2 100644 --- a/AABB_tree/doc/AABB_tree/aabb_tree.txt +++ b/AABB_tree/doc/AABB_tree/aabb_tree.txt @@ -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