10000 GitHub - timongentzsch/rotationconverter: Simple HTML+JS page to convert between different 3D rotation formats, quaternion, Rodrigues angles, etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple HTML+JS page to convert between different 3D rotation formats, quaternion, Rodrigues angles, etc.

License

Notifications You must be signed in to change notification settings

timongentzsch/rotationconverter

 
 

Repository files navigation

3D Rotation Converter

A simple HTML+JavaScript page to convert between different 3D rotation formats, quaternions, Rodrigues angles, Euler angles, etc.

Run hosted website directly to convert rotations online

Dependencies

Most of the conversion is calculated with the three.js library (which is also MIT-licensed).

License

Permissive MIT license, see file LICENSE

Build

To generate the minified math part of three.js, call python three.js-master/utils/build/build.py --include math --minify --output three-onlymath.min.js

About

Simple HTML+JS page to convert between different 3D rotation formats, quaternion, Rodrigues angles, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%
0