C# Class Sagen.FunctionCurves.CosineCurve

Inheritance: Curve
Exibir arquivo Open project: TheBerkin/Sagen

Public Methods

Method Description
CosineCurve ( Keyframe keyframes )

Protected Methods

Method Description
Interpolate ( Keyframe left, Keyframe right, float delta ) : float

Method Details

CosineCurve() public method

public CosineCurve ( Keyframe keyframes )
keyframes Keyframe

Interpolate() protected method

protected Interpolate ( Keyframe left, Keyframe right, float delta ) : float
left Keyframe
right Keyframe
delta float
return float