a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / Vec3
Vec3 Interface representing a 3D Vector with x, y and z components.
x:
number
The x-coordinate of the vector.
y:
number
The y-coordinate of the vector.
z:
number
The z-coordinate of the vector.