Copy the sphere from other into this.
other
void copyFrom(Sphere other) { _center.setFrom(other._center); _radius = other._radius; }