Adds other to this vector.
other
Vector3D operator +(Vector3D other) => Vector3D(x + other.x, y + other.y, z + other.z);