public interface IPathFinder
| Modifier and Type | Method and Description |
|---|---|
Path |
findPath(IMobileEntity start,
java.awt.geom.Point2D target)
Gets the path.
|
Path findPath(IMobileEntity start, java.awt.geom.Point2D target)
start - the starttarget - the goal