sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Interpolate.SmoothInOut
sbylib
graphics
action
interpolation
Interpolate
Undocumented in source.
class
Interpolate
static
auto
SmoothInOut
=
function
(
float
t
) =>
t
*
t
* (
3
-
2
*
t
)
;
Meta
Source
See Source File
sbylib
graphics
action
interpolation
Interpolate
static variables
Linear
SmoothInOut