openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-animatable
/
org.openrndr.animatable.easing
/
Easer
Easer
interface
Easer
(
source
)
Inheritors
Linear
BackIn
ExpoIn
SineOut
SineIn
SineInOut
CubicIn
CubicOut
CubicInOut
QuadIn
QuadOut
QuadInOut
QuartIn
QuartOut
QuartInOut
Members
Functions
ease
Link copied to clipboard
abstract
fun
ease
(
t
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
)
:
Double
velocity
Link copied to clipboard
abstract
fun
velocity
(
t
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
)
:
Double