demo.Springies

Undocumented in source.

Members

Functions

add_bar
cpBody* add_bar(cpSpace* space, cpVect a, cpVect b, int group)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy(cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
init
cpSpace* init()
Undocumented in source. Be warned that the author may not have intended to support it.
new_spring
cpConstraint* new_spring(cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2, cpFloat restLength, cpFloat stiff, cpFloat damp)
Undocumented in source. Be warned that the author may not have intended to support it.
springForce
cpFloat springForce(cpConstraint* spring, cpFloat dist)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(cpSpace* space, double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Springies
ChipmunkDemo Springies;
Undocumented in source.

Meta