Class Path

java.lang.Object
zombie.pathfind.Path

public final class Path extends Object
  • Constructor Details

    • Path

      public Path()
  • Method Details

    • clear

      public void clear()
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • addNode

      public PathNode addNode(float float0, float float1, float float2)
    • getNode

      public PathNode getNode(int int0)
    • copyFrom

      public void copyFrom(Path path1)
    • length

      public float length()
    • crossesSquare

      public boolean crossesSquare(int int3, int int2, int int1)