Chipmunk2D Pro API Reference  6.1.5
 All Classes Functions Variables Typedefs Properties Groups Pages
Classes | Typedefs | Functions
cpConstraint

Classes

struct  cpConstraint
 Opaque cpConstraint struct. More...
 

Typedefs

typedef void(* cpConstraintPreSolveFunc )(cpConstraint *constraint, cpSpace *space)
 Callback function type that gets called before solving a joint.
 
typedef void(* cpConstraintPostSolveFunc )(cpConstraint *constraint, cpSpace *space)
 Callback function type that gets called after solving a joint.
 

Functions

void cpConstraintDestroy (cpConstraint *constraint)
 Destroy a constraint.
 
void cpConstraintFree (cpConstraint *constraint)
 Destroy and free a constraint.
 

Detailed Description