@a-robu/victor

A JavaScript 2D vector class with methods for common vector operations (fork of Victor)

Usage no npm install needed!

<script type="module">
  import aRobuVictor from 'https://cdn.skypack.dev/@a-robu/victor';
</script>

README

Victor">

GitHub Workflow Status (branch)

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.

License

MIT