# js-vector-matrix **Repository Path**: mirrors_ReneNyffenegger/js-vector-matrix ## Basic Information - **Project Name**: js-vector-matrix - **Description**: Some basic classes for vector and matrix multiplication - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README js-vector-matrix ================ Some basic classes for vector and matrix multiplication. `test.html` tests `vector-matrix.js`. If it doesn't find an error, it simply prints `Done.`. `grid.html` draws a grid and rotates it using calculations performed by `vector-matrix.js`. # Links [The testfile for js-keyboard-coordinates](https://github.com/ReneNyffenegger/js-keyboard-coordinates/blob/master/test.html) uses these vector and matrix classes to animate a keyboard. [Space and Matrix Transformations - Building a 3D Engine](http://www.codeproject.com/Articles/42086/Space-and-Matrix-Transformations-Building-a-3D-Eng) was helpful when I wrote this.