Skip to content

@fibbojs / 3d / FVector3

Interface: FVector3

A 3d vector with x, y and z coordinates.

Properties

x

x: number

The x coordinate of the vector.

Defined in

3d/src/types/FVector3.ts:8


y

y: number

The y coordinate of the vector.

Defined in

3d/src/types/FVector3.ts:12


z

z: number

The z coordinate of the vector.

Defined in

3d/src/types/FVector3.ts:16