SGPhysics
Class Vortex

java.lang.Object
  extended by SGPhysics.Vortex
All Implemented Interfaces:
Force

public class Vortex
extends java.lang.Object
implements Force


Constructor Summary
Vortex(Tuple.Tuple3f loc, Tuple.Tuple3f up, float strength, float falloff)
          Creates a new instance of Vortex
 
Method Summary
 void apply(DynamicBody body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vortex

public Vortex(Tuple.Tuple3f loc,
              Tuple.Tuple3f up,
              float strength,
              float falloff)
Creates a new instance of Vortex

Method Detail

apply

public void apply(DynamicBody body)
Specified by:
apply in interface Force