ProximityGraph#
Overview#
Proximity graphs are geometric graphs where edges connect vertices based on geometric proximity criteria. This document covers all specialized proximity graph classes in the library.
Base Class: ProximityGraph#
Inherits from GeometricGraph and serves as the base class for all proximity graph types.
Constructor#
ProximityGraph(setpoints)
Creates an empty proximity graph with the given points. Subclasses override this to implement specific proximity criteria.