Planeshift
Public Attributes

dtLink Struct Reference

Defines a link between polygons. More...

#include <DetourNavMesh.h>

List of all members.

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.

Detailed Description

Defines a link between polygons.

Note:
This structure is rarely if ever used by the end user.
See also:
dtMeshTile

Definition at line 149 of file DetourNavMesh.h.


Member Data Documentation

If a boundary link, defines the maximum sub-edge area.

Definition at line 156 of file DetourNavMesh.h.

If a boundary link, defines the minimum sub-edge area.

Definition at line 155 of file DetourNavMesh.h.

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.

If a boundary link, defines on which side the link is.

Definition at line 154 of file DetourNavMesh.h.


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