Logo
Public Member Functions | List of all members
Yukar.Engine.Easing.Linear Class Reference

linear

Parameters
timeprogress time
durationtotal time
startValue
endValuestarting value
More...

Inheritance diagram for Yukar.Engine.Easing.Linear:
Yukar.Engine.Easing.IEasing

Public Member Functions

float GetResult (float time, float duration, float startValue, float endValue)
 Get result of easing function More...
 
float GetResult (float time, float duration, float startValue, float endValue)
 Get result of easing function More...
 

Detailed Description

linear

Parameters
timeprogress time
durationtotal time
startValue
endValuestarting value

Member Function Documentation

◆ GetResult()

float Yukar.Engine.Easing.Linear.GetResult ( float  time,
float  duration,
float  startValue,
float  endValue 
)

Get result of easing function

Parameters
timeprogress time
durationtotal time
startValue
endValuestarting value
Returns

Implements Yukar.Engine.Easing.IEasing.