maths-vector-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

maths-vector-ts

Build Status Coverage Status MIT Licence npm version

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.

Readme

Keywords

none

Package Sidebar

Install

npm i maths-vector-ts

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

153 kB

Total Files

16

Last publish

Collaborators

  • jscon