cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
Class SymmetricGridCellId

Package class diagram package SymmetricGridCellId
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic.SymmetricGridCellId
All Implemented Interfaces:
IGridCellId

public class SymmetricGridCellId
extends Object
implements IGridCellId

Id for a single square cell of the experimental grid.

Author:
Radek 'Black_Hand' Pibil

Field Summary
protected  cz.cuni.amis.pogamut.base3d.worldview.object.Location location
           
 
Constructor Summary
SymmetricGridCellId(float x, float y)
           
SymmetricGridCellId(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
           
 
Method Summary
 cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected final cz.cuni.amis.pogamut.base3d.worldview.object.Location location
Constructor Detail

SymmetricGridCellId

public SymmetricGridCellId(float x,
                           float y)

SymmetricGridCellId

public SymmetricGridCellId(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
Method Detail

getX

public float getX()
Specified by:
getX in interface IGridCellId

getY

public float getY()
Specified by:
getY in interface IGridCellId

getLocation

public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
Specified by:
getLocation in interface IGridCellId


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