dchip.cpRatchetJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpRatchetJoint
void _initModuleCtor_cpRatchetJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpRatchetJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpRatchetJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpRatchetJointAlloc
cpRatchetJoint* cpRatchetJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpRatchetJointGetClass
const(cpConstraintClass*) cpRatchetJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpRatchetJointInit
cpRatchetJoint* cpRatchetJointInit(cpRatchetJoint* joint, cpBody* a, cpBody* b, cpFloat phase, cpFloat ratchet)
Undocumented in source. Be warned that the author may not have intended to support it.
cpRatchetJointNew
cpConstraint* cpRatchetJointNew(cpBody* a, cpBody* b, cpFloat phase, cpFloat ratchet)
Undocumented in source. Be warned that the author may not have intended to support it.
getImpulse
cpFloat getImpulse(cpRatchetJoint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
preStep
void preStep(cpRatchetJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpRatchetJoint", cpFloat, "angle", "Angle")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpRatchetJoint", cpFloat, "phase", "Phase")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpRatchetJoint", cpFloat, "ratchet", "Ratchet")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpRatchetJoint
struct cpRatchetJoint

@private

Meta