const vectorFromTo = (a, b) => new Vector(b.x - a.x, b.y - a.y, b.z - a.z)