| Home | Trees | Index | Help |
|
|---|
| Module Mathutils :: Class Euler |
|
| Method Summary | |
|---|---|
| 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 |
|---|
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.0 on Wed May 12 22:11:03 2004 | http://epydoc.sf.net |