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