rlgamekit.fieldofview
Interface FovDestination


public interface FovDestination

Linking interface between the FOV calculation and the map display code. Contains only one method to set weather a given location can be seen or not.


Method Summary
 void setCanBeSeen(int posX, int posY)
          FOV code will call this for each location that can be seen.
 

Method Detail

setCanBeSeen

void setCanBeSeen(int posX,
                  int posY)
FOV code will call this for each location that can be seen.