FVector4 constructor
Contents
[
Hide
]init
Constructs a new instance of FVector4
def __init__(self):
...
init
Initializes a new instance of the FVector4
.
def __init__(self, vec):
...
Parameter | Type | Description |
---|---|---|
vec | Vector4 |
init
Initializes a new instance of the FVector4
.
def __init__(self, vec):
...
Parameter | Type | Description |
---|---|---|
vec | Vector3 |
init
Initializes a new instance of the FVector4
.
def __init__(self, vec, w):
...
Parameter | Type | Description |
---|---|---|
vec | Vector3 | |
w | float |
init
Initializes a new instance of the FVector4
.
def __init__(self, x, y, z):
...
Parameter | Type | Description |
---|---|---|
x | float | |
y | float | |
z | float |
init
Initializes a new instance of the FVector4
.
def __init__(self, x, y, z, w):
...
Parameter | Type | Description |
---|---|---|
x | float | |
y | float | |
z | float | |
w | float |
See Also
- module
aspose.threed.utilities
- class
FVector4