Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/math-euler
Euler math functions ported from THREE.js
https://github.com/thlorenz/math-euler
Last synced: 13 days ago
JSON representation
Euler math functions ported from THREE.js
- Host: GitHub
- URL: https://github.com/thlorenz/math-euler
- Owner: thlorenz
- License: mit
- Created: 2014-11-23T03:26:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T04:08:35.000Z (about 10 years ago)
- Last Synced: 2024-12-10T08:27:05.921Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://github.com/thlorenz/math-euler
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math-euler [![build status](https://secure.travis-ci.org/thlorenz/math-euler.png)](http://travis-ci.org/thlorenz/math-euler)
Euler math functions ported from THREE.js
## Status
Working, but missing `setFromQuaternion` and `reorder` functions.
## Installation
npm install math-euler
## API
See [THREE.js Euler docs](http://threejs.org/docs/#Reference/Math/Euler)
## License
MIT