|
Chipmunk2D Pro API Reference
6.1.5
|
Functions | |
| cpSimpleMotor * | cpSimpleMotorAlloc (void) |
| Allocate a simple motor. | |
| cpSimpleMotor * | cpSimpleMotorInit (cpSimpleMotor *joint, cpBody *a, cpBody *b, cpFloat rate) |
| initialize a simple motor. | |
| cpConstraint * | cpSimpleMotorNew (cpBody *a, cpBody *b, cpFloat rate) |
| Allocate and initialize a simple motor. | |
1.8.3.1