summaryrefslogtreecommitdiff
path: root/2d/vector.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename guile-2d to Sly!David Thompson2014-06-281-157/+0
* Replace vector2 module with a more generic vector module.David Thompson2014-06-071-0/+157
* 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