tapestry.support.util
Class Orientation

java.lang.Object
  |
  +--tapestry.support.util.Orientation

public class Orientation
extends java.lang.Object


Constructor Summary
Orientation()
           
Orientation(double maxTurn, double maxAccelerate, double maxSpeed)
           
 
Method Summary
 java.awt.Point MovePointAlong(java.awt.Point pos)
           
 void OrientTowards(java.awt.Point source, java.awt.Point target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orientation

public Orientation()

Orientation

public Orientation(double maxTurn,
                   double maxAccelerate,
                   double maxSpeed)
Method Detail

MovePointAlong

public java.awt.Point MovePointAlong(java.awt.Point pos)

OrientTowards

public void OrientTowards(java.awt.Point source,
                          java.awt.Point target)