summaryrefslogtreecommitdiff
path: root/lib/graph.py
Commit message (Expand)AuthorAgeFilesLines
* mod for d2to1 installsienkiew2014-03-251-909/+0
* Restored the old implementation of the SphericalPolygon.__init__(...) for the...mcara2014-02-271-3/+3
* Handle self-intersecting arcsmdroe2014-02-261-11/+47
* Turn debugging back offmdroe2014-02-251-1/+1
* Fix numerical problem with great circle distancemdroe2014-02-251-2/+3
* lim updated existing doc and added skyline doclim2012-06-271-27/+31
* lim fixed _remove_orphaned_nodes typo in graph.pylim2012-06-211-2/+2
* Add code to remove orphaned nodesmdroe2012-06-211-7/+26
* lim modified Node.equals as mdroe suggestedlim2012-06-181-2/+12
* Avoid adding duplicated nodes and edges when building the graph. These can l...mdroe2012-06-071-6/+42
* Python 3.x fixesmdroe2012-06-041-2/+3
* Use an entirely different method for area computation. It first transforms t...mdroe2012-06-041-33/+45
* lim replaced relative imports and updated skylinelim2012-05-311-4/+2
* lim added files to sphere branchlim2012-03-291-0/+792