Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inwebo/vector

Vector 2D representation.
https://github.com/inwebo/vector

Last synced: about 2 months ago
JSON representation

Vector 2D representation.

Awesome Lists containing this project

README

        

# Vector
Simple ES6 2D vector representation.

## Installation

```shell script
yarn add @inwebo/vector
```

In the application :

```javascript
import Vector2D from "@inwebo/vector"
```

See [Vector2D.js](./src/Vector2D.js) for more infos.

## Behavior

## Tests
```shell script
yarn test
```

## Links

* [Cross product](https://en.wikipedia.org/wiki/Cross_product)
* [victor.js](http://victorjs.org/)
* [Graphics Gems Repository](http://www.realtimerendering.com/resources/GraphicsGems/)
* [https://evanw.github.io/lightgl.js/docs/vector.html](https://evanw.github.io/lightgl.js/docs/vector.html)
* [https://developer.mozilla.org/fr/docs/Web/API/Performance/now](https://developer.mozilla.org/fr/docs/Web/API/Performance/now)