CGAL replacement for iOS
- by Aleks N.
I have a set of nodes that define streets. Each node has latitude and longitude. Also I have user location with latitude and longitude. My intention is to build Voronoi diagram for segments defined by each pair of nodes, and then find which node user location is closest to.
Looks like this task can be accomplished with CGAL library. While I'm in…