CGAL replacement for iOS
        Posted  
        
            by 
                Aleks N.
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aleks N.
        
        
        
        Published on 2010-12-27T23:50:45Z
        Indexed on 
            2010/12/27
            23:53 UTC
        
        
        Read the original article
        Hit count: 301
        
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 the process of compiling it for iOS environment, probably you guys will be able to give links to libs that are already compiled against iOS, or were intended to be used in Objective C environment from the very beginning...
Because I'm afraid that even if CGAL compiles for me, I might get into trouble when using it. Thanks!
© Stack Overflow or respective owner