Skip to content

Geometries::Point

Andrey Prokopenko edited this page Mar 30, 2026 · 3 revisions

ArborX / Geometries

ArborX::Point

Defined in header <ArborX_Point.hpp>

template <int DIM, class Coordinate = float>
struct Point;

The class template ArborX::Point defines a multi-dimensional point.

Template parameter

DIM : dimension of the point

Coordinate : type of vertex coordinates (must be default constructible)

Member types

None

Member functions

(constructor) constructs the point
operator[] returns a reference to the element at a specified location

Clone this wiki locally