FVector3 class
FVector3 class
A float vector with three components.
The FVector3 type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, x, y, z) | Initializes a new instance of the FVector3. |
__init__(self, vec) | Initializes a new instance of the FVector3. |
__init__(self, vec) | Initializes a new instance of the FVector4. |
__init__(self) | Constructs a new instance of FVector3 |
Properties
| Property | Description |
|---|---|
| zero | The Zero vector. |
| one | The unit scale vector with all components are all 1 |
| x | The x component. |
| y | The y component. |
| z | The y component. |
Methods
| Method | Description |
|---|---|
normalize(self) | Normalizes this instance. |
cross(self, rhs) | Cross product of two vectors |
See Also
- module
aspose.threed.utilities - class
FVector3 - class
FVector4