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

Package class diagram package ILocated
All Known Subinterfaces:
IAgent3D
All Known Implementing Classes:
AbstractAgent3D, Agent3DJMXProxy, Location

public interface ILocated

General interface for objects that are located within the world.

Author:
Juraj 'Loque' Simlovic

Method Summary
 Location getLocation()
          Retreives current location of the object.
 

Method Detail

getLocation

Location getLocation()
Retreives current location of the object.

Returns:
Current location of the object, represented as a point within the world's coordinates.


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.