A 3D vector in world space.
const origin: Vec3 = { x: 0, y: 1.6, z: 0 }; Copy
const origin: Vec3 = { x: 0, y: 1.6, z: 0 };
A 3D vector in world space.