C# Class Assets.Scripts.Util.AlphaLerp

Exibir arquivo Open project: juliancruz87/madbricks Class Usage Examples

Public Methods

Method Description
AlphaLerp ( float min, float max )
GetAlpha ( float value ) : float
GetValue ( float alpha ) : float
GetValue ( float min, float max, float alpha ) : float

Method Details

AlphaLerp() public method

public AlphaLerp ( float min, float max )
min float
max float

GetAlpha() public method

public GetAlpha ( float value ) : float
value float
return float

GetValue() public method

public GetValue ( float alpha ) : float
alpha float
return float

GetValue() public static method

public static GetValue ( float min, float max, float alpha ) : float
min float
max float
alpha float
return float