C# Class Sagen.FunctionCurves.Curve

Exibir arquivo Open project: TheBerkin/Sagen

Public Methods

Method Description
Curve ( Keyframe keyframes ) : System
this ( float time ) : float

Protected Methods

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

Method Details

Curve() public method

public Curve ( Keyframe keyframes ) : System
keyframes Keyframe
return System

Interpolate() protected abstract method

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

this() public method

public this ( float time ) : float
time float
return float