|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.util.grid.torus.VerticalTorus
Acts as a torus in the vertical direction.
Constructor Summary | |
VerticalTorus(int height)
Create a vertical torus. |
Method Summary | |
Coordinate |
transform(Coordinate coordinate)
Modifiy the coordinate according to the Torus implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerticalTorus(int height)
height
- the height in tilesMethod Detail |
public final Coordinate transform(Coordinate coordinate)
transform
in interface ITorus
coordinate
- the coordinate to transform
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |