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