|
Chipmunk2D Pro API Reference
6.1.5
|
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. | |
1.8.3.1