A Vector and Matrix math utility library.
ts-matrix is a collection of vector, matrix and quaternion classes written in Typescript with no dependencies.
Using npm or yarn
``bash`
npm install --save ts-matrix
yarn add ts-matrix
Or add the unpkg cdn link to your html
`html