cz.cuni.amis.pogamut.base3d.worldview.object
Interface IRotable

All Known Subinterfaces:
IAgent3D, IPerson, IUnrealBot, IUT2004Bot
All Known Implementing Classes:
AbstractAgent3D, Agent3DJMXProxy, BotJMXProxy, NativeUnrealBotAdapter, NativeUT2004BotAdapter, Player, PlayerCompositeImpl, PlayerMessage, Rotation, Self, SelfCompositeImpl, SelfMessage, UT2004Bot, Vehicle, VehicleCompositeImpl, VehicleMessage, VehicleMessage.VehicleSharedMessage, VehicleShared, VehicleSharedImpl

public interface IRotable

General interface for objects that are rotary within the world.


Method Summary
 Rotation getRotation()
          Retreives current rotation of the object.
 

Method Detail

getRotation

Rotation getRotation()
Retreives current rotation of the object.

Returns:
Current rotation of the object, represented as yaw, roll and pitch.