Expand description
Spatial / geometric algorithms (ALGO-GEO-*).
Structs§
- Beta
Weighted Gabriel - A Gabriel graph together with the per-edge β-threshold weights.
- Convex
Hull Result - Result of
convex_hull_2d.
Enums§
- Distance
Metric - Distance metric for spatial edge length computation.
Functions§
- beta_
weighted_ gabriel_ graph - Build the β-weighted Gabriel graph of a point set.
- circle_
beta_ skeleton - Build the circle-based β-skeleton of a 2-D point set.
- convex_
hull_ 2d - Compute the convex hull of a set of 2D points.
- delaunay_
graph - Build the Delaunay triangulation graph of a 1D or 2D point set.
- gabriel_
graph - Build the Gabriel graph of a point set.
- lune_
beta_ skeleton - Build the lune-based β-skeleton of a point set.
- nearest_
neighbor_ graph - Build the k-nearest-neighbor graph of a point set.
- relative_
neighborhood_ graph - Build the relative neighborhood graph of a point set.
- spatial_
edge_ lengths - Compute edge lengths from spatial vertex coordinates.