![]() |
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.) | |
| unsigned int | next |
| Index of the next link. | |
| unsigned char | edge |
| Index of the polygon edge that owns this link. | |
| unsigned char | side |
| If a boundary link, defines on which side the link is. | |
| unsigned char | bmin |
| If a boundary link, defines the minimum sub-edge area. | |
| unsigned char | bmax |
| If a boundary link, defines the maximum sub-edge area. | |
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.