intersectsSphere method

bool intersectsSphere(
  1. BoundingSphere sphere, [
  2. num intersectionTreshold
])

Implementation

external bool intersectsSphere(BoundingSphere sphere, [num intersectionTreshold]);