Spirograph
Interface Accelerator

All Known Implementing Classes:
Dummy, VertRule, HorizRule

public abstract interface Accelerator

The students will some simple statements that the CodeBox will write to a file. The CodeBox will generate files that implement this interface.

Copyright (C) 1998 Massachusetts Institute of Technology.

See Also:
CodeBox

Method Summary
 double act(double pos, double vel, double otherPos, double otherVel, double maxPos)
           
 

Method Detail

act

public double act(double pos,
                  double vel,
                  double otherPos,
                  double otherVel,
                  double maxPos)