|
From: Michael B. <mic...@gm...> - 2010-02-11 13:28:46
|
> Is this " DijkstraShortestPathFinder.html " an example using the gt-graph > api? If so please "send" it again because I get an error The page cannot be > found . If not, does you or somebody else have examples using the gt-graph > module? Sigh... I pasted the the link to local javadocs on my disk instead of the online docs. Try this one: http://geotools.org/javadocs/org/geotools/graph/path/DijkstraShortestPathFinder.html > And what would you suggest to do, if I want to handle collisions Google is your friend. If you use keywords such as "java collision detection" you'll find there are a gazillion articles, discussions and code examples. The basic concept is simple though - test for intersection of the bounding rectangles. Michael |