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