C# Class Sagen.FunctionCurves.LinearCurve

Inheritance: Curve
Exibir arquivo Open project: TheBerkin/Sagen

Public Methods

Method Description
LinearCurve ( Keyframe keyframes )

Protected Methods

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

Method Details

Interpolate() protected method

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

LinearCurve() public method

public LinearCurve ( Keyframe keyframes )
keyframes Keyframe