Appearance
@fibbojs / core / FVector4
A 4d vector with x, y, z and w coordinates.
w: number
number
The w coordinate of the vector.
core/src/types/FVector4.ts:20
x: number
The x coordinate of the vector.
core/src/types/FVector4.ts:8
y: number
The y coordinate of the vector.
core/src/types/FVector4.ts:12
z: number
The z coordinate of the vector.
core/src/types/FVector4.ts:16