jurpe.dungeon.crawler
Class HexMapPoint
java.lang.Object
jurpe.dungeon.crawler.HexPoint
jurpe.dungeon.crawler.HexMapPoint
- All Implemented Interfaces:
- java.io.Serializable
public class HexMapPoint
- extends HexPoint
HexMapPoint Point in the HexMap
- See Also:
- Serialized Form
Fields inherited from class jurpe.dungeon.crawler.HexPoint |
x, y |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
HexMapPoint
public HexMapPoint(java.awt.Point c)
- Constructor
- Parameters:
c
- Point Point in HexPoint coordinates
HexMapPoint
public HexMapPoint(short xx,
short yy)
- Constructor
- Parameters:
xx
- short HexPoint x pointyy
- short HexPoint y point