Home | Trees | Index | Help |
---|
|
PathNode
--+
|
WalkPathNode
A node in the path planning graph for walkers.
Each walk path node corresponds to a span of the 'surface', or top edge, of a body. (A single body may be described by multiple WalkPathNodes if an obstacle would prevent a walker from walking from one side of it to the other).Method Summary | |
---|---|
__init__(self,
body,
left,
right,
clearance)
| |
__repr__(self)
|
Instance Variable Summary | |
---|---|
links : A list of outgoing links in the path planning graph. |
Method Details |
---|
__init__(self,
body,
left,
right,
clearance)
|
__repr__(self)
|
Instance Variable Details |
---|
linksA list of outgoing links in the path planning graph. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:41 2005 | http://epydoc.sf.net |