Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/vector
Vector 2D representation.
https://github.com/inwebo/vector
Last synced: about 2 months ago
JSON representation
Vector 2D representation.
- Host: GitHub
- URL: https://github.com/inwebo/vector
- Owner: inwebo
- License: gpl-3.0
- Created: 2020-01-20T20:24:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T09:50:42.000Z (over 2 years ago)
- Last Synced: 2024-11-10T10:42:15.779Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)