Moves current value towards target by a maximum step amount. Takes current (starting value), target (destination value), step (maximum movement per call). Returns a value moved from current towards target by at most step units.
current
Double
target
Double
step
Double
; No example implemented yet