Appearance
@fibbojs / 2d / FVector2
A 2d vector with x and y coordinates.
x: number
number
The x coordinate of the vector.
2d/src/types/FVector2.ts:8
y: number
The y coordinate of the vector.
2d/src/types/FVector2.ts:12