We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both Three.js and gl-matrix implementation check the dot product for Number.EPSILON or 0.000001.
https://github.com/toji/gl-matrix/blob/fccd5f707432ec5cc1774575be84c9f901a198d0/src/quat.js#L699-L727
https://github.com/mrdoob/three.js/blob/d4aa9e00ea29808534a3e082f602c544e5f2419c/src/math/Quaternion.js#L363-L404
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Both Three.js and gl-matrix implementation check the dot product for Number.EPSILON or 0.000001.
https://github.com/toji/gl-matrix/blob/fccd5f707432ec5cc1774575be84c9f901a198d0/src/quat.js#L699-L727
https://github.com/mrdoob/three.js/blob/d4aa9e00ea29808534a3e082f602c544e5f2419c/src/math/Quaternion.js#L363-L404
The text was updated successfully, but these errors were encountered: