summaryrefslogtreecommitdiff
path: root/2d/transform.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename guile-2d to Sly!David Thompson2014-06-281-233/+0
* Delete transform-position procedure.David Thompson2014-06-201-6/+1
* Add support for 3D vectors in translate procedure.David Thompson2014-06-201-6/+19
* Add support for 3D vectors and scalars in scale procedure.David Thompson2014-06-201-6/+25
* Tweak transform API.David Thompson2014-06-101-25/+7
* Add rotation transformations for x and y axes.David Thompson2014-06-091-5/+17
* Replace vector2 module with a more generic vector module.David Thompson2014-06-071-13/+13
* Add perspective-projection procedure.David Thompson2014-05-261-1/+28
* Fix embarrassing issue with transform-translate.David Thompson2014-05-251-4/+4
* Add make-transform*.David Thompson2014-05-151-0/+10
* Add transform-position procedure.David Thompson2014-05-021-0/+6
* Prefix matrix operations with "transform-".David Thompson2014-05-021-6/+6
* Change license to GPLv3+.David Thompson2014-03-081-7/+7
* Add 4x4 transformation matrix module.David Thompson2014-02-151-0/+169