Home | Trees | Indices | Help |
|
---|
|
object --+ | Constraint --+ | DampedSpring
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
anchr1 | |
anchr2 | |
rest_length The distance the spring wants to be. |
|
stiffness The spring constant (Young's modulus). |
|
damping How soft to make the damping of the spring. |
|
a The first of the two bodies constrained (Inherited from pymunk.constraint.Constraint) |
|
b The second of the two bodies constrained (Inherited from pymunk.constraint.Constraint) |
|
bias_coef The percentage of error corrected each step of the space. (Inherited from pymunk.constraint.Constraint) |
|
max_bias The maximum speed at which the constraint can apply error correction. (Inherited from pymunk.constraint.Constraint) |
|
max_force The maximum force that the constraint can use to act on the two bodies. (Inherited from pymunk.constraint.Constraint) |
|
Inherited from |
Method Details |
|
Property Details |
anchr1
|
anchr2
|
rest_lengthThe distance the spring wants to be.
|
stiffnessThe spring constant (Young's modulus).
|
dampingHow soft to make the damping of the spring.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 07 22:17:52 2010 | http://epydoc.sourceforge.net |