SkillAgentSearch skills...

Victor

A JavaScript 2D vector class with methods for common vector operations

Install / Use

/learn @maxkueng/Victor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Victor

Build Status

A Javascript 2D Vector Maths Library, built using the UMD standards, so you can use it as a global object or with any module loader. It works in both Node.js and the browser.

Check out the website for documentation.

Installation

Node.js / Browserify

npm install victor --save
var Victor = require('victor');
var vec = new Victor(42, 1337);

Bower

bower install victor --save

Global object

Include the pre-built script.

<script src="./build/victor.js"></script>
<script>
var vec = new Victor(42, 1337);
</script>

Build & test

npm run build
npm test

Contributors

Ordered by date of first contribution. Auto-generated on Mon, 31 Aug 2015 13:08:12 GMT.

License

MIT

View on GitHub
GitHub Stars845
CategoryDevelopment
Updated3mo ago
Forks105

Languages

JavaScript

Security Score

92/100

Audited on Dec 31, 2025

No findings