TransformBuilder constructor
init
Construct a TransformBuilder with initial identity transform matrix and specified compose order
def __init__(self, order):
...
| Parameter | Type | Description |
|---|---|---|
| order | ComposeOrder |
init
Construct a TransformBuilder with initial transform matrix and specified compose order
def __init__(self, initial, order):
...
| Parameter | Type | Description |
|---|---|---|
| initial | Matrix4 | |
| order | ComposeOrder |
See Also
- module
aspose.threed.utilities - class
TransformBuilder