From 19ca56bbc60638c2bb682faf788555ebf80ad0e9 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 16 Apr 2024 12:44:11 -0400 Subject: [PATCH] Update reference Co-authored-by: Andrey Prokopenko --- src/geometry/ArborX_DetailsAlgorithms.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/geometry/ArborX_DetailsAlgorithms.hpp b/src/geometry/ArborX_DetailsAlgorithms.hpp index b3ac33338..12151b588 100644 --- a/src/geometry/ArborX_DetailsAlgorithms.hpp +++ b/src/geometry/ArborX_DetailsAlgorithms.hpp @@ -581,6 +581,7 @@ struct intersects Triangle const &triangle) { // Based on the Separating Axis Theorem + // https://doi.org/10.1145/1198555.1198747 // Test bounding boxes, i.e., normals of the box Box triangle_bounding_box;