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