C# Class SilverlightFX.UserInterface.Glitz.LinearInterpolation

Represents a linear or no-op interpolation
Inheritance: System.Windows.Media.Glitz.TweenInterpolation
Mostra file Open project: nikhilk/silverlightfx

Public Methods

Method Description
Interpolate ( double t ) : double
LinearInterpolation ( ) : System

Initializes an instance of a LinearInterpolation.

Method Details

Interpolate() public method

public Interpolate ( double t ) : double
t double
return double

LinearInterpolation() public method

Initializes an instance of a LinearInterpolation.
public LinearInterpolation ( ) : System
return System