dchip.cpSlideJoint

Undocumented in source.

Members

Functions

_initModuleCtor_cpSlideJoint
void _initModuleCtor_cpSlideJoint()
Undocumented in source. Be warned that the author may not have intended to support it.
applyCachedImpulse
void applyCachedImpulse(cpSlideJoint* joint, cpFloat dt_coef)
Undocumented in source. Be warned that the author may not have intended to support it.
applyImpulse
void applyImpulse(cpSlideJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.
cpSlideJointAlloc
cpSlideJoint* cpSlideJointAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
cpSlideJointGetClass
const(cpConstraintClass*) cpSlideJointGetClass()
Undocumented in source. Be warned that the author may not have intended to support it.
cpSlideJointInit
cpSlideJoint* cpSlideJointInit(cpSlideJoint* joint, cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max)
Undocumented in source. Be warned that the author may not have intended to support it.
cpSlideJointNew
cpConstraint* cpSlideJointNew(cpBody* a, cpBody* b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max)
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(cpSlideJoint* joint, cpFloat dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CP_DefineConstraintProperty!("cpSlideJoint", cpVect, "anchr1", "Anchr1")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpSlideJoint", cpVect, "anchr2", "Anchr2")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpSlideJoint", cpFloat, "min", "Min")
Undocumented in source.
__anonymous
mixin CP_DefineConstraintProperty!("cpSlideJoint", cpFloat, "max", "Max")
Undocumented in source.

Static variables

klass
cpConstraintClass klass;
Undocumented in source.

Structs

cpSlideJoint
struct cpSlideJoint

@private

Meta