Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 185 Bytes

File metadata and controls

19 lines (12 loc) · 185 Bytes

Mathematical operations

Vector

import {Vector} from "std/vector";

const v = new Vector(1, 0);
console.log(v.length)
// -> 1

Spec

As per own API.

License

MIT