Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: matrix: Fix typos in matrix4-2d-transform! | David Thompson | 2018-01-17 | 1 | -2/+2 |
| | | | | * chickadee/math/matrix.scm (matrix4-2d-transform!): Fix bad typos! | ||||
* | math: matrix: Add matrix4-2d-transform! procedure. | David Thompson | 2018-01-17 | 1 | -0/+42 |
| | | | | * chickadee/math/matrix.scm (matrix4-2d-transform): New procedure. | ||||
* | math: matrix: Allow translation by rect as if it were a vector. | David Thompson | 2018-01-05 | 1 | -0/+7 |
| | | | | * chickadee/math/matrix.scm (matrix4-translate!): Add rect support. | ||||
* | math: matrix: Allow translation with 3D vectors. | David Thompson | 2017-11-12 | 1 | -5/+13 |
| | | | | | * chickadee/math/matrix.scm (matrix4-translate!): Add support for the vec3 type. | ||||
* | math: matrix: Support converting a quaternion into a rotation matrix. | David Thompson | 2017-11-12 | 1 | -0/+32 |
| | | | | | * chickadee/math/matrix.scm (matrix4-rotate!, matrix4-rotate): New procedures. | ||||
* | math: matrix: Fix docstring. | David Thompson | 2017-09-13 | 1 | -4/+3 |
| | | | | * chickadee/math/matrix.scm (orthographic-projection): s/transform/matrix/ | ||||
* | math: matrix: Add perspective-projection function. | David Thompson | 2017-09-13 | 1 | -0/+12 |
| | | | | * chickadee/math/matrix.scm (perspective-projection): New procedure. | ||||
* | math: matrix: Add custom record type printer. | David Thompson | 2017-09-13 | 1 | -0/+24 |
| | | | | * chickadee/math/matrix.scm (display-matrix4): New procedure. | ||||
* | math: matrix: Use vectors for matrix ops. | David Thompson | 2017-01-13 | 1 | -16/+18 |
| | |||||
* | math: matrix: Update to use new vector library. | David Thompson | 2017-01-10 | 1 | -22/+12 |
| | |||||
* | First commit! | David Thompson | 2017-01-04 | 1 | -0/+315 |