|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcs567.particles.SpringForce2Particle
public class SpringForce2Particle
Spring force between two particles.
Method Summary | |
---|---|
void |
applyForce()
Causes force to be applied to affected particles. |
void |
display(javax.media.opengl.GL gl)
Display any instructive force information, e.g., connecting spring. |
ParticleSystem |
getParticleSystem()
Reference to the ParticleSystem this force affects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void applyForce()
Force
applyForce
in interface Force
public void display(javax.media.opengl.GL gl)
Force
display
in interface Force
public ParticleSystem getParticleSystem()
Force
getParticleSystem
in interface Force
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |