There was an error while loading. Please reload this page.
ArborX / Geometries
ArborX
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 multi-dimensional point.
DIM : dimension of the point
DIM
Coordinate : type of vertex coordinates (must be default constructible)
Coordinate
None
(constructor)
operator[]