CGAL 6.1 - dD Frechet Distance
|
#include <CGAL/Frechet_distance/Neighbor_search.h>
A data structure to store polylines with a function that enables to find those polylines which are closer than a distance bound to a query polyline.
Traits | a model of FrechetDistanceTraits |
PointRange | a model of the concept RandomAccessContainer with Traits::Point_d as value type. |
Public Types | |
using | Point = Traits::Point_d |