Package com.csse3200.game.components.npc
Class PathFinder
java.lang.Object
com.csse3200.game.components.npc.PathFinder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathFinder
public PathFinder()
-
-
Method Details
-
findPath
public static List<com.badlogic.gdx.math.GridPoint2> findPath(com.badlogic.gdx.math.GridPoint2 start, com.badlogic.gdx.math.GridPoint2 target)
-