There was an error while loading. Please reload this page.
ArborX / Geometries
ArborX
Geometries
ArborX::Box
Defined in header <ArborX_Box.hpp>
<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
DIM
Coordinate : type of vertex coordinates (must be default constructible)
Coordinate
None
(constructor)
minCorner
maxCorner