Skip to content

@fibbojs / core / FVector2

Interface: FVector2

A 2d vector with x and y coordinates.

Properties

x

x: number

The x coordinate of the vector.

Defined in

core/src/types/FVector2.ts:8


y

y: number

The y coordinate of the vector.

Defined in

core/src/types/FVector2.ts:12