about summary refs log tree commit diff stats
path: root/src/algorithms/2d-transformations/Scaling.svelte
Commit message (Collapse)AuthorAgeFilesLines
* Make changes in Scaling (#7)karishmarajput2021-10-311-3/+1
| | | | | | | * Fix typo and delete unused variable * Add : after solution * Make changes in Scaling
* Update Scaling.svelteVSThoms2021-10-261-1/+1
| | | This variable should be immutable
* Add scaling solutionAndinus2021-10-111-7/+168
| | | | The code is garbage but it works.
* Add 2d transformation moduleAndinus2021-10-111-0/+18