behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Feature request: an elastic joint #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When its length is larger than the static length, it is like a spring.
When its length is shorter than the static length, it is a nothing.

Original issue reported on code.google.com by Tapir....@gmail.com on 10 Feb 2010 at 4:21

GoogleCodeExporter commented 9 years ago
You can achieve this with forces.

See http://en.wikipedia.org/wiki/Hooke's_law

Original comment by erinca...@gmail.com on 8 Mar 2010 at 5:35