|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index2D | |
---|---|
jjdh.java.math | This Package contains classes which represents plain mathematical objects in the three-dimensional euklidian space. |
Uses of Index2D in jjdh.java.math |
---|
Methods in jjdh.java.math that return Index2D | |
---|---|
Index2D |
Index2D.getDeferred(int changeRow,
int changeColumn)
Creates and returns a new Position2D which is deferred by
the given values in relation to this Position2D . |
Methods in jjdh.java.math with parameters of type Index2D | |
---|---|
int |
Index2D.compareTo(Index2D other)
Compares some other Position2D with this one for order. |
static int |
Index2D.taxiDistance(Index2D pos1,
Index2D pos2)
Calculates the taxi - distance between the two given Positions. |
|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |