There was an error while loading. Please reload this page.
ArborX / Geometries
ArborX
Geometries
ArborX::Point
Defined in header <ArborX_Point.hpp>
<ArborX_Point.hpp>
template <int DIM, class Coordinate = float> struct Point;
The class template ArborX::Point defines a point.
DIM : dimension of the point
DIM
Coordinate : type of vertex coordinates: float or double
Coordinate
None
(constructor)
operator[]