Skip to content

Geometries::Box::minCorner

Andrey Prokopenko edited this page Mar 30, 2026 · 2 revisions

ArborX / Geometries / ArborX::Box

ArborX::Box<DIM, Coordinate>::minCorner()

KOKKOS_FUNCTION
constexpr auto &minCorner(); // (1)

KOKKOS_FUNCTION
constexpr auto const &minCorner() const; // (2)
  1. Returns a reference to the corner with minimal coordinates. This can be used to modify the corner.
  2. Returns a constant reference to the corner with minimal coordinates.

Clone this wiki locally