Changes between Version 9 and Version 10 of doc/tec/mas/agent_preprocessing
- Timestamp:
- Nov 27, 2018 10:45:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/mas/agent_preprocessing
v9 v10 43 43 44 44 3) All remaining convex polygon vertices are '''added to the graph''' as nodes.\\ 45 4) '''Connections''' are established between each pair of nodes that are visible by each other . The associated cost is set to the direct distance.\\45 4) '''Connections''' are established between each pair of nodes that are visible by each other, if the direct connection does not point into either of the associated buildings. The associated cost is set to the direct distance.\\ 46 46 5) The polygon and graph data is '''output''' to a [wiki:doc/app/iofiles#NAVIGATION_DATA Fortran binary file] that can be read by PALM.\\ 47 47