FVector2 class
FVector2 class
A float vector with two components.
The FVector2 type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__(self, x, y) | Initializes a new instance of the FVector2 . |
__init__(self, vec) | Initializes a new instance of the FVector2 . |
__init__(self) | Constructs a new instance of FVector2 |
Properties
Property | Description |
---|---|
x | The x component. |
y | The y component. |
Methods
Method | Description |
---|---|
equals(self, rhs) | Check if two vectors are equal |
See Also
- module
aspose.threed.utilities
- class
FVector2