comparison trunk/chipmunkd/constraints/cpRatchetJoint.d @ 7:b68f10432182

some properties and some comments
author Extrawurst
date Thu, 02 Dec 2010 23:46:18 +0100
parents 707dd4e10c28
children c03a41d47b60
comparison
equal deleted inserted replaced
6:707dd4e10c28 7:b68f10432182
19 } 19 }
20 20
21 //cpRatchetJoint *cpRatchetJointAlloc(void); 21 //cpRatchetJoint *cpRatchetJointAlloc(void);
22 //cpRatchetJoint *cpRatchetJointInit(cpRatchetJoint *joint, cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet); 22 //cpRatchetJoint *cpRatchetJointInit(cpRatchetJoint *joint, cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet);
23 //cpConstraint *cpRatchetJointNew(cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet); 23 //cpConstraint *cpRatchetJointNew(cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet);
24 // 24 //TODO
25 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, angle, Angle); 25 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, angle, Angle);
26 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, phase, Phase); 26 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, phase, Phase);
27 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, ratchet, Ratchet); 27 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, ratchet, Ratchet);
28 28
29 // cpRatchetJoint.c --------------------------------- 29 // cpRatchetJoint.c ---------------------------------