We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArborX / Geometries / ArborX::Box
ArborX
ArborX::Box
ArborX::Box<DIM, Coordinate>::Box
KOKKOS_FUNCTION constexpr Box(); // (1) KOKKOS_FUNCTION constexpr Box(ArborX::Point<DIM, Coordinate> const &minCorner, ArborX::Point<DIM, Coordinate> const &maxCorner); // (2)
minCorner: minimum (bottom left) corner maxCorner: maximum (top right) corner
minCorner
maxCorner
DIM
Coordinate