DgnQuaternion constructor
init
Initializes a new instance of the DgnQuaternion
class.
def __init__(self):
...
init
Initializes a new instance of the DgnQuaternion
class.
def __init__(self, x, y, z, w):
...
Parameter | Type | Description |
---|---|---|
x | int | The x value. |
y | int | The y value. |
z | int | The z value. |
w | int | The w value. |
See Also
- module
aspose.cad.fileformats.dgn.dgntransform
- class
DgnQuaternion