edu.mit.sketch.geom
Interface Rotatable

All Known Implementing Classes:
Line, Rectangle, Motor, Cross, Ground

public interface Rotatable

All the objects whose rotation makes sense must implement this interface.


Method Summary
 double getAngle()
          Returns the angle of the object WRT the x axis in radians.
 

Method Detail

getAngle

public double getAngle()
Returns the angle of the object WRT the x axis in radians.