Skip to content

Quad Class

C#
[DataContract]
public class Quad : EasingBase

Inheritance objectEasingBase

C#
public Quad()

Called to apply an easing function to the value.

C#
public override double Ease(double time, double startingValue, double currentValue, double duration)

time double

startingValue double
The starting value.

currentValue double

duration double

double
A calculated value.