Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow make-rect to accept two vector2s as arguments. | David Thompson | 2014-05-03 | 1 | -1/+9 |
| | | | | | * 2d/rect.scm (make-rect): Use case-lambda to accept four numbers or two vector2s. | ||||
* | Add null-rect variable. | David Thompson | 2014-05-02 | 1 | -0/+3 |
| | | | | * 2d/rect.scm (null-rect): New variable. | ||||
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | |||||
* | Clean up and improve rect API. | David Thompson | 2013-10-20 | 1 | -36/+61 |
| | |||||
* | Simplify rect-intersects? procedure. | David Thompson | 2013-10-16 | 1 | -8/+4 |
| | |||||
* | Clean up docstrings for rect module. | David Thompson | 2013-09-15 | 1 | -6/+6 |
| | |||||
* | Fix another typo. | David Thompson | 2013-09-09 | 1 | -1/+17 |
| | |||||
* | Add more vector-friendly procedures to the rect module. | David Thompson | 2013-09-08 | 1 | -5/+49 |
| | |||||
* | Remove redundant comparisons in rect-contains? | David Thompson | 2013-08-14 | 1 | -4/+0 |
| | |||||
* | Fix rect-intersects? | David Thompson | 2013-08-13 | 1 | -2/+2 |
| | |||||
* | Forgot to export rect-clip. | David Thompson | 2013-08-13 | 1 | -0/+1 |
| | |||||
* | Expand rect module. | David Thompson | 2013-08-13 | 1 | -6/+30 |
| | |||||
* | Create rect module. | David Thompson | 2013-08-12 | 1 | -0/+99 |