Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Sagen
FunctionCurves
CosineCurve
C# Class Sagen.FunctionCurves.CosineCurve
Inheritance:
Curve
Mostra file
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