orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-easing
/
org.openrndr.extra.easing
/
easeLinear
ease
Linear
fun
easeLinear
(
t
:
Double
,
b
:
Double
=
0.0
,
c
:
Double
=
1.0
,
d
:
Double
=
1.0
)
:
Double
(
source
)
Easing function arguments
Parameters
t
current Time
b
Beginning value
c
Change in value (the final value is
b+c
)
d
Duration (maximum time)