Skip to content

Geometries::Point::Point

Bruno Turcksin edited this page Mar 27, 2026 · 2 revisions

ArborX / Geometries / ArborX::Point

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

The constructor is defined implicitely. 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 floating point`

Clone this wiki locally