|
OdinAI
|
#include <GraphEdges.h>
Protected Attributes | |
| int | m_from |
| From which node? | |
| int | m_to |
| To which node? | |
| int | m_cost |
| How much does it cost to traverse edge? | |
Contains information about the edge between two nodes. In other words connect information for nodes. Implementation is based on the book: Programming Game AI by Example.