add info about units for rotation IPOs and Object Euler angles.

This commit is contained in:
Stephen Swaney
2004-03-25 06:18:56 +00:00
parent e418052d85
commit 29baa5026e
2 changed files with 6 additions and 2 deletions

View File

@@ -213,8 +213,8 @@ class Object:
def getEuler():
"""
Returns the object's rotation as Euler rotation vector (rotX, rotY, rotZ).
@rtype: A vector triple
Returns the object's rotation as Euler rotation vector (rotX, rotY, rotZ). Angles are in radians.
@rtype: A vector triple of floats
@return: (rotX, rotY, rotZ)
"""