https://github.com/zafarali/mathtools
Some experiments in Javascript Math
https://github.com/zafarali/mathtools
Last synced: over 1 year ago
JSON representation
Some experiments in Javascript Math
- Host: GitHub
- URL: https://github.com/zafarali/mathtools
- Owner: zafarali
- Created: 2014-06-23T03:58:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T16:53:22.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T11:47:41.025Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mathtools
=========
Some experiments in Javascript Math
##Branch: Operations
Development branch to implement the basic operations for vectors
- [x] Dot Product
- [x] Addition
- [ ] Add to current vector instead of creating a new vector / add the option to do this?
- [ ] Subtraction
- [ ] Scalar Multiplication
- [ ] Element-wise replacement
- [ ] Norm
- [ ] Angle between two vectors
- [ ] Unitify (turn into a unit vector)