Created
May 6, 2015 14:42
-
-
Save marco-we/e4bd5d9e2d3163f012a6 to your computer and use it in GitHub Desktop.
quaternion_how_tos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* How to rotate one quaternion on to another: | |
// http://answers.unity3d.com/questions/35541/problem-finding-relative-rotation-from-one-quatern.html | |
Quaternion relative = Quaternion.Inverse(a) * b; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment