summaryrefslogtreecommitdiff
path: root/chickadee/math/matrix.scm
Commit message (Expand)AuthorAgeFilesLines
* math: matrix: Support converting a quaternion into a rotation matrix.David Thompson2017-11-121-0/+32
* math: matrix: Fix docstring.David Thompson2017-09-131-4/+3
* math: matrix: Add perspective-projection function.David Thompson2017-09-131-0/+12
* math: matrix: Add custom record type printer.David Thompson2017-09-131-0/+24
* math: matrix: Use vectors for matrix ops.David Thompson2017-01-131-16/+18
* math: matrix: Update to use new vector library.David Thompson2017-01-101-22/+12
* First commit!David Thompson2017-01-041-0/+315