summaryrefslogtreecommitdiff
path: root/lib/polygon.py
Commit message (Expand)AuthorAgeFilesLines
* reverted a change that broke testslim2012-06-201-2/+4
* lim added final touches to skyline and polygon, and added skyline testslim2012-06-191-7/+90
* Make area calculation more accurate by not counting the first point twice whe...mdroe2012-06-071-1/+1
* lim added SkyLine codes and added radec to SphericalPolygonlim2012-06-061-0/+12
* Fix bug with serial intersection where the intersection is null.mdroe2012-06-051-0/+4
* Some tweaks to the area calculation.mdroe2012-06-051-9/+18
* Python 3.x fixesmdroe2012-06-041-16/+16
* Use an entirely different method for area computation. It first transforms t...mdroe2012-06-041-40/+41
* Fix drawing -- basemap can not handle drawing great circle arcs that go aroun...mdroe2012-06-011-11/+15
* lim changed SphericalPolygon.__copy__ and added methods to SkyLinelim2012-05-311-2/+2
* lim replaced relative imports and updated skylinelim2012-05-311-4/+5
* lim fixed plot_args dict init buglim2012-05-301-2/+1
* lim added files to sphere branchlim2012-03-291-0/+679