summaryrefslogtreecommitdiff
path: root/stsci/sphere/graph.py
Commit message (Expand)AuthorAgeFilesLines
* union and intersection operations now work on crossing polygonsHEADmasterbsimon2016-07-031-47/+56
* removed debugging prints (doh!)bsimon2015-04-091-10/+0
* adding some backport changes I missed on the first time aroundbsimon2015-04-091-2/+20
* Back ported changes from astropy and made python 2 to 3 modificationsbsimon2015-04-031-136/+19
* Fix ordering of nodes in the trace routine so that the area calculation of po...mdroe2014-07-281-8/+30
* More speedups.mdroe2014-06-131-4/+10
* Handle empty polygons. Avoid unnecessary normalizations.mdroe2014-06-121-8/+8
* Use "long double" for intersection calculations. Move "length" and "intersec...mdroe2014-06-121-54/+75
* Fixed misspelling of emporical in commentbsimon2014-06-111-1/+1
* Better track the nodes' source so we can do better internal/external edge rem...mdroe2014-06-101-39/+43
* Fix testsmdroe2014-06-041-51/+17
* Fix some numerical problems that prevented some very short arcs that were col...mdroe2014-06-041-29/+70
* mod for d2to1 installsienkiew2014-03-251-0/+909