dchip.cpDampedRotarySpring

Members

Functions

cpDampedRotarySpringAlloc
cpDampedRotarySpring* cpDampedRotarySpringAlloc()

Allocate a damped rotary spring.

cpDampedRotarySpringInit
cpDampedRotarySpring* cpDampedRotarySpringInit(cpDampedRotarySpring* joint, cpBody* a, cpBody* b, cpFloat restAngle, cpFloat stiffness, cpFloat damping)

Initialize a damped rotary spring.

cpDampedRotarySpringNew
cpConstraint* cpDampedRotarySpringNew(cpBody* a, cpBody* b, cpFloat restAngle, cpFloat stiffness, cpFloat damping)

Allocate and initialize a damped rotary spring.

Structs

cpDampedRotarySpring
struct cpDampedRotarySpring

@private

Meta