@a-robu/victor
v2.2.2
Published
A JavaScript 2D vector class with methods for common vector operations (fork of Victor)
Downloads
87
Readme
Fork Notes
This repository is a fork of the original Victor project at github.com/maxkueng/victor. The documentation of the original project is hosted at http://victorjs.org/.
The documentation of this fork (which is slightly different from the original) is hosted at https://a-robu.github.io/victor/ and the package is published on NPM at https://www.npmjs.com/package/@a-robu/victor.
This fork clarifies some points in the documentation and adds one function. Slighly more information is available in the CHANGELOG.
Installing & Using
npm install @a-robu/victor --save
const Victor = require('victor');
let vec = new Victor(42, 1337);
For more examples, see the documentation at https://a-robu.github.io/victor/.
Developing
npm test
Contributors To maxkueng/victor
Ordered by date of first contribution. Auto-generated on Mon, 31 Aug 2015 13:08:12 GMT.
- Max Kueng aka
maxkueng
- George Crabtree aka
supercrabtree
- Michel.Ypma aka
MichelYpma
- Chris Pearce aka
Chrisui
- Beau Gunderson aka
beaugunderson
- René Bischoff aka
Fjandin
- Chris Ertel aka
chrisrertel
- Heikki Ylönen aka
heikki
- Joonas Salmela aka
undefined
- Moritz Rebbert aka
ztiromoritz
License
MIT