const addVectors = (a, b) => new Vector(a.x + b.x, a.y + b.y, a.z + b.z)