Skip to content

Geometries::Box::minCorner

Bruno Turcksin edited this page Feb 10, 2026 · 1 revision

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 minimum corner. This can be used to modify the minimum corner of the box.
  2. Returns a constant reference to the minimum corner.

Clone this wiki locally