Sine Class
Definition
Section titled “Definition”[DataContract]public class Sine : EasingBaseInheritance object → EasingBase
Constructors
Section titled “Constructors”Sine()
Section titled “Sine()”public Sine()Methods
Section titled “Methods”Ease(double, double, double, double)
Section titled “Ease(double, double, double, double)”Called to apply an easing function to the value.
public override double Ease(double time, double startingValue, double currentValue, double duration)Parameters
Section titled “Parameters”time double
startingValue double
The starting value.
currentValue double
duration double
Returns
Section titled “Returns”double
A calculated value.