Classes | |
struct | cpDampedRotarySpring |
Functions | |
cpDampedRotarySpring * | cpDampedRotarySpringAlloc (void) |
Allocate a damped rotary spring. | |
cpDampedRotarySpring * | cpDampedRotarySpringInit (cpDampedRotarySpring *joint, cpBody *a, cpBody *b, cpFloat restAngle, cpFloat stiffness, cpFloat damping) |
Initialize a damped rotary spring. | |
cpConstraint * | cpDampedRotarySpringNew (cpBody *a, cpBody *b, cpFloat restAngle, cpFloat stiffness, cpFloat damping) |
Allocate and initialize a damped rotary spring. |