summaryrefslogtreecommitdiff
path: root/2d/rect.scm
Commit message (Expand)AuthorAgeFilesLines
* Change license to GPLv3+.David Thompson2014-03-081-8/+8
* Clean up and improve rect API.David Thompson2013-10-201-36/+61
* Simplify rect-intersects? procedure.David Thompson2013-10-161-8/+4
* Clean up docstrings for rect module.David Thompson2013-09-151-6/+6
* Fix another typo.David Thompson2013-09-091-1/+17
* Add more vector-friendly procedures to the rect module.David Thompson2013-09-081-5/+49
* Remove redundant comparisons in rect-contains?David Thompson2013-08-141-4/+0
* Fix rect-intersects?David Thompson2013-08-131-2/+2
* Forgot to export rect-clip.David Thompson2013-08-131-0/+1
* Expand rect module.David Thompson2013-08-131-6/+30
* Create rect module.David Thompson2013-08-121-0/+99