dchip.cpPinJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpPinJoint
void _initModuleCtor_cpPinJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpPinJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpPinJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpPinJointAlloc
cpPinJoint* cpPinJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpPinJointGetClass
const(cpConstraintClass*) cpPinJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpPinJointInit
cpPinJoint* cpPinJointInit(cpPinJoint* joint, cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2)
Undocumented in source. Be warned that the author may not have intended to support it.
cpPinJointNew
cpConstraint* cpPinJointNew(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(cpPinJoint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
preStep
void preStep(cpPinJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpPinJoint", cpVect, "anchr1", "Anchr1")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpPinJoint", cpVect, "anchr2", "Anchr2")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpPinJoint", cpFloat, "dist", "Dist")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpPinJoint
struct cpPinJoint

@private

Meta