add info about units for rotation IPOs and Object Euler angles.
This commit is contained in:
@@ -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)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user