Appearance
@fibbojs / 3d / FVector3
A 3d vector with x, y and z coordinates.
x: number
number
The x coordinate of the vector.
3d/src/types/FVector3.ts:8
y: number
The y coordinate of the vector.
3d/src/types/FVector3.ts:12
z: number
The z coordinate of the vector.
3d/src/types/FVector3.ts:16