Planeshift
|
#include <DetourNode.h>
Public Attributes | |
float | cost |
Cost from previous node to current node. | |
unsigned int | flags: 2 |
Node flags 0/open/closed. | |
dtPolyRef | id |
Polygon ref the node corresponds to. | |
unsigned int | pidx: 30 |
Index to parent node. | |
float | pos [3] |
Position of the node. | |
float | total |
Cost up to the node. |
Definition at line 33 of file DetourNode.h.
Cost from previous node to current node.
Definition at line 36 of file DetourNode.h.
Node flags 0/open/closed.
Definition at line 39 of file DetourNode.h.
Polygon ref the node corresponds to.
Definition at line 40 of file DetourNode.h.
Index to parent node.
Definition at line 38 of file DetourNode.h.
float dtNode::pos[3] |
Position of the node.
Definition at line 35 of file DetourNode.h.
Cost up to the node.
Definition at line 37 of file DetourNode.h.