Delaunator
2D Delaunay Triangulation in C++ with Python wrapper.
 All Classes Namespaces Functions
Public Member Functions | List of all members
VertexComparison Class Reference

#include <vertex.h>

Public Member Functions

 VertexComparison (const Coordinates c)
bool operator() (const Vertex *left, const Vertex *right)

Detailed Description

Compare Vertex by distance with reference Coordinates. The nearer of reference is the better.


The documentation for this class was generated from the following file: