1.0.2 • Published 5 years ago

@hadis/vector2 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

vector2

A simple vector2 type.

Example:

const Vector2 = require('vector2');

const v1 = new Vector2(0, 1), v2 = new Vector2(2, 3);

const sum = v1.add(v2);
const mag = v1.magnitude();
const dot = v1.dot(v2);
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago