FVector4
Overview
FVector4 is a class in Aspose.3d for Python.
FVector4.x represents the X component of the four‑dimensional vector.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read | Represents the X component of the four‑dimensional vector |
y | float | Read | |
z | float | Read | |
w | float | Read |
Methods
| Signature | Description |
|---|---|
__init__(x, y, z, w) |