FVector2
FVector2 — FVector2 klasa.
| ————————- | ————————- | ————————- |
| x | float | |
| y | float | |
| ————————- | ————————- | ————————- |
| x() | float | |
| x(…) [overload 2] | | | | `y()` | `float` | | | `__init__(x, y)` | | |
| length() | float | |
| normalize() | 'FVector2' | |
| dot(other: 'FVector2') | float | |
| parse(input: str) | `` | |