diff trunk/chipmunkd/constraints/cpDampedRotarySpring.d @ 7:b68f10432182

some properties and some comments
author Extrawurst
date Thu, 02 Dec 2010 23:46:18 +0100
parents 707dd4e10c28
children c03a41d47b60
line wrap: on
line diff
--- a/trunk/chipmunkd/constraints/cpDampedRotarySpring.d	Thu Dec 02 22:26:04 2010 +0100
+++ b/trunk/chipmunkd/constraints/cpDampedRotarySpring.d	Thu Dec 02 23:46:18 2010 +0100
@@ -26,7 +26,7 @@
 //cpDampedRotarySpring *cpDampedRotarySpringAlloc(void);
 //cpDampedRotarySpring *cpDampedRotarySpringInit(cpDampedRotarySpring *joint, cpBody *a, cpBody *b, cpFloat restAngle, cpFloat stiffness, cpFloat damping);
 //cpConstraint *cpDampedRotarySpringNew(cpBody *a, cpBody *b, cpFloat restAngle, cpFloat stiffness, cpFloat damping);
-//
+//TODO
 //CP_DefineConstraintProperty(cpDampedRotarySpring, cpFloat, restAngle, RestAngle);
 //CP_DefineConstraintProperty(cpDampedRotarySpring, cpFloat, stiffness, Stiffness);
 //CP_DefineConstraintProperty(cpDampedRotarySpring, cpFloat, damping, Damping);