-
Notifications
You must be signed in to change notification settings - Fork 45
Geometries::Box
Bruno Turcksin edited this page Feb 10, 2026
·
1 revision
Defined in header <ArborX_Box.hpp>
template <int DIM, class Coordinate = float>
struct Box;The class template ArborX::Box defines an axis-aligned box.
DIM
: dimension of the box
Coordinate
: type of vertex coordinates: float or double
None
(constructor) |
constructs the box |
minCorner |
returns the minimum (bottom left) corner |
maxCorner |
returns the maximum (top right) corner |