Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace vector2 module with a more generic vector module. | David Thompson | 2014-06-07 | 1 | -0/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 2d/vector2.scm: Delete it. * 2d/vector.scm: New file. * Makefile.am (SOURCES): s/vector2/vector. * 2d/font.scm: * 2d/keyboard.scm: * 2d/mouse.scm: * 2d/rect.scm: * 2d/shader.scm: * 2d/sprite.scm: * 2d/texture.scm: * 2d/transform.scm: * 2d/window.scm: * examples/2048/2048: * examples/animation.scm: * examples/coroutine.scm: * examples/font.scm: * examples/particles.scm: * examples/simple.scm: * examples/tilemap.scm: Use vectors instead of defunct vector2. | ||||
* | Replace old vector module with new vector2 module. | David Thompson | 2013-08-27 | 1 | -90/+0 |
| | |||||
* | Re-export vector-map and vector-for-each. | David Thompson | 2013-07-22 | 1 | -0/+3 |
| | |||||
* | Add docstring for vector-from-polar. | David Thompson | 2013-07-15 | 1 | -0/+1 |
| | |||||
* | Add vector-from-polar procedure. | David Thompson | 2013-07-15 | 1 | -1/+6 |
| | |||||
* | Fix normalize procedure. | David Thompson | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Add vx, vy, and vz convenience procedures. | David Thompson | 2013-06-23 | 1 | -1/+16 |
| | |||||
* | Add vector math module. | David Thompson | 2013-06-23 | 1 | -0/+66 |