dchip.cpGrooveJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpGrooveJoint
void _initModuleCtor_cpGrooveJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpGrooveJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpGrooveJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointAlloc
cpGrooveJoint* cpGrooveJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointGetClass
const(cpConstraintClass*) cpGrooveJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointInit
cpGrooveJoint* cpGrooveJointInit(cpGrooveJoint* joint, cpBody* a, cpBody* b, cpVect groove_a, cpVect groove_b, cpVect anchr2)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointNew
cpConstraint* cpGrooveJointNew(cpBody* a, cpBody* b, cpVect groove_a, cpVect groove_b, cpVect anchr2)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointSetGrooveA
void cpGrooveJointSetGrooveA(cpConstraint* constraint, cpVect value)

Set endpoint a of a groove joint's groove

cpGrooveJointSetGrooveA
void cpGrooveJointSetGrooveA(cpConstraint* constraint, cpVect value)
Undocumented in source. Be warned that the author may not have intended to support it.
cpGrooveJointSetGrooveB
void cpGrooveJointSetGrooveB(cpConstraint* constraint, cpVect value)

Set endpoint b of a groove joint's groove

cpGrooveJointSetGrooveB
void cpGrooveJointSetGrooveB(cpConstraint* constraint, cpVect value)
Undocumented in source. Be warned that the author may not have intended to support it.
getImpulse
cpFloat getImpulse(cpGrooveJoint* joint)
Undocumented in source. Be warned that the author may not have intended to support it.
grooveConstrain
cpVect grooveConstrain(cpGrooveJoint* joint, cpVect j, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
preStep
void preStep(cpGrooveJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintGetter!("cpGrooveJoint", cpVect, "grv_a", "GrooveA")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintGetter!("cpGrooveJoint", cpVect, "grv_b", "GrooveB")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpGrooveJoint", cpVect, "anchr2", "Anchr2")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpGrooveJoint
struct cpGrooveJoint

@private

Meta