summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coord-circle.h
Commit message (Collapse)AuthorAgeFilesLines
* Some coord-circle.h documentation.Robert Vollmert2009-11-131-3/+17
|
* Add translating constructor to circle_def.Robert Vollmert2009-11-131-0/+3
|
* Add method to intersect rectangles.Robert Vollmert2009-11-131-0/+5
| | | | | Also define rectangle RECT_MAP_BOUNDS and add containment check to rect_def.
* Reimplement radius_iterator on the basis of circle_def.Robert Vollmert2009-11-131-17/+2
|
* Create coord-circle.cc containing circle_def.Robert Vollmert2009-11-081-0/+76
circle_def unifies the shapes that a radius_iterator can iterate over. It's meant to replace bounds_func in losparam.h and eventually provide a base for radius_iterator.