ChannelType

Inheritance diagram of rumba.ChannelType
class ChannelType

Predefined channel types.

Members:

sx : The x component of the scale of a matrix.

sy : The y component of the scale of a matrix.

sz : The z component of the scale of a matrix.

rx : The x component of the rotate of a matrix.

ry : The y component of the rotate of a matrix.

rz : The z component of the rotate of a matrix.

tx : The x component of the translation of a matrix.

ty : The y component of the translation of a matrix.

tz : The z component of the translation of a matrix.

ro : The rotate order used to compose the rotation.

Methods

__eq__

Return self==value.

__getstate__

__hash__

Return hash(self).

__index__

__init__

__int__

__ne__

Return self!=value.

__repr__

Return repr(self).

__setstate__

name

Properties

__doc__

name

__members__

value

__init__()