com.croftsoft.core.ai.astar
Interface SpaceTester


public interface SpaceTester

Tests whether a point in space is available as an adjacent node.

Since:
2003-04-22
Version:
2003-04-22
Author:
David Wallace Croft

Method Summary
 boolean isSpaceAvailable(PointXY pointXY)
           
 

Method Detail

isSpaceAvailable

boolean isSpaceAvailable(PointXY pointXY)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)