Skip to content

Geometries::Box

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

ArborX / Geometries

ArborX::Box

Defined in header <ArborX_Box.hpp>

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

The class template ArborX::Box defines an axis-aligned box.

Template parameter

DIM : dimension of the box

Coordinate : type of vertex coordinates: float or double

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