[Bf-python] (no subject)

Gabriel Beloin gbeloin at caramail.com
Sun Feb 20 19:17:42 CET 2005


try this code in blender:
----------------------------------
import Blender
from Blender import Mathutils

a = Mathutils.Vector(1,1)
b = Mathutils.Vector(1,-1)

print Mathutils.AngleBetweenVecs(a,b)
----------------------------------
The result is 90.0000025045.
Why on earth a square angle between 2 vectors could equal 90.0000025045. Or its me that is missing something?

C est le moment de dynamiser votre boîte mail en découvrant les offres CaraMail Max et Pro - http://www.caramail.com



More information about the Bf-python mailing list