about summary refs log tree commit diff stats
path: root/src/algorithms/2d-transformations
Commit message (Collapse)AuthorAgeFilesLines
* TidyAndinus2021-10-261-3/+4
|
* Make translatedPointsArray globalkarishmarajput2021-10-261-1/+4
|
* Merge branch 'master' of https://github.com/andinus/doradokarishmarajput2021-10-262-7/+3
|\
| * Merge branch 'master' of github.com:andinus/doradoAndinus2021-10-261-1/+1
| |\
| | * Merge pull request #4 from VSThoms/masterAndinus2021-10-261-1/+1
| | |\ | | | | | | | | Make scale.svelte_const
| | | * Update Scaling.svelteVSThoms2021-10-261-1/+1
| | | | | | | | | | | | This variable should be immutable
| * | | TidyAndinus2021-10-261-6/+2
| |/ /
| * / Update Translation.sveltejustin-292021-10-261-4/+4
| |/
* / translated points table addedkarishmarajput2021-10-261-0/+18
|/
* 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