IntersectsSphere static method

bool IntersectsSphere(
  1. Vector3 minPoint,
  2. Vector3 maxPoint,
  3. Vector3 sphereCenter,
  4. num sphereRadius,
)

Implementation

external static bool IntersectsSphere(Vector3 minPoint, Vector3 maxPoint, Vector3 sphereCenter, num sphereRadius);