blender/doc/python_api/examples
Campbell Barton 998198a041 mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.
each accept Euler/Quaternion/Matrix types.

eg:
  Euler.rotate(Quaternion(axis, angle))
  Vector.rotate(Euler((pi/2, 0, 0)))

matrix.resize_4x4() and euler.make_compatible() were still returning an instance of themselves, now return None.
2011-02-05 09:57:02 +00:00
..
bpy.data.py == python api doc == 2010-10-13 10:42:33 +00:00
mathutils.Euler.py == python api doc == 2010-10-13 10:42:33 +00:00
mathutils.Matrix.py == python api doc == 2010-10-13 10:42:33 +00:00
mathutils.py mathutils rotate functions for Euler/Quaternion/Matrix/Vector types. 2011-02-05 09:57:02 +00:00
mathutils.Quaternion.py == python api doc == 2010-10-13 10:42:33 +00:00
mathutils.Vector.py mathutils rotate functions for Euler/Quaternion/Matrix/Vector types. 2011-02-05 09:57:02 +00:00