blender/source
Campbell Barton ee9a00948b mathutils py api:
Vector.angle_signed(other)
  for 2D vectors to get the clockwise angle between them.

  in BLI math its called - angle_signed_v2v2()

shorthand for...

  atan2f((v1[1] * v2[0]) - (v1[0] * v2[1]), dot_v2v2(v1, v2))

also corrects compile error in last commit.
2012-03-14 06:14:15 +00:00
..
blender mathutils py api: 2012-03-14 06:14:15 +00:00
blenderplayer Add stub needed for blenderplayer compilation. 2012-03-05 17:23:52 +00:00
creator code cleanup: remove unused externs. 2012-03-11 00:00:27 +00:00
darwin replace former applescript with an editable one 2011-10-19 19:15:35 +00:00
gameengine fix [#30493] GE crashes on exit because of using freed mtfaces from tessfaces 2012-03-13 23:28:02 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests style cleanup: spelling. 2012-03-09 00:41:09 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00