chipmunkd ~master (2017-02-18T12:22:00Z)
Home
Dub
Repo
cpflerp
chipmunk
chipmunk_types
Linearly interpolate (or extrapolate) between @c f1 and @c f2 by @c t percent.
extern (
C
) static
cpFloat
cpflerp
(
cpFloat
f1
,
cpFloat
f2
,
cpFloat
t
)
Meta
Source
See Implementation
chipmunk
chipmunk_types
static functions
cpfabs
cpfclamp
cpfclamp01
cpflerp
cpflerpconst
cpfmax
cpfmin
Linearly interpolate (or extrapolate) between @c f1 and @c f2 by @c t percent.