The function nearest_neighbor is the function template version of the nearest neighbor search on Delaunay triangulations.
#include <CGAL/nearest_neighbor_delaunay_2.h>
| ||
|
| |
computes a handle to a vertex of that is closest to . If is the only vertex in , is returned. |