C# Class Sagen.FunctionCurves.CosineCurve

Inheritance: Curve
Afficher le fichier Open project: TheBerkin/Sagen

Méthodes publiques

Méthode Description
CosineCurve ( Keyframe keyframes )

Méthodes protégées

Méthode Description
Interpolate ( Keyframe left, Keyframe right, float delta ) : float

Method Details

CosineCurve() public méthode

public CosineCurve ( Keyframe keyframes )
keyframes Keyframe

Interpolate() protected méthode

protected Interpolate ( Keyframe left, Keyframe right, float delta ) : float
left Keyframe
right Keyframe
delta float
Résultat float