cs567.particles
Interface Force

All Known Implementing Classes:
SpringForce1Particle, SpringForce2Particle, SpringForceBending

public interface Force

Particle system force.


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.
 

Method Detail

applyForce

void applyForce()
Causes force to be applied to affected particles.


display

void display(javax.media.opengl.GL gl)
Display any instructive force information, e.g., connecting spring.


getParticleSystem

ParticleSystem getParticleSystem()
Reference to the ParticleSystem this force affects.