intersects method

SmartArray<T> intersects(
  1. Vector3 sphereCenter,
  2. num sphereRadius, [
  3. bool allowDuplicate
])

Implementation

external SmartArray<T> intersects(Vector3 sphereCenter, num sphereRadius, [bool allowDuplicate]);