cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid
Interface IGridCellId

Package class diagram package IGridCellId
All Known Implementing Classes:
SymmetricGridCellId

public interface IGridCellId

Interface for retrieval of the actual location of the grid cell whose id this is. Experimental.

Author:
Radek 'Black_Hand' Pibil

Method Summary
 Location getLocation()
           
 float getX()
           
 float getY()
           
 

Method Detail

getX

float getX()

getY

float getY()

getLocation

Location getLocation()


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