toxi.physics2d
Class VerletMinDistanceSpring2D
java.lang.Object
toxi.physics2d.VerletSpring2D
toxi.physics2d.VerletMinDistanceSpring2D
public class VerletMinDistanceSpring2D
- extends VerletSpring2D
Implements a string which will only enforce its rest length if the current
distance is less than its rest length. This is handy if you just want to
ensure objects are at least a certain distance from each other, but don't
care if it's bigger than the enforced minimum.
- Author:
- toxi
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerletMinDistanceSpring2D
public VerletMinDistanceSpring2D(VerletParticle2D a,
VerletParticle2D b,
float len,
float str)
setRestLength
public VerletSpring2D setRestLength(float len)
- Overrides:
setRestLength
in class VerletSpring2D