Skip to content

@fibbojs / core / FVector4

Interface: FVector4

A 4d vector with x, y, z and w coordinates.

Properties

w

w: number

The w coordinate of the vector.

Defined in

core/src/types/FVector4.ts:20


x

x: number

The x coordinate of the vector.

Defined in

core/src/types/FVector4.ts:8


y

y: number

The y coordinate of the vector.

Defined in

core/src/types/FVector4.ts:12


z

z: number

The z coordinate of the vector.

Defined in

core/src/types/FVector4.ts:16