FVector2 constructor
__init__(self)
Constructs a new instance of FVector2
def __init__(self):
...
__init__(self, vec)
Initializes a new instance of the FVector2
.
def __init__(self, vec):
...
Parameter | Type | Description |
---|---|---|
vec | Vector2 | Vector2 in double type |
__init__(self, x, y)
Initializes a new instance of the FVector2
.
def __init__(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | X component of the vector |
y | float | Y component of the vector |
See Also
- module
aspose.threed.utilities
- class
FVector2