Recast Navigation  1.0.35
DetourTypes.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned short dtArea
 
typedef unsigned int dtFlags
 

Variables

static const int DT_MAX_AREAS = (dtArea(~dtArea(0)) >> 2) + 1
 The maximum number of user defined area ids. More...
 
static const dtArea DT_NULL_AREA = 0
 Represents the null area. More...
 
static const dtArea DT_WALKABLE_AREA = (dtArea(~dtArea(0)) >> 2)
 The default area id used to indicate a walkable polygon. (See DT_MAX_AREAS) More...
 

Typedef Documentation

typedef unsigned short dtArea
typedef unsigned int dtFlags

Variable Documentation

const dtArea DT_NULL_AREA = 0
static

Represents the null area.

const dtArea DT_WALKABLE_AREA = (dtArea(~dtArea(0)) >> 2)
static

The default area id used to indicate a walkable polygon. (See DT_MAX_AREAS)