intersectsBox method

bool intersectsBox(
  1. BoundingBox box, [
  2. num intersectionTreshold
])

Implementation

external bool intersectsBox(BoundingBox box, [num intersectionTreshold]);