aboutsummaryrefslogtreecommitdiff
path: root/angleclass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add angle sets (disjoint ranges) - initial supportAndreas Grois2015-11-101-21/+21
| | | | | | | By adding a new angleset class, things get much easier to read. Also, the part of the previous commit that dealt with combining the individual ranges was kind of stupid. Things missing: o) functions to remove angle ranges from a set o) deferred add functions, that allow adding multiple ranges without calling the O(n²) function angleset::combine() in between.
* Fix year for all source code files.Andreas Grois2015-11-041-1/+1
| | | | An obvious copy&paste error. Probably not the only one in this program...
* Github... I'm not yet used to it.Andreas Grois2015-11-031-0/+104
|
* Initial Commit. Still full of bugs, and not very pretty.Andreas Grois2015-11-031-0/+5