-
Notifications
You must be signed in to change notification settings - Fork 46
Geometries::Box::minCorner
Andrey Prokopenko edited this page Mar 30, 2026
·
2 revisions
ArborX / Geometries / ArborX::Box
KOKKOS_FUNCTION
constexpr auto &minCorner(); // (1)
KOKKOS_FUNCTION
constexpr auto const &minCorner() const; // (2)- Returns a reference to the corner with minimal coordinates. This can be used to modify the corner.
- Returns a constant reference to the corner with minimal coordinates.