dchip.cpPivotJoint

Undocumented in source.

Members

Functions

_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.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpPivotJoint", cpVect, "anchr1", "Anchr1")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpPivotJoint", cpVect, "anchr2", "Anchr2")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpPivotJoint
struct cpPivotJoint

@private

Meta