Spirograph
Class HorizRule

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

public class HorizRule
extends java.lang.Object
implements Accelerator


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

Constructor Detail

HorizRule

public HorizRule()
Method Detail

act

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