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 intgetX(long p)static intgetY(long p)static longtoPoint(int x, int y)
-