-
Notifications
You must be signed in to change notification settings - Fork 46
Geometries::Point
Andrey Prokopenko edited this page Mar 30, 2026
·
3 revisions
Defined in header <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
Coordinate
: type of vertex coordinates (must be default constructible)
None
(constructor) |
constructs the point |
operator[] |
returns a reference to the element at a specified location |