Module svs_simulation.terrain.paths
Paths across terrains.
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Classes |
Path |
A path defines a routes between two or more locations in terms of a
series of linked node points. |
PathBuilder |
Creates a path between two specified locations. |
PathFollower |
Used by entity to follow path. |
PathNode |
Node in a path. |
PathStore |
Maintains a list of paths, which can be accessed via start and
destination. |
| Function Summary |
| |
createPath(pathName,
vertices)
Factory method to create a path with given name and vertices. |
createPath(pathName,
vertices)
Factory method to create a path with given name and vertices.
-
|