FVector4
Overview
FVector4 is a class in Aspose.3D FOSS for Python.
FVector4.x represents the X component of the 4‑dimensional vector.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read | Represents the X component of the 4‑dimensional vector |
y | float | Read | |
z | float | Read | |
w | float | Read | Represents the W component (often used for homogenous coordinates) of the vector |
_x | `` | Read | |
_y | `` | Read | |
_z | `` | Read | |
_w | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(x, y, z, w) |