Skip to content

Geometries::Point::Point

Andrey Prokopenko edited this page Mar 28, 2026 · 2 revisions

ArborX / Geometries / ArborX::Point

ArborX::Point<DIM, Coordinate>::Point

The constructor is defined implicitly. It initializes the Point following the rules of aggregate initialization. Note that default initialization may result in indeterminate values.

Type requirements

  • DIM must be an integer greater than zero
  • Coordinate must be a type that is default constructible

Clone this wiki locally