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