Class PathFinder

java.lang.Object
com.csse3200.game.components.npc.PathFinder

public class PathFinder extends Object
  • 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)