Skip to content

Geometries::Point

Bruno Turcksin edited this page Mar 27, 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 point.

Template parameter

DIM : dimension of the point

Coordinate : type of vertex coordinates: float or double

Member types

None

Member functions

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

Clone this wiki locally