Class SearchData

java.lang.Object
zombie.ai.astar.SearchData

public class SearchData
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float cost  
    short depth  
    float heuristic  
    IsoGridSquare parent  
  • Constructor Summary

    Constructors
    Constructor Description
    SearchData()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • cost

      public float cost
    • depth

      public short depth
    • heuristic

      public float heuristic
    • parent

      public IsoGridSquare parent
  • Constructor Details

    • SearchData

      public SearchData()