-
Notifications
You must be signed in to change notification settings - Fork 46
Geometries::Box
Andrey Prokopenko edited this page Mar 30, 2026
·
3 revisions
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.
DIM
: dimension of the box
Coordinate
: type of vertex coordinates (must be default constructible)
None
(constructor) |
constructs the box |
minCorner |
returns the minimum (bottom left) corner |
maxCorner |
returns the maximum (top right) corner |