dchip.cpGearJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpGearJoint
void _initModuleCtor_cpGearJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpGearJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpGearJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGearJointAlloc
cpGearJoint* cpGearJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpGearJointGetClass
const(cpConstraintClass*) cpGearJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpGearJointInit
cpGearJoint* cpGearJointInit(cpGearJoint* joint, cpBody* a, cpBody* b, cpFloat phase, cpFloat ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGearJointNew
cpConstraint* cpGearJointNew(cpBody* a, cpBody* b, cpFloat phase, cpFloat ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGearJointSetRatio
void cpGearJointSetRatio(cpConstraint* constraint, cpFloat value)
Undocumented in source. Be warned that the author may not have intended to support it.
getImpulse
cpFloat getImpulse(cpGearJoint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
preStep
void preStep(cpGearJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpGearJoint", cpFloat, "phase", "Phase")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintGetter!("cpGearJoint", cpFloat, "ratio", "Ratio")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpGearJoint
struct cpGearJoint

@private

Meta