Classes | Functions

cpDampedSpring

Classes

struct  cpDampedSpring

Functions

cpDampedSpring * cpDampedSpringAlloc (void)
 Allocate a damped spring.
cpDampedSpring * cpDampedSpringInit (cpDampedSpring *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat restLength, cpFloat stiffness, cpFloat damping)
 Initialize a damped spring.
cpConstraintcpDampedSpringNew (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat restLength, cpFloat stiffness, cpFloat damping)
 Allocate and initialize a damped spring.
 All Classes Functions Variables Properties