Skip to content

@fibbojs / 2d / FVector2

Interface: FVector2

A 2d vector with x and y coordinates.

Properties

x

x: number

The x coordinate of the vector.

Defined in

2d/src/types/FVector2.ts:8


y

y: number

The y coordinate of the vector.

Defined in

2d/src/types/FVector2.ts:12