-
Notifications
You must be signed in to change notification settings - Fork 46
Geometries::Box::minCorner
Bruno Turcksin edited this page Feb 10, 2026
·
1 revision
ArborX / Geometries / ArborX::Box
KOKKOS_FUNCTION
constexpr auto &minCorner(); // (1)
KOKKOS_FUNCTION
constexpr auto const &minCorner() const; // (2)- Returns a reference to the minimum corner. This can be used to modify the minimum corner of the box.
- Returns a constant reference to the minimum corner.