Home | Trees | Index | Help |
|
---|
Module Mathutils :: Class Euler |
|
Method Summary | |
---|---|
Euler object |
Create a new euler object. |
Matrix object |
Return a matrix representation of the euler. |
Quaternion object |
Return a quaternion representation of the euler. |
Calculate a unique rotation for this euler. | |
Set all values to zero. |
Class Variable Summary | |
---|---|
x : The heading value in degrees. | |
y : The pitch value in degrees. | |
z : The roll value in degrees. |
Method Details |
---|
__init__(list=None)
|
toMatrix()Return a matrix representation of the euler.
|
toQuat()Return a quaternion representation of the euler.
|
unique()Calculate a unique rotation for this euler. |
zero()Set all values to zero. |
Class Variable Details |
---|
xThe heading value in degrees. |
yThe pitch value in degrees. |
zThe roll value in degrees. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 13 15:31:23 2005 | http://epydoc.sf.net |