Vector3 constructor
Contents
[
Hide
]init
Constructs a new instance of Vector3
def __init__(self):
...
init
Initializes a new instance of the Vector3
struct.
def __init__(self, vec):
...
Parameter | Type | Description |
---|---|---|
vec | FVector3 | The x coordinate. |
init
Initializes a new instance of the Vector3
struct.
def __init__(self, v):
...
Parameter | Type | Description |
---|---|---|
v | float | V. |
init
Initializes a new instance of the Vector3
struct.
def __init__(self, vec4):
...
Parameter | Type | Description |
---|---|---|
vec4 | Vector4 | Vec4. |
init
Initializes a new instance of the Vector3
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. |
See Also
- module
aspose.threed.utilities
- class
Vector3