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

some properties and some comments
author Extrawurst
date Thu, 02 Dec 2010 23:46:18 +0100
parents 7ebbd4d05553
children c03a41d47b60
comparison
equal deleted inserted replaced
6:707dd4e10c28 7:b68f10432182
22 22
23 //cpPivotJoint *cpPivotJointAlloc(void); 23 //cpPivotJoint *cpPivotJointAlloc(void);
24 //cpPivotJoint *cpPivotJointInit(cpPivotJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2); 24 //cpPivotJoint *cpPivotJointInit(cpPivotJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2);
25 //cpConstraint *cpPivotJointNew(cpBody *a, cpBody *b, cpVect pivot); 25 //cpConstraint *cpPivotJointNew(cpBody *a, cpBody *b, cpVect pivot);
26 //cpConstraint *cpPivotJointNew2(cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2); 26 //cpConstraint *cpPivotJointNew2(cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2);
27 // 27 //TODO
28 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr1, Anchr1); 28 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr1, Anchr1);
29 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr2, Anchr2); 29 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr2, Anchr2);
30 30
31 static void 31 static void
32 preStep(cpPivotJoint *joint, cpFloat dt, cpFloat dt_inv) 32 preStep(cpPivotJoint *joint, cpFloat dt, cpFloat dt_inv)