A 3D vector / point in world space.
const position: Vector3Data = { x: 0, y: 1.6, z: 0 }; Copy
const position: Vector3Data = { x: 0, y: 1.6, z: 0 };
X component.
Y component (up).
Z component.
A 3D vector / point in world space.
Example