Struct FVector2
Contents
[
Hide
]FVector2 structure
A float vector with two components.
public struct FVector2
Constructors
| Name | Description |
|---|---|
| FVector2(Vector2) | Initializes a new instance of the FVector2. |
| FVector2(float, float) | Initializes a new instance of the FVector2. |
Methods
| Name | Description |
|---|---|
| Equals(FVector2) | Check if two vectors are equal |
| override Equals(object) | Check if two vectors are equal |
| override GetHashCode() | Gets the hash code of this instance |
| override ToString() | Returns a string that represents the FVector2 |
| operator + | + Operator overloading |
| operator == | == Operator overloading |
| explicit operator | |
| operator != | != Operator overloading |
| operator * | * operator overloading |
| operator - | - Operator overloading |
Fields
| Name | Description |
|---|---|
| X | The x component. |
| Y | The y component. |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D