C# Class MonoGdx.Geometry.Interpolation.ExpOutInterpolation

Inheritance: ExpInterpolation
Mostrar archivo Open project: jaquadro/MonoGdx

Public Methods

Method Description
Apply ( float a ) : float
ExpOutInterpolation ( float value, float power ) : System

Method Details

Apply() public method

public Apply ( float a ) : float
a float
return float

ExpOutInterpolation() public method

public ExpOutInterpolation ( float value, float power ) : System
value float
power float
return System