Spirograph
Class Dummy

java.lang.Object
  |
  +--Spirograph.Dummy

public class Dummy
extends java.lang.Object
implements Accelerator

The default accelerator

Copyright (c) 1998 Massachusetts Institute of Technology


Constructor Summary
Dummy()
           
 
Method Summary
 double act(double pos, double vel, double otherPos, double otherVel, double maxPos)
          Just returns 0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dummy

public Dummy()
Method Detail

act

public double act(double pos,
                  double vel,
                  double otherPos,
                  double otherVel,
                  double maxPos)
Just returns 0
Specified by:
act in interface Accelerator