Skip to content

A 2D or 3D Euclidean vector library for Node.js and the browser

License

Notifications You must be signed in to change notification settings

bonzaico/e-vector

Repository files navigation

e-vector

This is a library to work with two or three dimensional Euclidean vectors.

Packages

This repo is managed as a monorepo that is composed of three npm packages.

Package Version
e-vector
Base package
npm
e-vector-dom
Some DOM helpers
npm
e-vector-fl
Fantasy Land Bindings
npm

Installation

Install using npm,

npm install --save e-vector

Use as ES Module

import * as Vector from "e-vector";

License

BSD-3-Clause

About

A 2D or 3D Euclidean vector library for Node.js and the browser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published