Recast Navigation
Navigation-mesh Toolset for Games
|
Defines a link between polygons. More...
#include <DetourNavMesh.h>
Public Attributes | |
dtPolyRef | ref |
Neighbour reference. (The neighbor that is linked to.) More... | |
unsigned int | next |
Index of the next link. More... | |
unsigned char | edge |
Index of the polygon edge that owns this link. More... | |
unsigned char | side |
If a boundary link, defines on which side the link is. More... | |
unsigned char | bmin |
If a boundary link, defines the minimum sub-edge area. More... | |
unsigned char | bmax |
If a boundary link, defines the maximum sub-edge area. More... | |
Defines a link between polygons.
unsigned char dtLink::bmax |
If a boundary link, defines the maximum sub-edge area.
unsigned char dtLink::bmin |
If a boundary link, defines the minimum sub-edge area.
unsigned char dtLink::edge |
Index of the polygon edge that owns this link.
unsigned int dtLink::next |
Index of the next link.
dtPolyRef dtLink::ref |
Neighbour reference. (The neighbor that is linked to.)
unsigned char dtLink::side |
If a boundary link, defines on which side the link is.