User:Dora Gustafson/llRotBetween alternatives
< User:Dora Gustafson
Jump to navigation
Jump to search
Revision as of 10:36, 23 December 2012 by Dora Gustafson (talk | contribs) (essay over llRotBetween)
llRotBetween, some alternatives and considerations
Under construction
Scope
Four scripts are covered, They are
- llRotBetween( vector a, vector b); // The built in function
- RotBetween( vector a, vector b); // The replacement outlined in the wiki
- rotV2V( vector a, vector b); // The shortest replacement
- rotbetween( vector a, vector b); // Using a Vector to rotation function
Tests
First the rotation solutions were compared and they didn't compare at all. Testing rotations is a bad idea since there is no single solution, but an infinite number of solutions. All 4 functions provide different valid solutions.