C# Class SilverlightFX.UserInterface.Glitz.LinearInterpolation

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

Méthodes publiques

Méthode Description
Interpolate ( double t ) : double
LinearInterpolation ( ) : System

Initializes an instance of a LinearInterpolation.

Method Details

Interpolate() public méthode

public Interpolate ( double t ) : double
t double
Résultat double

LinearInterpolation() public méthode

Initializes an instance of a LinearInterpolation.
public LinearInterpolation ( ) : System
Résultat System