cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
Class SymmetricGridCellId
java.lang.Object
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
|
|
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 |
location
protected final cz.cuni.amis.pogamut.base3d.worldview.object.Location location
SymmetricGridCellId
public SymmetricGridCellId(float x,
float y)
SymmetricGridCellId
public SymmetricGridCellId(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
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.