distanceToSphere method
Implementation
double distanceToSphere(BoundingSphere sphere) {
  return distanceToPoint(sphere.center) - sphere.radius;
}double distanceToSphere(BoundingSphere sphere) {
  return distanceToPoint(sphere.center) - sphere.radius;
}