FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

boycgit/maths-vector-ts: typescript version of maths-vector-ts · GitHub

Repository files navigation

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.

About

typescript version of maths-vector-ts

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL