plot2d ~master (2022-01-15T15:41:32.7834376)
Dub
Repo
Transition.opCall
plot2d
anim
Transition
interface
Transition
float
opCall
(
float
dt
,
float
dur
)
out (v) { assert (v >= 0, "less that zero"); assert (v <= 1, "more that one"); }
Parameters
dt
float
time from animation start
dur
float
animation duration
Return Value
Type:
float
value from 0 to 1
Meta
Source
See Implementation
plot2d
anim
Transition
functions
opCall