Skip to content

Geometries::Box

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

ArborX / Geometries

ArborX::Box

Defined in header <ArborX_Box.hpp>

template <int DIM, class Coordinate = float>
struct Box;

The class template ArborX::Box defines a multi-dimensional axis-aligned box.

Template parameter

DIM : dimension of the box

Coordinate : type of vertex coordinates (must be default constructible)

Member types

None

Member functions

(constructor) constructs the box
minCorner returns the minimum (bottom left) corner
maxCorner returns the maximum (top right) corner

Clone this wiki locally