FVector4
Overview
FVector4 is a class in Aspose.3D FOSS for Python.
FVector4.x represents the X component of the 4‑dimensional vector.
This class provides 1 method for working with FVector4 objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: w, x, y, z.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | Gets or sets the x. |
y | float | Read/Write | Gets or sets the y. |
z | float | Read/Write | Gets or sets the z. |
w | float | Read/Write | Gets or sets the w. |
Methods
| Signature | Description |
|---|---|
__init__(x, y, z, w) |