vooga.aiEngine.Algorithms
Class Orbiter

java.lang.Object
  extended by vooga.aiEngine.Algorithms.AbstractAlgorithm
      extended by vooga.aiEngine.Algorithms.Orbiter

public class Orbiter
extends AbstractAlgorithm

Orbits the human-controlled object.

Author:
Trevor Terris

Constructor Summary
Orbiter()
           
 
Method Summary
 void perform(java.lang.Object... args)
          Performs the track height algorithm, assuming the correct parameters are presented
 
Methods inherited from class vooga.aiEngine.Algorithms.AbstractAlgorithm
performWithDelay, setDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orbiter

public Orbiter()
Method Detail

perform

public void perform(java.lang.Object... args)
             throws java.lang.RuntimeException
Performs the track height algorithm, assuming the correct parameters are presented

Specified by:
perform in class AbstractAlgorithm
Parameters:
eventFirer -
ai -
target -
moveleft -
moveright -
Throws:
java.lang.RuntimeException