https://github.com/thormeier/vanillavectors
A simple library written in vanilla JS that represents vectors.
https://github.com/thormeier/vanillavectors
canvas math mathematics vanilla-js vectors
Last synced: over 1 year ago
JSON representation
A simple library written in vanilla JS that represents vectors.
- Host: GitHub
- URL: https://github.com/thormeier/vanillavectors
- Owner: thormeier
- License: mit
- Created: 2016-11-01T11:52:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T13:30:40.000Z (over 9 years ago)
- Last Synced: 2025-02-14T11:02:41.893Z (over 1 year ago)
- Topics: canvas, math, mathematics, vanilla-js, vectors
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VanillaVectors
==============
A simple library written in vanilla JS that represents vectors. For only vectors, use `src/vector`, for simple painting also use `src/painting`.