edu.cmu.emulator.world
Interface MOOrientationListener


public interface MOOrientationListener

See Also:
MovableObject

Method Summary
 void newObjectOrientation(MovableObject obj, long timeMillis, double[][] newOrientation)
          The object's orientation changed.
 

Method Detail

newObjectOrientation

void newObjectOrientation(MovableObject obj,
                          long timeMillis,
                          double[][] newOrientation)
The object's orientation changed.

Parameters:
obj - The MovableObject instance


Copyright © 2013. All Rights Reserved.