Filtered
fun <T, P : Position<P>, Vector<P>> Filtered(steerStrategy: SteeringStrategy<T, P>, filter: List<SteeringAction<T, P>>.() -> List<SteeringAction<T, P>>)
Content copied to clipboard
Parameters
steerStrategy
computeNextPosition is delegated to this strategy.
Content copied to clipboard
filter
the filter to apply on the list of steering actions.
Content copied to clipboard