dchip.cpRotaryLimitJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpRotaryLimitJoint
void _initModuleCtor_cpRotaryLimitJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpRotaryLimitJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpRotaryLimitJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpRotaryLimitJointAlloc
cpRotaryLimitJoint* cpRotaryLimitJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpRotaryLimitJointGetClass
const(cpConstraintClass*) cpRotaryLimitJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpRotaryLimitJointInit
cpRotaryLimitJoint* cpRotaryLimitJointInit(cpRotaryLimitJoint* joint, cpBody* a, cpBody* b, cpFloat min, cpFloat max)
Undocumented in source. Be warned that the author may not have intended to support it.
cpRotaryLimitJointNew
cpConstraint* cpRotaryLimitJointNew(cpBody* a, cpBody* b, cpFloat min, cpFloat max)
Undocumented in source. Be warned that the author may not have intended to support it.
getImpulse
cpFloat getImpulse(cpRotaryLimitJoint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
preStep
void preStep(cpRotaryLimitJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpRotaryLimitJoint", cpFloat, "min", "Min")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpRotaryLimitJoint", cpFloat, "max", "Max")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpRotaryLimitJoint
struct cpRotaryLimitJoint

@private

Meta