Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bonzaico/e-vector

A 2D or 3D Euclidean vector library for Node.js and the browser
https://github.com/bonzaico/e-vector

bonzai euclidean mathematics vector

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/packages/e-vector)**
Base package | [![npm](https://img.shields.io/npm/v/e-vector.svg)](https://www.npmjs.com/package/e-vector) |
| [e-vector-dom](/packages/e-vector-dom)
Some DOM helpers | [![npm](https://img.shields.io/npm/v/e-vector-dom.svg)](https://www.npmjs.com/package/e-vector-dom) |
| [e-vector-fl](/packages/e-vector-fl)
[Fantasy Land](https://github.com/fantasyland/fantasy-land) Bindings | [![npm](https://img.shields.io/npm/v/e-vector-fl.svg)](https://www.npmjs.com/package/e-vector-fl) |

## Installation

Install using `npm`,

npm install --save e-vector

## Use as ES Module

import * as Vector from "e-vector";

## License

BSD-3-Clause