Module svs_simulation.terrain.navgraphs
Navigation graphs.
The nodes of the graph are represented by custom classes contained in
this module. The main graph istelf is handled by the undirected graph
from pygraphlib:
http://pygraphlib.sourceforge.net/
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Function Summary |
| |
createNavGraphForStructure(structure,
seedX,
seedY,
spaceX,
spaceY,
agentRadius)
Builds a navigation graph for inside a structure. |
| |
linkNodesWithinTransition(self,
graph,
transition)
Links nodes in graph that are within transition area to
transition. |
linkNodesWithinTransition(self,
graph,
transition)
Links nodes in graph that are within transition area to
transition.
-
|