summaryrefslogtreecommitdiff
path: root/chickadee/math/matrix.scm
Commit message (Collapse)AuthorAgeFilesLines
* math: matrix: Fix docstring.David Thompson2017-09-131-4/+3
| | | | * chickadee/math/matrix.scm (orthographic-projection): s/transform/matrix/
* math: matrix: Add perspective-projection function.David Thompson2017-09-131-0/+12
| | | | * chickadee/math/matrix.scm (perspective-projection): New procedure.
* math: matrix: Add custom record type printer.David Thompson2017-09-131-0/+24
| | | | * chickadee/math/matrix.scm (display-matrix4): New procedure.
* 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