class quick_haxe.Interpolation

Available on all platforms

A colletion of static methods for handling interpolation

Class Fields

static function linear(start:Float, end:Float, normalisedTime:Float):Float

Linearly interpolated value

start

Start value

end

End value

normalisedTime

Normalised time (0 to 1)

returns

Interpolated value