@inwebo/vector
v0.0.12
Published
Simple E6 class for common vectors operations
Readme
Vector
Simple ES6 2D vector representation.
Installation
yarn add @inwebo/vectorIn the application :
import Vector2D from "@inwebo/vector"See Vector2D.js for more infos.
Behavior
Tests
yarn test