Package io.ytcode.pathfinding.astar
Class Point
- java.lang.Object
-
- io.ytcode.pathfinding.astar.Point
-
public class Point extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Point()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getX(long p)
static int
getY(long p)
static long
toPoint(int x, int y)
-