Return if this intersects with other.
other
bool intersectsWithVector3(Vector3 other) => other.distanceToSquared(center) <= radius * radius;