about summary refs log tree commit diff stats
path: root/src/algorithms/2d-transformations
Commit message (Collapse)AuthorAgeFilesLines
* Update Scaling.svelteVSThoms2021-10-261-1/+1
| | | This variable should be immutable
* Add code for translationAndinus2021-10-121-0/+122
| | | | This is much better than what I wrote for scaling.
* Add scaling solutionAndinus2021-10-111-7/+168
| | | | The code is garbage but it works.
* Add 2d transformation moduleAndinus2021-10-111-0/+18