Files
test/source/blender/blenlib
Brecht Van Lommel 2bb9d5471e Fix for bug #5250: inaccurate conversion between edit and pose mode bones.
Using acos(dot(u, v)) to find the angle between two vectors is quite
inaccurate, and there's a better way to do it, as explained here:
http://www.plunk.org/~hatch/rightway.php

Also changed the use of atan for computing roll to atan2 in some places,
the latter avoids accuracy and division by zero issues.
2006-11-18 23:07:32 +00:00
..
2006-08-20 15:22:56 +00:00
2005-08-23 02:29:22 +00:00
2005-03-09 19:45:59 +00:00
2006-01-23 22:05:47 +00:00
2005-08-25 13:11:04 +00:00
2006-08-20 14:41:13 +00:00
2004-01-05 00:06:11 +00:00