Planeshift
Public Attributes

dtNode Struct Reference

#include <DetourNode.h>

List of all members.

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.

Detailed Description

Definition at line 33 of file DetourNode.h.


Member Data Documentation

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.

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.


The documentation for this struct was generated from the following file: