SpeedSelectionStrategy

Given the current target Position, this strategy interface computes the current Node's speed.

Parameters

<T>

Concentration type

<P>

position type

Inheritors

Functions

Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): SpeedSelectionStrategy<T, P>
Link copied to clipboard
abstract fun getNodeMovementLength(target: P): Double