aboutsummaryrefslogtreecommitdiffstats
path: root/playgrounds/matrix/matrix.html
Commit message (Collapse)AuthorAgeFilesLines
* Implemented random colors and added back the playgroundsSaivan2018-12-021-47/+0
| | | | | | | | | | This commit adds back the playgrounds and the npm demo. We also implemented a few methods to generate pretty random colors. Changes ======= - Added back the playgrounds and the npm demos - Implemented a few random color generators
* Added matrix composition and decompositionsSaivan2018-03-031-0/+47
This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors.