chipmunkd ~master (2017-02-18T12:22:00Z)
Home
Dub
Repo
cpvlerpconst
chipmunk
cpVect
Linearly interpolate between v1 towards v2 by distance d.
extern (
C
) static
cpVect
cpvlerpconst
(
cpVect
v1
,
cpVect
v2
,
cpFloat
d
)
Meta
Source
See Implementation
chipmunk
cpVect
static functions
cpMat2x2New
cpv
cpvadd
cpvclamp
cpvcross
cpvdist
cpvdistsq
cpvdot
cpveql
cpvforangle
cpvlength
cpvlengthsq
cpvlerp
cpvlerpconst
cpvmult
cpvnear
cpvneg
cpvnormalize
cpvperp
cpvproject
cpvrotate
cpvrperp
cpvslerp
cpvslerpconst
cpvsub
cpvtoangle
cpvunrotate
Linearly interpolate between v1 towards v2 by distance d.