TransformBuilder constructor

__init__(self, order)

Construct a TransformBuilder with initial identity transform matrix and specified compose order


def __init__(self, order):
    ...
ParameterTypeDescription
orderComposeOrder

__init__(self, initial, order)

Construct a TransformBuilder with initial transform matrix and specified compose order


def __init__(self, initial, order):
    ...
ParameterTypeDescription
initialMatrix4
orderComposeOrder

See Also