Uses of Interface
org.gicentre.utils.network.traer.physics.Force

Packages that use Force
org.gicentre.utils.network.traer.physics Physics library for use with Processing. 
 

Uses of Force in org.gicentre.utils.network.traer.physics
 

Classes in org.gicentre.utils.network.traer.physics that implement Force
 class AbstractForce
          A skeletal implementation of Force covering the methods concerned with the on/off state.
 class Attraction
          This class implements TwoBodyForce to represent an inverse-square law force with a force constant and minimal distance.
 class Spring
          Class for representing a physical spring by extending TwoBodyForce to calculate the force with a spring constant (Spring.ks), damping factor (Spring.d), and an ideal length (Spring.l).
 class TargetedForce
          A Force that has its subject Particles already specified, and hence does not support the apply(Particle) method.
 class TwoBodyForce
          TwoBodyForce is Force between two specified Particles, which extends TargetedForce and simplifies implementation of custom Forces.
 class UniversalForce
          A Force that is applied to Particles at the user's discretion, and hence does not support the apply() method.
 

Methods in org.gicentre.utils.network.traer.physics that return Force
 Force Force.apply()
          Should apply this Force.
 Force Force.turnOff()
          Should turn the Force off.
 Force Force.turnOn()
          Should turn the Force on.
 Force Force.turnOn(boolean isOn)
          Should set the Force to the argument isOn.
 



giCentre Utilities V.3.3, API documentation generated 6th April, 2013