summaryrefslogtreecommitdiff
path: root/2d/vector.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rename guile-2d to Sly!David Thompson2014-06-281-157/+0
| | | | Massive find/replace job.
* Replace vector2 module with a more generic vector module.David Thompson2014-06-071-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 Thompson2013-08-271-90/+0
|
* Re-export vector-map and vector-for-each.David Thompson2013-07-221-0/+3
|
* Add docstring for vector-from-polar.David Thompson2013-07-151-0/+1
|
* Add vector-from-polar procedure.David Thompson2013-07-151-1/+6
|
* Fix normalize procedure.David Thompson2013-06-231-1/+1
|
* Add vx, vy, and vz convenience procedures.David Thompson2013-06-231-1/+16
|
* Add vector math module.David Thompson2013-06-231-0/+66