Spirograph
Class VertRule

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

public class VertRule
extends java.lang.Object
implements Accelerator


Constructor Summary
VertRule()
           
 
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

VertRule

public VertRule()
Method Detail

act

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