- _initModuleCtor_cpPivotJoint
void _initModuleCtor_cpPivotJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
- applyCachedImpulse
void applyCachedImpulse(cpPivotJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyImpulse
void applyImpulse(cpPivotJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPivotJointAlloc
cpPivotJoint* cpPivotJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPivotJointGetClass
const(cpConstraintClass*) cpPivotJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPivotJointInit
cpPivotJoint* cpPivotJointInit(cpPivotJoint* joint, cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPivotJointNew
cpConstraint* cpPivotJointNew(cpBody* a, cpBody* b, cpVect pivot)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPivotJointNew2
cpConstraint* cpPivotJointNew2(cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2)
Undocumented in source. Be warned that the author may not have intended to support it.
- getImpulse
cpFloat getImpulse(cpConstraint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
- preStep
void preStep(cpPivotJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.