openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
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