Planeshift
|
Defines a link between polygons. More...
#include <DetourNavMesh.h>
Public Attributes | |
unsigned char | bmax |
If a boundary link, defines the maximum sub-edge area. | |
unsigned char | bmin |
If a boundary link, defines the minimum sub-edge area. | |
unsigned char | edge |
Index of the polygon edge that owns this link. | |
unsigned int | next |
Index of the next link. | |
dtPolyRef | ref |
Neighbour reference. (The neighbor that is linked to.) | |
unsigned char | side |
If a boundary link, defines on which side the link is. |
Defines a link between polygons.
Definition at line 149 of file DetourNavMesh.h.
unsigned char dtLink::bmax |
If a boundary link, defines the maximum sub-edge area.
Definition at line 156 of file DetourNavMesh.h.
unsigned char dtLink::bmin |
If a boundary link, defines the minimum sub-edge area.
Definition at line 155 of file DetourNavMesh.h.
unsigned char dtLink::edge |
Index of the polygon edge that owns this link.
Definition at line 153 of file DetourNavMesh.h.
Index of the next link.
Definition at line 152 of file DetourNavMesh.h.
Neighbour reference. (The neighbor that is linked to.)
Definition at line 151 of file DetourNavMesh.h.
unsigned char dtLink::side |
If a boundary link, defines on which side the link is.
Definition at line 154 of file DetourNavMesh.h.