C# Class System.Windows.Media.Glitz.EasingInterpolation.SmoothInterpolation

Inheritance: EasingInterpolation
ファイルを表示 Open project: nikhilk/silverlightfx

Public Methods

Method Description
SmoothInterpolation ( ) : System

Protected Methods

Method Description
InterpolateIn ( double t ) : double
InterpolateOut ( double t ) : double

Method Details

InterpolateIn() protected method

protected InterpolateIn ( double t ) : double
t double
return double

InterpolateOut() protected method

protected InterpolateOut ( double t ) : double
t double
return double

SmoothInterpolation() public method

public SmoothInterpolation ( ) : System
return System