bool intersectsSphere(Sphere sphere) { return distanceSqToPoint(sphere.center) <= (sphere.radius * sphere.radius); }