| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Quaternion
A quaternion.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Vec3 |
|
||
| (float, Vec3) |
|
||
|
|||
|
|||
| list of four floats |
|
||
| tuple of four floats |
|
||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 40
|
|||
__safe_for_unpickling__ = True
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructs quaternion with specifed component values.
|
helper for pickle
|
str(x)
|
Returns angle and axis rotation representation, where angle is the magnitude of the returned Vec3 object.
|
Returns angle and axis rotation representation as a two element tuple, the first element is the angle and the second element is the Vec3 axis.
|
Returns a python list of 4 elements.
|
Returns a python tuple of 4 elements.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |