Return if this contains other.
other
bool containsVector3(Vector3 other) => other.distanceToSquared(center) < radius * radius;