maths-vector-ts
v1.0.0
Published
[![Build Status](https://travis-ci.org/boycgit/maths-vector-ts.svg?branch=master)](https://travis-ci.org/boycgit/maths-vector-ts) [![Coverage Status](https://coveralls.io/repos/github/boycgit/maths-vector-ts/badge.svg?branch=master)](https://coveralls.io/
Downloads
6
Readme
maths-vector-ts
This is TypeScript version of maths-vectors.
Installation
Node.js / Browserify
npm install vector --save
var Vector = require('vector');
var vec = new Vector(42, 1337);
Global object
Include the pre-built script.
<script src="./dist/vector.umd.min.js"></script>
<script>
var vec = new Vector(42, 1337);
</script>
Build & test
npm run build
npm test
document
npm run doc
then open the generated out/index.html
file in your browser.
License
MIT.