TransformBuilder constructor

init

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

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

init

Construct a TransformBuilder with initial transform matrix and specified compose order

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

See Also