select method

SmartArray<T> select(
  1. List<Plane> frustumPlanes, [
  2. bool allowDuplicate
])

Implementation

external SmartArray<T> select(List<Plane> frustumPlanes, [bool allowDuplicate]);