zombie.behaviors.survivor
Class TravelLocationFinder

java.lang.Object
  extended by zombie.behaviors.survivor.TravelLocationFinder

public class TravelLocationFinder
extends java.lang.Object

Author:
LEMMYLAP

Constructor Summary
TravelLocationFinder()
           
 
Method Summary
static IsoGridSquare FindLocation(SurvivorDesc desc, float x1, float y1, float x2, float y2, int attempts)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelLocationFinder

public TravelLocationFinder()
Method Detail

FindLocation

public static IsoGridSquare FindLocation(SurvivorDesc desc,
                                         float x1,
                                         float y1,
                                         float x2,
                                         float y2,
                                         int attempts)