diff --git a/DetourNavMeshQuery_8h_source.html b/DetourNavMeshQuery_8h_source.html index 27b45ce1..1aa45f76 100644 --- a/DetourNavMeshQuery_8h_source.html +++ b/DetourNavMeshQuery_8h_source.html @@ -367,7 +367,7 @@ $(document).ready(function(){initNavTree('DetourNavMeshQuery_8h_source.html','')
dtStatus
unsigned int dtStatus
Definition: DetourStatus.h:22
appendVertex
static bool appendVertex(dtTempContour &cont, const int x, const int y, const int z, const int r)
Definition: DetourTileCacheBuilder.cpp:394
left
bool left(const unsigned char *a, const unsigned char *b, const unsigned char *c)
Definition: DetourTileCacheBuilder.cpp:1098
-
frand
static float frand()
Definition: NavMeshTesterTool.cpp:48
+
frand
static float frand()
Definition: NavMeshTesterTool.cpp:49
dtNavMeshQuery
Provides the ability to perform pathfinding related queries against a navigation mesh.
Definition: DetourNavMeshQuery.h:166
dtNavMeshQuery::finalizeSlicedFindPathPartial
dtStatus finalizeSlicedFindPathPartial(const dtPolyRef *existing, const int existingSize, dtPolyRef *path, int *pathCount, const int maxPath)
Finalizes and returns the results of an incomplete sliced path query, returning the path to the furth...
Definition: DetourNavMeshQuery.cpp:1587
dtNavMeshQuery::getAttachedNavMesh
const dtNavMesh * getAttachedNavMesh() const
Gets the navigation mesh the query object is using.
Definition: DetourNavMeshQuery.h:521
diff --git a/NavMeshTesterTool_8cpp.html b/NavMeshTesterTool_8cpp.html index e8ff0909..8f5d03df 100644 --- a/NavMeshTesterTool_8cpp.html +++ b/NavMeshTesterTool_8cpp.html @@ -107,6 +107,7 @@ $(document).ready(function(){initNavTree('NavMeshTesterTool_8cpp.html',''); init #include "DetourNavMeshBuilder.h"
#include "DetourDebugDraw.h"
#include "DetourCommon.h"
+#include "DetourPathCorridor.h"
@@ -119,8 +120,6 @@ Functions - - @@ -144,60 +143,6 @@ Functions

Function Documentation

- -

◆ fixupCorridor()

- -
-
-

Macros

 
bool inRange (const float *v1, const float *v2, const float r, const float h)
 
static int fixupCorridor (dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited)
 
static int fixupShortcuts (dtPolyRef *path, int npath, dtNavMeshQuery *navQuery)
 
static bool getSteerTarget (dtNavMeshQuery *navQuery, const float *startPos, const float *endPos, const float minTargetDist, const dtPolyRef *path, const int pathSize, float *steerPos, unsigned char &steerPosFlag, dtPolyRef &steerPosRef, float *outPoints=0, int *outPointCount=0)
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
static int fixupCorridor (dtPolyRefpath,
const int npath,
const int maxPath,
const dtPolyRefvisited,
const int nvisited 
)
-
-static
-
- -
-

◆ fixupShortcuts()

diff --git a/NavMeshTesterTool_8cpp.js b/NavMeshTesterTool_8cpp.js index 47e6cf85..66a2e4d7 100644 --- a/NavMeshTesterTool_8cpp.js +++ b/NavMeshTesterTool_8cpp.js @@ -1,7 +1,6 @@ var NavMeshTesterTool_8cpp = [ [ "DUMP_REQS", "NavMeshTesterTool_8cpp.html#a59ed5f3f1c7bd16332ada259b66afe3f", null ], - [ "fixupCorridor", "NavMeshTesterTool_8cpp.html#aa0a7c979eb3968d46f3ccffcd664b71d", null ], [ "fixupShortcuts", "NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69", null ], [ "frand", "NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5", null ], [ "getPolyCenter", "NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a", null ], diff --git a/NavMeshTesterTool_8h_source.html b/NavMeshTesterTool_8h_source.html index aac5f6c2..6741ece8 100644 --- a/NavMeshTesterTool_8h_source.html +++ b/NavMeshTesterTool_8h_source.html @@ -208,19 +208,19 @@ $(document).ready(function(){initNavTree('NavMeshTesterTool_8h_source.html','');
Sample.h
TOOL_NAVMESH_TESTER
@ TOOL_NAVMESH_TESTER
Definition: Sample.h:33
NavMeshTesterTool
Definition: NavMeshTesterTool.h:27
-
NavMeshTesterTool::reset
virtual void reset()
Definition: NavMeshTesterTool.cpp:666
-
NavMeshTesterTool::handleUpdate
virtual void handleUpdate(const float dt)
Definition: NavMeshTesterTool.cpp:636
+
NavMeshTesterTool::reset
virtual void reset()
Definition: NavMeshTesterTool.cpp:622
+
NavMeshTesterTool::handleUpdate
virtual void handleUpdate(const float dt)
Definition: NavMeshTesterTool.cpp:592
NavMeshTesterTool::type
virtual int type()
Definition: NavMeshTesterTool.h:98
-
NavMeshTesterTool::handleToggle
virtual void handleToggle()
Definition: NavMeshTesterTool.cpp:486
-
NavMeshTesterTool::handleStep
virtual void handleStep()
Definition: NavMeshTesterTool.cpp:482
-
NavMeshTesterTool::handleMenu
virtual void handleMenu()
Definition: NavMeshTesterTool.cpp:271
-
NavMeshTesterTool::init
virtual void init(Sample *sample)
Definition: NavMeshTesterTool.cpp:249
-
NavMeshTesterTool::drawAgent
void drawAgent(const float *pos, float r, float h, float c, const unsigned int col)
Definition: NavMeshTesterTool.cpp:1397
-
NavMeshTesterTool::handleRenderOverlay
virtual void handleRenderOverlay(double *proj, double *model, int *view)
Definition: NavMeshTesterTool.cpp:1376
-
NavMeshTesterTool::recalc
void recalc()
Definition: NavMeshTesterTool.cpp:679
-
NavMeshTesterTool::handleClick
virtual void handleClick(const float *s, const float *p, bool shift)
Definition: NavMeshTesterTool.cpp:467
-
NavMeshTesterTool::handleRender
virtual void handleRender()
Definition: NavMeshTesterTool.cpp:1040
-
NavMeshTesterTool::NavMeshTesterTool
NavMeshTesterTool()
Definition: NavMeshTesterTool.cpp:216
+
NavMeshTesterTool::handleToggle
virtual void handleToggle()
Definition: NavMeshTesterTool.cpp:441
+
NavMeshTesterTool::handleStep
virtual void handleStep()
Definition: NavMeshTesterTool.cpp:437
+
NavMeshTesterTool::handleMenu
virtual void handleMenu()
Definition: NavMeshTesterTool.cpp:226
+
NavMeshTesterTool::init
virtual void init(Sample *sample)
Definition: NavMeshTesterTool.cpp:204
+
NavMeshTesterTool::drawAgent
void drawAgent(const float *pos, float r, float h, float c, const unsigned int col)
Definition: NavMeshTesterTool.cpp:1353
+
NavMeshTesterTool::handleRenderOverlay
virtual void handleRenderOverlay(double *proj, double *model, int *view)
Definition: NavMeshTesterTool.cpp:1332
+
NavMeshTesterTool::recalc
void recalc()
Definition: NavMeshTesterTool.cpp:635
+
NavMeshTesterTool::handleClick
virtual void handleClick(const float *s, const float *p, bool shift)
Definition: NavMeshTesterTool.cpp:422
+
NavMeshTesterTool::handleRender
virtual void handleRender()
Definition: NavMeshTesterTool.cpp:996
+
NavMeshTesterTool::NavMeshTesterTool
NavMeshTesterTool()
Definition: NavMeshTesterTool.cpp:171
Sample
Definition: Sample.h:100
dtNavMeshQuery
Provides the ability to perform pathfinding related queries against a navigation mesh.
Definition: DetourNavMeshQuery.h:166
dtNavMesh
A navigation mesh based on tiles of convex polygons.
Definition: DetourNavMesh.h:339
diff --git a/globals_f.html b/globals_f.html index 175b91f1..da614976 100644 --- a/globals_f.html +++ b/globals_f.html @@ -96,9 +96,6 @@ $(document).ready(function(){initNavTree('globals_f.html',''); initResizable();
  • findLeftMostVertex() : RecastContour.cpp
  • -
  • fixupCorridor() -: NavMeshTesterTool.cpp -
  • fixupShortcuts() : NavMeshTesterTool.cpp
  • diff --git a/globals_func_f.html b/globals_func_f.html index 49d2f716..4ef2904c 100644 --- a/globals_func_f.html +++ b/globals_func_f.html @@ -96,9 +96,6 @@ $(document).ready(function(){initNavTree('globals_func_f.html',''); initResizabl
  • findLeftMostVertex() : RecastContour.cpp
  • -
  • fixupCorridor() -: NavMeshTesterTool.cpp -
  • fixupShortcuts() : NavMeshTesterTool.cpp
  • diff --git a/navtreedata.js b/navtreedata.js index b4816fab..d707fa47 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -128,16 +128,16 @@ var NAVTREEINDEX = "ChunkyTriMesh_8cpp.html", "DetourDebugDraw_8h_source.html", "Filelist_8h.html#ae20514067f3272c41e207bed25e530d8", -"RecastRegion_8cpp.html#a2c802a2c5fc0d5e7e5d95a19539ff9a6", -"classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4", -"classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439", -"classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a", -"functions_d.html", +"RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996", +"classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565", +"classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3", +"classdtNodeQueue.html#a98462fc76364861576fa8547987d5458", +"functions_e.html", "group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe", -"md_CONTRIBUTING.html#autotoc_md21", -"structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e", -"structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512", -"structrcPotentialDiagonal.html#aedf8e9dad665440c8db85e1e9d37b05d" +"md_CONTRIBUTING.html#autotoc_md22", +"structdtCrowdAgentAnimation.html#aed88b3aa0469a0462d5f7d055d3b72cc", +"structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec", +"structrcRegion.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/navtreeindex10.js b/navtreeindex10.js index 87ac4c0e..d3c45d60 100644 --- a/navtreeindex10.js +++ b/navtreeindex10.js @@ -1,6 +1,5 @@ var NAVTREEINDEX10 = { -"structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e":[5,0,16,5], "structdtCrowdAgentAnimation.html#aed88b3aa0469a0462d5f7d055d3b72cc":[5,0,16,1], "structdtCrowdAgentDebugInfo.html":[5,0,17], "structdtCrowdAgentDebugInfo.html#a2c3da33772d29888a52162695eaf37f8":[5,0,17,1], @@ -249,5 +248,6 @@ var NAVTREEINDEX10 = "structdtTileCacheObstacle.html":[5,0,63], "structdtTileCacheObstacle.html#a0e31025b2911c006f4a16d9f634b812a":[5,0,63,0], "structdtTileCacheObstacle.html#a10ae8b8922bd1cad14693de0c69c27c3":[5,0,63,4], -"structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6":[5,0,63,9] +"structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6":[5,0,63,9], +"structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512":[5,0,63,8] }; diff --git a/navtreeindex11.js b/navtreeindex11.js index cea49cf5..8734379f 100644 --- a/navtreeindex11.js +++ b/navtreeindex11.js @@ -1,6 +1,5 @@ var NAVTREEINDEX11 = { -"structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512":[5,0,63,8], "structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec":[5,0,63,3], "structdtTileCacheObstacle.html#a6e42e7ac7564db49c70b849f3cc49a39":[5,0,63,1], "structdtTileCacheObstacle.html#aa2366814cc7ea879699236e70fb3faed":[5,0,63,2], @@ -249,5 +248,6 @@ var NAVTREEINDEX11 = "structrcPolyMeshDetail.html#ac19c2eb106a9a9bd40e15f16fd847c84":[4,2,7,0], "structrcPolyMeshDetail.html#afbe7e21cf0f9dca429c6762f457f61b6":[4,2,7,2], "structrcPotentialDiagonal.html":[5,0,115], -"structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3":[5,0,115,1] +"structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3":[5,0,115,1], +"structrcPotentialDiagonal.html#aedf8e9dad665440c8db85e1e9d37b05d":[5,0,115,0] }; diff --git a/navtreeindex12.js b/navtreeindex12.js index 65e3147d..9c7789c0 100644 --- a/navtreeindex12.js +++ b/navtreeindex12.js @@ -1,6 +1,5 @@ var NAVTREEINDEX12 = { -"structrcPotentialDiagonal.html#aedf8e9dad665440c8db85e1e9d37b05d":[5,0,115,0], "structrcRegion.html":[5,0,116], "structrcRegion.html#a058cf62973ff65b0d277724ed7cde9a8":[5,0,116,11], "structrcRegion.html#a35bfc8470602b06a1a09c519582b821a":[5,0,116,1], diff --git a/navtreeindex2.js b/navtreeindex2.js index 945f1492..e335b07e 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -21,12 +21,11 @@ var NAVTREEINDEX2 = "NavMeshPruneTool_8h_source.html":[6,0,54], "NavMeshTesterTool_8cpp.html":[6,0,55], "NavMeshTesterTool_8cpp.html#a59ed5f3f1c7bd16332ada259b66afe3f":[6,0,55,0], -"NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9":[6,0,55,6], -"NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a":[6,0,55,4], -"NavMeshTesterTool_8cpp.html#aa0a7c979eb3968d46f3ccffcd664b71d":[6,0,55,1], -"NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9":[6,0,55,5], -"NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5":[6,0,55,3], -"NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69":[6,0,55,2], +"NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9":[6,0,55,5], +"NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a":[6,0,55,3], +"NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9":[6,0,55,4], +"NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5":[6,0,55,2], +"NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69":[6,0,55,1], "NavMeshTesterTool_8h.html":[6,0,56], "NavMeshTesterTool_8h_source.html":[6,0,56], "OffMeshConnectionTool_8cpp.html":[6,0,57], @@ -249,5 +248,6 @@ var NAVTREEINDEX2 = "RecastRegion_8cpp.html":[6,0,78], "RecastRegion_8cpp.html#a019a1b335b38abce33594128c4806a04":[6,0,78,9], "RecastRegion_8cpp.html#a02ba6d0e792550e0ce791fa42ef865d1":[6,0,78,23], -"RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff":[6,0,78,13] +"RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff":[6,0,78,13], +"RecastRegion_8cpp.html#a2c802a2c5fc0d5e7e5d95a19539ff9a6":[6,0,78,4] }; diff --git a/navtreeindex3.js b/navtreeindex3.js index 3c5e0b40..232da68a 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -1,6 +1,5 @@ var NAVTREEINDEX3 = { -"RecastRegion_8cpp.html#a2c802a2c5fc0d5e7e5d95a19539ff9a6":[6,0,78,4], "RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996":[6,0,78,11], "RecastRegion_8cpp.html#a48ba7bc4cd4b13a577c07dadf1361d76":[6,0,78,12], "RecastRegion_8cpp.html#a5725fdd6c9d2c932db4686ba6d411dac":[6,0,78,14], @@ -249,5 +248,6 @@ var NAVTREEINDEX3 = "classInputGeom.html":[5,0,79], "classInputGeom.html#a018ed54176edc2234663cb419d3f0f9f":[5,0,79,24], "classInputGeom.html#a143fe9d9852f2a2be08b8d4c98254160":[5,0,79,4], -"classInputGeom.html#a18f14e5605e256a5793515a66f77887d":[5,0,79,10] +"classInputGeom.html#a18f14e5605e256a5793515a66f77887d":[5,0,79,10], +"classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4":[5,0,79,9] }; diff --git a/navtreeindex4.js b/navtreeindex4.js index 324c1023..1b2b8fb5 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -1,6 +1,5 @@ var NAVTREEINDEX4 = { -"classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4":[5,0,79,9], "classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565":[5,0,79,8], "classInputGeom.html#a2d5d1c04bf9bd3b3e6e4e896214d1e01":[5,0,79,22], "classInputGeom.html#a4656c55e1db085cd7b5bbd90a3770dc7":[5,0,79,2], @@ -249,5 +248,6 @@ var NAVTREEINDEX4 = "classSample__TempObstacles.html#ac429ee71c83f05db18b62b07ee3331ed":[5,0,127,28], "classSample__TempObstacles.html#ac466e2df756cdb2a6d6f2ad195b51026":[5,0,127,18], "classSample__TempObstacles.html#ac46b5df666eee29f76a1e0a2fa16651b":[5,0,127,17], -"classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c":[5,0,127,21] +"classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c":[5,0,127,21], +"classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439":[5,0,127,7] }; diff --git a/navtreeindex5.js b/navtreeindex5.js index e925c84f..2fe73fbc 100644 --- a/navtreeindex5.js +++ b/navtreeindex5.js @@ -1,6 +1,5 @@ var NAVTREEINDEX5 = { -"classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439":[5,0,127,7], "classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3":[5,0,127,30], "classSample__TempObstacles.html#ad680dfdf8cee7a79ecf6e95a6f44acd3":[5,0,127,27], "classSample__TempObstacles.html#ad6c21297ac2d0010109e5b60ce9a83fc":[5,0,127,22], @@ -249,5 +248,6 @@ var NAVTREEINDEX5 = "classdtNodeQueue.html#a3bd1e5d3450e90384d8d8ce7f59080de":[5,0,34,4], "classdtNodeQueue.html#a4fa10be8cbf65dcdf2284f18a3e949d3":[5,0,34,7], "classdtNodeQueue.html#a76d83f497e1a5bcf72a6cc902a696a2a":[5,0,34,8], -"classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943":[5,0,34,1] +"classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943":[5,0,34,1], +"classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a":[5,0,34,6] }; diff --git a/navtreeindex6.js b/navtreeindex6.js index 212c3337..aa70a8cf 100644 --- a/navtreeindex6.js +++ b/navtreeindex6.js @@ -1,6 +1,5 @@ var NAVTREEINDEX6 = { -"classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a":[5,0,34,6], "classdtNodeQueue.html#a98462fc76364861576fa8547987d5458":[5,0,34,0], "classdtNodeQueue.html#aa0f83a0d1f38b0b97fb549d1372c8be7":[5,0,34,2], "classdtNodeQueue.html#ad76eefdf18096e14f67c579c20a506af":[5,0,34,9], @@ -64,14 +63,14 @@ var NAVTREEINDEX6 = "classdtPathCorridor.html#aa1ea66fedbbab0cabfb279287aee392b":[4,0,10,9], "classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0":[4,0,10,17], "classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0":[4,1,4,17], -"classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f":[4,0,10,6], "classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f":[4,1,4,6], +"classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f":[4,0,10,6], "classdtPathCorridor.html#ae2e11d477d193c79197fa28acae824b8":[4,1,4,3], "classdtPathCorridor.html#ae2e11d477d193c79197fa28acae824b8":[4,0,10,3], "classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d":[4,1,4,12], "classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d":[4,0,10,12], -"classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52":[4,1,4,11], "classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52":[4,0,10,11], +"classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52":[4,1,4,11], "classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b":[4,0,10,18], "classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b":[4,1,4,18], "classdtPathQueue.html":[5,0,45], @@ -249,5 +248,6 @@ var NAVTREEINDEX6 = "functions.html":[5,3,0,0], "functions.html":[5,3,0], "functions_b.html":[5,3,0,1], -"functions_c.html":[5,3,0,2] +"functions_c.html":[5,3,0,2], +"functions_d.html":[5,3,0,3] }; diff --git a/navtreeindex7.js b/navtreeindex7.js index ee753510..bcdcc86a 100644 --- a/navtreeindex7.js +++ b/navtreeindex7.js @@ -1,6 +1,5 @@ var NAVTREEINDEX7 = { -"functions_d.html":[5,3,0,3], "functions_e.html":[5,3,0,4], "functions_enum.html":[5,3,4], "functions_eval.html":[5,3,5], @@ -72,8 +71,8 @@ var NAVTREEINDEX7 = "functions_x.html":[5,3,0,21], "functions_y.html":[5,3,0,22], "functions_~.html":[5,3,0,23], -"globals.html":[6,1,0,0], "globals.html":[6,1,0], +"globals.html":[6,1,0,0], "globals_b.html":[6,1,0,1], "globals_c.html":[6,1,0,2], "globals_d.html":[6,1,0,3], @@ -131,8 +130,8 @@ var NAVTREEINDEX7 = "group__crowd.html#ga59bc9aa54705292d8f0f1ad9ca48ca82":[6,0,15,2], "group__crowd.html#ga70106a906d993ec6c39ef91d81c0f40e":[6,0,15,10], "group__crowd.html#ga70106a906d993ec6c39ef91d81c0f40e":[4,1,12], -"group__crowd.html#ga9475313642645070e78c359e0fc02b7a":[4,1,8], "group__crowd.html#ga9475313642645070e78c359e0fc02b7a":[6,0,14,6], +"group__crowd.html#ga9475313642645070e78c359e0fc02b7a":[4,1,8], "group__crowd.html#ga9475313642645070e78c359e0fc02b7a":[6,0,15,6], "group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f":[6,0,15,4], "group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f":[4,1,6], @@ -169,14 +168,14 @@ var NAVTREEINDEX7 = "group__detour.html#ga8591fdac662dbfabb580de626c64c9f3":[4,0,19], "group__detour.html#ga954dc85eacf41248ee76968957484a9e":[6,0,22,17], "group__detour.html#ga954dc85eacf41248ee76968957484a9e":[4,0,18], -"group__detour.html#gab4e0b2257a670c1a800057999612b466":[6,0,22,4], "group__detour.html#gab4e0b2257a670c1a800057999612b466":[4,0,11], +"group__detour.html#gab4e0b2257a670c1a800057999612b466":[6,0,22,4], "group__detour.html#gad938af5675a2f62c7c3830b38ea9a184":[6,0,21,6], "group__detour.html#gad938af5675a2f62c7c3830b38ea9a184":[6,0,22,14], "group__detour.html#gad938af5675a2f62c7c3830b38ea9a184":[4,0,16], "group__detour.html#gae547f165feefc955136130c8e22f207a":[4,0,14], -"group__detour.html#gae547f165feefc955136130c8e22f207a":[6,0,26,0], "group__detour.html#gae547f165feefc955136130c8e22f207a":[6,0,25,3], +"group__detour.html#gae547f165feefc955136130c8e22f207a":[6,0,26,0], "group__detour.html#gaf56ac19e79e5948fdb1051158577e648":[6,0,23,7], "group__detour.html#gaf56ac19e79e5948fdb1051158577e648":[6,0,24,0], "group__detour.html#gaf56ac19e79e5948fdb1051158577e648":[4,0,15], @@ -206,29 +205,29 @@ var NAVTREEINDEX7 = "group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2":[6,0,62,13], "group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2":[4,2,10], "group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f":[4,2,37], -"group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f":[6,0,61,16], "group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f":[6,0,62,41], +"group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f":[6,0,61,16], "group__recast.html#ga3dc179b83cb925eb6602cd06123bf038":[6,0,61,7], "group__recast.html#ga3dc179b83cb925eb6602cd06123bf038":[6,0,62,18], "group__recast.html#ga3dc179b83cb925eb6602cd06123bf038":[4,2,15], +"group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9":[4,2,11], "group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9":[6,0,61,3], "group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9":[6,0,62,14], -"group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9":[4,2,11], "group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae":[4,2,38], -"group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae":[6,0,62,42], "group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae":[6,0,61,17], +"group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae":[6,0,62,42], "group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9":[4,2,55], "group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9":[6,0,62,62], "group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9":[6,0,77,10], "group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0":[4,2,19], "group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0":[6,0,62,22], "group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0":[6,0,78,18], -"group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb":[6,0,65,2], "group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb":[4,2,29], "group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb":[6,0,62,33], +"group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb":[6,0,65,2], "group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833":[4,2,28], -"group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833":[6,0,62,32], "group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833":[6,0,61,11], +"group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833":[6,0,62,32], "group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf":[4,2,44], "group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf":[6,0,65,3], "group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf":[6,0,62,49], @@ -238,16 +237,17 @@ var NAVTREEINDEX7 = "group__recast.html#ga63549624426821904ecf1a92ddcccaea":[6,0,62,39], "group__recast.html#ga63549624426821904ecf1a92ddcccaea":[6,0,61,14], "group__recast.html#ga63549624426821904ecf1a92ddcccaea":[4,2,35], +"group__recast.html#ga63e7b847422bfd78acea724088da6561":[4,2,47], "group__recast.html#ga63e7b847422bfd78acea724088da6561":[6,0,61,19], "group__recast.html#ga63e7b847422bfd78acea724088da6561":[6,0,62,52], -"group__recast.html#ga63e7b847422bfd78acea724088da6561":[4,2,47], -"group__recast.html#ga63ec2ca68dc897018b8b013507b9714d":[6,0,62,12], -"group__recast.html#ga63ec2ca68dc897018b8b013507b9714d":[6,0,61,1], "group__recast.html#ga63ec2ca68dc897018b8b013507b9714d":[4,2,9], +"group__recast.html#ga63ec2ca68dc897018b8b013507b9714d":[6,0,61,1], +"group__recast.html#ga63ec2ca68dc897018b8b013507b9714d":[6,0,62,12], "group__recast.html#ga657ea6ef521e4caadc4467bd61e26016":[4,2,36], "group__recast.html#ga657ea6ef521e4caadc4467bd61e26016":[6,0,61,15], "group__recast.html#ga657ea6ef521e4caadc4467bd61e26016":[6,0,62,40], "group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b":[4,2,18], "group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b":[6,0,62,21], -"group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b":[6,0,74,7] +"group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b":[6,0,74,7], +"group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe":[4,2,49] }; diff --git a/navtreeindex8.js b/navtreeindex8.js index f1ff0f06..3bc12155 100644 --- a/navtreeindex8.js +++ b/navtreeindex8.js @@ -1,23 +1,22 @@ var NAVTREEINDEX8 = { -"group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe":[4,2,49], "group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe":[6,0,62,55], "group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe":[6,0,76,26], +"group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5":[4,2,48], "group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5":[6,0,62,54], "group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5":[6,0,65,6], -"group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5":[4,2,48], "group__recast.html#ga7d225822d057252755aeeebdc2388cf2":[4,2,42], "group__recast.html#ga7d225822d057252755aeeebdc2388cf2":[6,0,62,46], -"group__recast.html#ga7f308c34d7d5beb73eca24fe30033064":[6,0,62,45], "group__recast.html#ga7f308c34d7d5beb73eca24fe30033064":[4,2,41], +"group__recast.html#ga7f308c34d7d5beb73eca24fe30033064":[6,0,62,45], "group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769":[6,0,75,25], "group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769":[4,2,20], "group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769":[6,0,62,23], "group__recast.html#ga86f63cef2e174a1f4cb050767090beeb":[6,0,62,11], "group__recast.html#ga86f63cef2e174a1f4cb050767090beeb":[4,2,8], "group__recast.html#ga86f63cef2e174a1f4cb050767090beeb":[6,0,77,7], -"group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2":[4,2,25], "group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2":[6,0,61,9], +"group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2":[4,2,25], "group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2":[6,0,62,28], "group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4":[4,2,56], "group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4":[6,0,62,63], @@ -45,31 +44,31 @@ var NAVTREEINDEX8 = "group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b":[4,2,39], "group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b":[6,0,62,43], "group__recast.html#gad40c996631bc70091d7355dc4c950655":[4,2,30], -"group__recast.html#gad40c996631bc70091d7355dc4c950655":[6,0,62,34], "group__recast.html#gad40c996631bc70091d7355dc4c950655":[6,0,73,0], -"group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057":[6,0,65,7], +"group__recast.html#gad40c996631bc70091d7355dc4c950655":[6,0,62,34], "group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057":[6,0,62,58], "group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057":[4,2,51], +"group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057":[6,0,65,7], "group__recast.html#gadac24191b69876017ed01d85e0a44645":[4,2,54], "group__recast.html#gadac24191b69876017ed01d85e0a44645":[6,0,62,61], "group__recast.html#gadac24191b69876017ed01d85e0a44645":[6,0,77,9], +"group__recast.html#gadc45406abb9ac9d1efddee04054207f5":[6,0,61,4], "group__recast.html#gadc45406abb9ac9d1efddee04054207f5":[6,0,62,15], "group__recast.html#gadc45406abb9ac9d1efddee04054207f5":[4,2,12], -"group__recast.html#gadc45406abb9ac9d1efddee04054207f5":[6,0,61,4], "group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40":[4,2,27], -"group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40":[6,0,62,31], "group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40":[6,0,75,26], +"group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40":[6,0,62,31], "group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc":[6,0,68,22], -"group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc":[4,2,16], "group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc":[6,0,62,19], +"group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc":[4,2,16], +"group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96":[6,0,61,13], "group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96":[4,2,34], "group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96":[6,0,62,38], -"group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96":[6,0,61,13], "group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369":[4,2,53], "group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369":[6,0,62,60], "group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369":[6,0,77,11], -"group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26":[4,2,40], "group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26":[6,0,62,44], +"group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26":[4,2,40], "group__recast.html#gaf89da5f503884e43f955639343333cea":[6,0,62,25], "group__recast.html#gaf89da5f503884e43f955639343333cea":[6,0,78,19], "group__recast.html#gaf89da5f503884e43f955639343333cea":[4,2,22], @@ -249,5 +248,6 @@ var NAVTREEINDEX8 = "md_CONTRIBUTING.html#autotoc_md17":[1,3], "md_CONTRIBUTING.html#autotoc_md18":[1,4], "md_CONTRIBUTING.html#autotoc_md19":[1,5], -"md_CONTRIBUTING.html#autotoc_md20":[1,5,0] +"md_CONTRIBUTING.html#autotoc_md20":[1,5,0], +"md_CONTRIBUTING.html#autotoc_md21":[1,5,1] }; diff --git a/navtreeindex9.js b/navtreeindex9.js index 060762ec..6ada5e0a 100644 --- a/navtreeindex9.js +++ b/navtreeindex9.js @@ -1,6 +1,5 @@ var NAVTREEINDEX9 = { -"md_CONTRIBUTING.html#autotoc_md21":[1,5,1], "md_CONTRIBUTING.html#autotoc_md22":[1,5,1,0], "md_CONTRIBUTING.html#autotoc_md23":[1,6], "md_CONTRIBUTING.html#autotoc_md24":[1,6,0], @@ -249,5 +248,6 @@ var NAVTREEINDEX9 = "structdtCrowdAgentAnimation.html#a607dc9fc1c1d88d93f5140217a298f45":[5,0,16,2], "structdtCrowdAgentAnimation.html#a6895f4df2e560189e66fac03ca02e2ba":[5,0,16,6], "structdtCrowdAgentAnimation.html#a738a08a7b93b678252680f453e4df851":[5,0,16,4], -"structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac":[5,0,16,3] +"structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac":[5,0,16,3], +"structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e":[5,0,16,5] }; diff --git a/search/all_10.js b/search/all_10.js index ea4f262a..ee72e0cf 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -1,103 +1,103 @@ var searchData= [ - ['sallocfunc_1559',['sAllocFunc',['../DetourAlloc_8cpp.html#a0f08afad9e7466f3ccbddf92700b5342',1,'DetourAlloc.cpp']]], - ['salt_1560',['salt',['../structdtTileCacheObstacle.html#aaed7d123d0feb3efcfa735968c478fe3',1,'dtTileCacheObstacle::salt()'],['../structdtCompressedTile.html#a9df1de3328c707f4fb75d15522ec8ec3',1,'dtCompressedTile::salt()'],['../structdtMeshTile.html#a21bccdc0f5d778d886eaa5aae72b400f',1,'dtMeshTile::salt()']]], - ['sample_1561',['Sample',['../classSample.html',1,'Sample'],['../classSample.html#a48a4cf559a1ff65b7d4776c262236e27',1,'Sample::Sample()']]], - ['sample_2ecpp_1562',['Sample.cpp',['../Sample_8cpp.html',1,'']]], - ['sample_2eh_1563',['Sample.h',['../Sample_8h.html',1,'']]], - ['sample_5fdebug_1564',['Sample_Debug',['../classSample__Debug.html',1,'Sample_Debug'],['../classSample__Debug.html#aeaaa851b59ab27d8ca483d5b8842dc2f',1,'Sample_Debug::Sample_Debug()']]], - ['sample_5fdebug_2ecpp_1565',['Sample_Debug.cpp',['../Sample__Debug_8cpp.html',1,'']]], - ['sample_5fdebug_2eh_1566',['Sample_Debug.h',['../Sample__Debug_8h.html',1,'']]], - ['sample_5fpartition_5flayers_1567',['SAMPLE_PARTITION_LAYERS',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a1fae7df00c1a8f165833e48c67692627',1,'Sample.h']]], - ['sample_5fpartition_5fmonotone_1568',['SAMPLE_PARTITION_MONOTONE',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1aa44dc0eb2004b683d4297b7d46cfe979',1,'Sample.h']]], - ['sample_5fpartition_5fwatershed_1569',['SAMPLE_PARTITION_WATERSHED',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a4fe0d0ba0791fe2280ff3821177766a9',1,'Sample.h']]], - ['sample_5fpolyarea_5fdoor_1570',['SAMPLE_POLYAREA_DOOR',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa8dde3ccaff5b35fee2ce73d5744cae9e',1,'Sample.h']]], - ['sample_5fpolyarea_5fgrass_1571',['SAMPLE_POLYAREA_GRASS',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daaa740ac4d510c2a3abe962fbfb793f1dc',1,'Sample.h']]], - ['sample_5fpolyarea_5fground_1572',['SAMPLE_POLYAREA_GROUND',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daade496ba823714eb3b6d31fa9c1297388',1,'Sample.h']]], - ['sample_5fpolyarea_5fjump_1573',['SAMPLE_POLYAREA_JUMP',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daac03a57a3286b6b9f4a5dcc403e269b2e',1,'Sample.h']]], - ['sample_5fpolyarea_5froad_1574',['SAMPLE_POLYAREA_ROAD',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daacb78d7e68ad58b5bc62c2313cf3b0e38',1,'Sample.h']]], - ['sample_5fpolyarea_5fwater_1575',['SAMPLE_POLYAREA_WATER',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa08ea8d5a36716a7e74a6c73a25bcadbe',1,'Sample.h']]], - ['sample_5fpolyflags_5fall_1576',['SAMPLE_POLYFLAGS_ALL',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8daa00f1707b9fb5af90130ee64d133e68f',1,'Sample.h']]], - ['sample_5fpolyflags_5fdisabled_1577',['SAMPLE_POLYFLAGS_DISABLED',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da2646db68ba40d4004ffb88a37717c4d1',1,'Sample.h']]], - ['sample_5fpolyflags_5fdoor_1578',['SAMPLE_POLYFLAGS_DOOR',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da7d04a970d5e5fa624733a4be27470f3c',1,'Sample.h']]], - ['sample_5fpolyflags_5fjump_1579',['SAMPLE_POLYFLAGS_JUMP',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da15efc6d182fbdd962d5b28f77d3c9e8f',1,'Sample.h']]], - ['sample_5fpolyflags_5fswim_1580',['SAMPLE_POLYFLAGS_SWIM',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da01b0f8a3c0e3f5e7c4c9fa79c13981ea',1,'Sample.h']]], - ['sample_5fpolyflags_5fwalk_1581',['SAMPLE_POLYFLAGS_WALK',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da56be2036bea60e03345da8f4897a4682',1,'Sample.h']]], - ['sample_5fsolomesh_1582',['Sample_SoloMesh',['../classSample__SoloMesh.html#a85b98cc7d5c81d86acccd31156c3258c',1,'Sample_SoloMesh::Sample_SoloMesh()'],['../classSample__SoloMesh.html',1,'Sample_SoloMesh']]], - ['sample_5fsolomesh_2ecpp_1583',['Sample_SoloMesh.cpp',['../Sample__SoloMesh_8cpp.html',1,'']]], - ['sample_5fsolomesh_2eh_1584',['Sample_SoloMesh.h',['../Sample__SoloMesh_8h.html',1,'']]], - ['sample_5ftempobstacles_1585',['Sample_TempObstacles',['../classSample__TempObstacles.html',1,'Sample_TempObstacles'],['../classSample__TempObstacles.html#a8b4c95ce918a73325cd1a703eccedc0f',1,'Sample_TempObstacles::Sample_TempObstacles()']]], - ['sample_5ftempobstacles_2ecpp_1586',['Sample_TempObstacles.cpp',['../Sample__TempObstacles_8cpp.html',1,'']]], - ['sample_5ftempobstacles_2eh_1587',['Sample_TempObstacles.h',['../Sample__TempObstacles_8h.html',1,'']]], - ['sample_5ftilemesh_1588',['Sample_TileMesh',['../classSample__TileMesh.html#a595d0f4ba7f8e1c03ddd7571ff53464d',1,'Sample_TileMesh::Sample_TileMesh()'],['../classSample__TileMesh.html',1,'Sample_TileMesh']]], - ['sample_5ftilemesh_2ecpp_1589',['Sample_TileMesh.cpp',['../Sample__TileMesh_8cpp.html',1,'']]], - ['sample_5ftilemesh_2eh_1590',['Sample_TileMesh.h',['../Sample__TileMesh_8h.html',1,'']]], - ['sampledebugdraw_1591',['SampleDebugDraw',['../classSampleDebugDraw.html',1,'']]], - ['sampleinterfaces_2ecpp_1592',['SampleInterfaces.cpp',['../SampleInterfaces_8cpp.html',1,'']]], - ['sampleinterfaces_2eh_1593',['SampleInterfaces.h',['../SampleInterfaces_8h.html',1,'']]], - ['sampleitem_1594',['SampleItem',['../structSampleItem.html',1,'']]], - ['samplepartitiontype_1595',['SamplePartitionType',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1',1,'Sample.h']]], - ['samplepolyareas_1596',['SamplePolyAreas',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6da',1,'Sample.h']]], - ['samplepolyflags_1597',['SamplePolyFlags',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8d',1,'Sample.h']]], - ['sampletool_1598',['SampleTool',['../structSampleTool.html',1,'']]], - ['sampletoolstate_1599',['SampleToolState',['../structSampleToolState.html',1,'']]], - ['sampletooltype_1600',['SampleToolType',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125b',1,'Sample.h']]], - ['samplevelocityadaptive_1601',['sampleVelocityAdaptive',['../classdtObstacleAvoidanceQuery.html#aecf2d1d53bc0c74997ff3aac1587c242',1,'dtObstacleAvoidanceQuery']]], - ['samplevelocitygrid_1602',['sampleVelocityGrid',['../classdtObstacleAvoidanceQuery.html#a5209e8625a0618fd9c96ba2d0374d90f',1,'dtObstacleAvoidanceQuery']]], - ['sassertfailfunc_1603',['sAssertFailFunc',['../DetourAssert_8cpp.html#a7bbc68bcf03ba893c2d7e78eb46e9dd7',1,'DetourAssert.cpp']]], - ['saveall_1604',['saveAll',['../classSample.html#a5a6d7fec2a32c30cebc8f4a3c895593d',1,'Sample::saveAll()'],['../classSample__TempObstacles.html#ac466e2df756cdb2a6d6f2ad195b51026',1,'Sample_TempObstacles::saveAll()'],['../classSample__TileMesh.html#a8b0ada6186c1eb4cc2fe759bface0e43',1,'Sample_TileMesh::saveAll()']]], - ['savegeomset_1605',['saveGeomSet',['../classInputGeom.html#a866a12c00d1417a7403258f438a27a86',1,'InputGeom']]], - ['scandirectory_1606',['scanDirectory',['../Filelist_8cpp.html#a2baf53e840e4fefc5e6933fb3d53569e',1,'scanDirectory(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp'],['../Filelist_8h.html#a45c5368afb38260fa0c524b2b084efee',1,'scanDirectory(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h']]], - ['scandirectoryappend_1607',['scanDirectoryAppend',['../Filelist_8cpp.html#ab77bcf8d92348f01734b4aeafec8c4d6',1,'scanDirectoryAppend(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp'],['../Filelist_8h.html#ae20514067f3272c41e207bed25e530d8',1,'scanDirectoryAppend(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h']]], - ['scroll_1608',['scroll',['../structGuiState.html#aac5d3f5ae7a567ab5f5fd18d4b2c3d6b',1,'GuiState']]], - ['scroll_5farea_5fpadding_1609',['SCROLL_AREA_PADDING',['../imgui_8cpp.html#a9834182fe5c469ee992dc99bc00ab90e',1,'imgui.cpp']]], - ['seedarraywithpolycenter_1610',['seedArrayWithPolyCenter',['../RecastMeshDetail_8cpp.html#aa27a15fb0a81befd7f9957f63eb45735',1,'RecastMeshDetail.cpp']]], - ['separationweight_1611',['separationWeight',['../structdtCrowdAgentParams.html#a616534204934492b4f3bc7eb2ff49a0b',1,'dtCrowdAgentParams']]], - ['setactive_1612',['setActive',['../imgui_8cpp.html#a19d012d43ace20552ff625a6bf7d7552',1,'imgui.cpp']]], - ['setarea_1613',['setArea',['../structdtPoly.html#a84f05dcf69d70b26323b65a0c1c66954',1,'dtPoly']]], - ['setareacost_1614',['setAreaCost',['../classdtQueryFilter.html#a36063c39d5c391a393412108a8a33927',1,'dtQueryFilter']]], - ['setcontext_1615',['setContext',['../classSample.html#a86e13c14ae1a347d4867c77ec90e49f1',1,'Sample']]], - ['setcorridor_1616',['setCorridor',['../classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b',1,'dtPathCorridor']]], - ['setexcludeflags_1617',['setExcludeFlags',['../classdtQueryFilter.html#a18c1b888c9b2c3b30703d6861a793600',1,'dtQueryFilter']]], - ['setflags_1618',['setFlags',['../classNavmeshFlags.html#ace82d60d1c76b7f5fba63a79a8bf3d14',1,'NavmeshFlags']]], - ['sethot_1619',['setHot',['../imgui_8cpp.html#a5bef8420adcaae489e55a652b4c1f14e',1,'imgui.cpp']]], - ['setincludeflags_1620',['setIncludeFlags',['../classdtQueryFilter.html#ab9783c92a30e41df84ebfd2f68338970',1,'dtQueryFilter']]], - ['setmovetarget_1621',['setMoveTarget',['../classCrowdToolState.html#a07c2b6234747c5a0e412ee65d3be038a',1,'CrowdToolState']]], - ['setnavmeshdrawflags_1622',['setNavMeshDrawFlags',['../classSample.html#a0b5f9832856a0880004b8f725366cca1',1,'Sample']]], - ['setobstacleavoidanceparams_1623',['setObstacleAvoidanceParams',['../classdtCrowd.html#a96338b9a99e8d58a3051a9ce7934e8b1',1,'dtCrowd']]], - ['setpolyarea_1624',['setPolyArea',['../classdtNavMesh.html#a74a6e65e04a87a1b6abf837349f214fb',1,'dtNavMesh']]], - ['setpolyflags_1625',['setPolyFlags',['../classdtNavMesh.html#af11a9e69fa88b6d5cf66c376d46b8889',1,'dtNavMesh']]], - ['setrect_1626',['setRect',['../structGraphParams.html#a6bc9e0c7d31219f865e533ee7f279518',1,'GraphParams']]], - ['setrunning_1627',['setRunning',['../classCrowdToolState.html#a5ec55b2d7b4eae5639fdf77534e7db93',1,'CrowdToolState']]], - ['settool_1628',['setTool',['../classSample.html#a0602082aea4402bd6db027a5aa4f33a0',1,'Sample']]], - ['settoolstate_1629',['setToolState',['../classSample.html#a366638d234ad656df8bd3946d11792b5',1,'Sample']]], - ['settype_1630',['setType',['../structdtPoly.html#ac625b3f1acf8df354a50464e210300dc',1,'dtPoly']]], - ['setvaluerange_1631',['setValueRange',['../structGraphParams.html#ab0ee815e9d6e55816a7202d7ef9c8ac9',1,'GraphParams']]], - ['sfreefunc_1632',['sFreeFunc',['../DetourAlloc_8cpp.html#a8175e527667d6a55c4acd7c573ea2ccb',1,'DetourAlloc.cpp']]], - ['side_1633',['side',['../structdtOffMeshConnection.html#a8c193e7df9998a218be48a39b2be1488',1,'dtOffMeshConnection::side()'],['../structdtLink.html#a62d34d0e6350fe9790e91ec287bc1423',1,'dtLink::side()']]], - ['simplifycontour_1634',['simplifyContour',['../DetourTileCacheBuilder_8cpp.html#aa2cb5549f579c46432cb5af9e0f3c9bb',1,'simplifyContour(dtTempContour &cont, const float maxError): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#aa7cef37578da730d57670d60132da73f',1,'simplifyContour(rcIntArray &points, rcIntArray &simplified, const float maxError, const int maxEdgeLen, const int buildFlags): RecastContour.cpp']]], - ['size_1635',['size',['../classdtFixedArray.html#aff54b9aa9eb16e7cea87546e6b1aed93',1,'dtFixedArray::size()'],['../classrcVectorBase.html#acfbb0217a292f75069614da62f6af0c7',1,'rcVectorBase::size()'],['../classrcIntArray.html#af17b8fb439ac8121af044d4f4d13753c',1,'rcIntArray::size()']]], - ['size_5ftype_1636',['size_type',['../classrcVectorBase.html#a5ba3079d15e5dd35892d60a204284d55',1,'rcVectorBase']]], - ['slider_5fheight_1637',['SLIDER_HEIGHT',['../imgui_8cpp.html#a75d709f0fb77b92df65419efafffca99',1,'imgui.cpp']]], - ['slider_5fmarker_5fwidth_1638',['SLIDER_MARKER_WIDTH',['../imgui_8cpp.html#add618dc9080f5b272f78837c844c933b',1,'imgui.cpp']]], - ['smax_1639',['smax',['../structrcSpan.html#a6bca504828087023719794cce9a5f0ab',1,'rcSpan']]], - ['smin_1640',['smin',['../structrcSpan.html#aba70c34dc95c49c4b3142b7d9ca9d359',1,'rcSpan']]], - ['solid_1641',['solid',['../structRasterizationContext.html#aaba97d97599e77368460046203b516e1',1,'RasterizationContext']]], - ['sortcellsbylevel_1642',['sortCellsByLevel',['../RecastRegion_8cpp.html#a02ba6d0e792550e0ce791fa42ef865d1',1,'RecastRegion.cpp']]], - ['spancount_1643',['spanCount',['../structrcRegion.html#ad9093323ce31904ef59709b0664f31d3',1,'rcRegion::spanCount()'],['../structrcCompactHeightfield.html#a7206a15efe8a9e2a8e28b8c7d89b45bd',1,'rcCompactHeightfield::spanCount()']]], - ['spans_1644',['spans',['../structrcCompactHeightfield.html#a20f5a93095dfd199b0a9baad4127bec3',1,'rcCompactHeightfield::spans()'],['../structrcHeightfield.html#a0fea35ab8365dfcb38c63566abf7f261',1,'rcHeightfield::spans()']]], - ['srecastallocfunc_1645',['sRecastAllocFunc',['../RecastAlloc_8cpp.html#af1b06b448acf4005967583e7dc905a66',1,'RecastAlloc.cpp']]], - ['srecastassertfailfunc_1646',['sRecastAssertFailFunc',['../RecastAssert_8cpp.html#a2040287091fff4c9733a932d37f978b7',1,'RecastAssert.cpp']]], - ['srecastfreefunc_1647',['sRecastFreeFunc',['../RecastAlloc_8cpp.html#a64d9d48dc6a273593cf8034ab2e303de',1,'RecastAlloc.cpp']]], - ['startpos_1648',['startPos',['../structdtCrowdAgentAnimation.html#a738a08a7b93b678252680f453e4df851',1,'dtCrowdAgentAnimation']]], - ['starttimer_1649',['startTimer',['../classrcContext.html#a3c8d3035e1046dd8907b10b7d9c8de57',1,'rcContext']]], - ['state_1650',['state',['../structdtNode.html#a9ac33b320a8736d5d8f3f109b1b50bf1',1,'dtNode::state()'],['../structdtCrowdAgent.html#a091dd7851f63dbe00a59b54072152d5f',1,'dtCrowdAgent::state()'],['../structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512',1,'dtTileCacheObstacle::state()']]], - ['stb_5ftruetype_5fimplementation_1651',['STB_TRUETYPE_IMPLEMENTATION',['../imguiRenderGL_8cpp.html#afaa2f2d0d9d6726cfae6da070e736347',1,'imguiRenderGL.cpp']]], - ['stbtt_5ffree_1652',['STBTT_free',['../imguiRenderGL_8cpp.html#ac2d83c500a591ce9b5ff9ca5681caa59',1,'imguiRenderGL.cpp']]], - ['stbtt_5fmalloc_1653',['STBTT_malloc',['../imguiRenderGL_8cpp.html#afe7147641c31bc94935e5711c81087d0',1,'imguiRenderGL.cpp']]], - ['stoptimer_1654',['stopTimer',['../classrcContext.html#a3f7042723b8d99d486575eb3d592af25',1,'rcContext']]], - ['storetilestate_1655',['storeTileState',['../classdtNavMesh.html#a141e01263950382365468ea265f48758',1,'dtNavMesh']]], - ['subdivide_1656',['subdivide',['../DetourNavMeshBuilder_8cpp.html#a95ba365676cad314741a13f58b6b0eba',1,'subdivide(BVItem *items, int nitems, int imin, int imax, int &curNode, dtBVNode *nodes): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#af34b40e9f943704bcaa0d14f83fe8d8e',1,'subdivide(BoundsItem *items, int nitems, int imin, int imax, int trisPerChunk, int &curNode, rcChunkyTriMeshNode *nodes, const int maxNodes, int &curTri, int *outTris, const int *inTris): ChunkyTriMesh.cpp']]], - ['swap_1657',['swap',['../classrcVectorBase.html#aea266b993082cb53732f617600378dde',1,'rcVectorBase']]], - ['sweepcirclecircle_1658',['sweepCircleCircle',['../DetourObstacleAvoidance_8cpp.html#a07a96536185de3b5b7e8aae361ac70a9',1,'DetourObstacleAvoidance.cpp']]] + ['sallocfunc_1558',['sAllocFunc',['../DetourAlloc_8cpp.html#a0f08afad9e7466f3ccbddf92700b5342',1,'DetourAlloc.cpp']]], + ['salt_1559',['salt',['../structdtTileCacheObstacle.html#aaed7d123d0feb3efcfa735968c478fe3',1,'dtTileCacheObstacle::salt()'],['../structdtCompressedTile.html#a9df1de3328c707f4fb75d15522ec8ec3',1,'dtCompressedTile::salt()'],['../structdtMeshTile.html#a21bccdc0f5d778d886eaa5aae72b400f',1,'dtMeshTile::salt()']]], + ['sample_1560',['Sample',['../classSample.html',1,'Sample'],['../classSample.html#a48a4cf559a1ff65b7d4776c262236e27',1,'Sample::Sample()']]], + ['sample_2ecpp_1561',['Sample.cpp',['../Sample_8cpp.html',1,'']]], + ['sample_2eh_1562',['Sample.h',['../Sample_8h.html',1,'']]], + ['sample_5fdebug_1563',['Sample_Debug',['../classSample__Debug.html',1,'Sample_Debug'],['../classSample__Debug.html#aeaaa851b59ab27d8ca483d5b8842dc2f',1,'Sample_Debug::Sample_Debug()']]], + ['sample_5fdebug_2ecpp_1564',['Sample_Debug.cpp',['../Sample__Debug_8cpp.html',1,'']]], + ['sample_5fdebug_2eh_1565',['Sample_Debug.h',['../Sample__Debug_8h.html',1,'']]], + ['sample_5fpartition_5flayers_1566',['SAMPLE_PARTITION_LAYERS',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a1fae7df00c1a8f165833e48c67692627',1,'Sample.h']]], + ['sample_5fpartition_5fmonotone_1567',['SAMPLE_PARTITION_MONOTONE',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1aa44dc0eb2004b683d4297b7d46cfe979',1,'Sample.h']]], + ['sample_5fpartition_5fwatershed_1568',['SAMPLE_PARTITION_WATERSHED',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a4fe0d0ba0791fe2280ff3821177766a9',1,'Sample.h']]], + ['sample_5fpolyarea_5fdoor_1569',['SAMPLE_POLYAREA_DOOR',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa8dde3ccaff5b35fee2ce73d5744cae9e',1,'Sample.h']]], + ['sample_5fpolyarea_5fgrass_1570',['SAMPLE_POLYAREA_GRASS',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daaa740ac4d510c2a3abe962fbfb793f1dc',1,'Sample.h']]], + ['sample_5fpolyarea_5fground_1571',['SAMPLE_POLYAREA_GROUND',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daade496ba823714eb3b6d31fa9c1297388',1,'Sample.h']]], + ['sample_5fpolyarea_5fjump_1572',['SAMPLE_POLYAREA_JUMP',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daac03a57a3286b6b9f4a5dcc403e269b2e',1,'Sample.h']]], + ['sample_5fpolyarea_5froad_1573',['SAMPLE_POLYAREA_ROAD',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daacb78d7e68ad58b5bc62c2313cf3b0e38',1,'Sample.h']]], + ['sample_5fpolyarea_5fwater_1574',['SAMPLE_POLYAREA_WATER',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa08ea8d5a36716a7e74a6c73a25bcadbe',1,'Sample.h']]], + ['sample_5fpolyflags_5fall_1575',['SAMPLE_POLYFLAGS_ALL',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8daa00f1707b9fb5af90130ee64d133e68f',1,'Sample.h']]], + ['sample_5fpolyflags_5fdisabled_1576',['SAMPLE_POLYFLAGS_DISABLED',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da2646db68ba40d4004ffb88a37717c4d1',1,'Sample.h']]], + ['sample_5fpolyflags_5fdoor_1577',['SAMPLE_POLYFLAGS_DOOR',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da7d04a970d5e5fa624733a4be27470f3c',1,'Sample.h']]], + ['sample_5fpolyflags_5fjump_1578',['SAMPLE_POLYFLAGS_JUMP',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da15efc6d182fbdd962d5b28f77d3c9e8f',1,'Sample.h']]], + ['sample_5fpolyflags_5fswim_1579',['SAMPLE_POLYFLAGS_SWIM',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da01b0f8a3c0e3f5e7c4c9fa79c13981ea',1,'Sample.h']]], + ['sample_5fpolyflags_5fwalk_1580',['SAMPLE_POLYFLAGS_WALK',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da56be2036bea60e03345da8f4897a4682',1,'Sample.h']]], + ['sample_5fsolomesh_1581',['Sample_SoloMesh',['../classSample__SoloMesh.html#a85b98cc7d5c81d86acccd31156c3258c',1,'Sample_SoloMesh::Sample_SoloMesh()'],['../classSample__SoloMesh.html',1,'Sample_SoloMesh']]], + ['sample_5fsolomesh_2ecpp_1582',['Sample_SoloMesh.cpp',['../Sample__SoloMesh_8cpp.html',1,'']]], + ['sample_5fsolomesh_2eh_1583',['Sample_SoloMesh.h',['../Sample__SoloMesh_8h.html',1,'']]], + ['sample_5ftempobstacles_1584',['Sample_TempObstacles',['../classSample__TempObstacles.html',1,'Sample_TempObstacles'],['../classSample__TempObstacles.html#a8b4c95ce918a73325cd1a703eccedc0f',1,'Sample_TempObstacles::Sample_TempObstacles()']]], + ['sample_5ftempobstacles_2ecpp_1585',['Sample_TempObstacles.cpp',['../Sample__TempObstacles_8cpp.html',1,'']]], + ['sample_5ftempobstacles_2eh_1586',['Sample_TempObstacles.h',['../Sample__TempObstacles_8h.html',1,'']]], + ['sample_5ftilemesh_1587',['Sample_TileMesh',['../classSample__TileMesh.html#a595d0f4ba7f8e1c03ddd7571ff53464d',1,'Sample_TileMesh::Sample_TileMesh()'],['../classSample__TileMesh.html',1,'Sample_TileMesh']]], + ['sample_5ftilemesh_2ecpp_1588',['Sample_TileMesh.cpp',['../Sample__TileMesh_8cpp.html',1,'']]], + ['sample_5ftilemesh_2eh_1589',['Sample_TileMesh.h',['../Sample__TileMesh_8h.html',1,'']]], + ['sampledebugdraw_1590',['SampleDebugDraw',['../classSampleDebugDraw.html',1,'']]], + ['sampleinterfaces_2ecpp_1591',['SampleInterfaces.cpp',['../SampleInterfaces_8cpp.html',1,'']]], + ['sampleinterfaces_2eh_1592',['SampleInterfaces.h',['../SampleInterfaces_8h.html',1,'']]], + ['sampleitem_1593',['SampleItem',['../structSampleItem.html',1,'']]], + ['samplepartitiontype_1594',['SamplePartitionType',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1',1,'Sample.h']]], + ['samplepolyareas_1595',['SamplePolyAreas',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6da',1,'Sample.h']]], + ['samplepolyflags_1596',['SamplePolyFlags',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8d',1,'Sample.h']]], + ['sampletool_1597',['SampleTool',['../structSampleTool.html',1,'']]], + ['sampletoolstate_1598',['SampleToolState',['../structSampleToolState.html',1,'']]], + ['sampletooltype_1599',['SampleToolType',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125b',1,'Sample.h']]], + ['samplevelocityadaptive_1600',['sampleVelocityAdaptive',['../classdtObstacleAvoidanceQuery.html#aecf2d1d53bc0c74997ff3aac1587c242',1,'dtObstacleAvoidanceQuery']]], + ['samplevelocitygrid_1601',['sampleVelocityGrid',['../classdtObstacleAvoidanceQuery.html#a5209e8625a0618fd9c96ba2d0374d90f',1,'dtObstacleAvoidanceQuery']]], + ['sassertfailfunc_1602',['sAssertFailFunc',['../DetourAssert_8cpp.html#a7bbc68bcf03ba893c2d7e78eb46e9dd7',1,'DetourAssert.cpp']]], + ['saveall_1603',['saveAll',['../classSample.html#a5a6d7fec2a32c30cebc8f4a3c895593d',1,'Sample::saveAll()'],['../classSample__TempObstacles.html#ac466e2df756cdb2a6d6f2ad195b51026',1,'Sample_TempObstacles::saveAll()'],['../classSample__TileMesh.html#a8b0ada6186c1eb4cc2fe759bface0e43',1,'Sample_TileMesh::saveAll()']]], + ['savegeomset_1604',['saveGeomSet',['../classInputGeom.html#a866a12c00d1417a7403258f438a27a86',1,'InputGeom']]], + ['scandirectory_1605',['scanDirectory',['../Filelist_8cpp.html#a2baf53e840e4fefc5e6933fb3d53569e',1,'scanDirectory(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp'],['../Filelist_8h.html#a45c5368afb38260fa0c524b2b084efee',1,'scanDirectory(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h']]], + ['scandirectoryappend_1606',['scanDirectoryAppend',['../Filelist_8cpp.html#ab77bcf8d92348f01734b4aeafec8c4d6',1,'scanDirectoryAppend(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp'],['../Filelist_8h.html#ae20514067f3272c41e207bed25e530d8',1,'scanDirectoryAppend(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h']]], + ['scroll_1607',['scroll',['../structGuiState.html#aac5d3f5ae7a567ab5f5fd18d4b2c3d6b',1,'GuiState']]], + ['scroll_5farea_5fpadding_1608',['SCROLL_AREA_PADDING',['../imgui_8cpp.html#a9834182fe5c469ee992dc99bc00ab90e',1,'imgui.cpp']]], + ['seedarraywithpolycenter_1609',['seedArrayWithPolyCenter',['../RecastMeshDetail_8cpp.html#aa27a15fb0a81befd7f9957f63eb45735',1,'RecastMeshDetail.cpp']]], + ['separationweight_1610',['separationWeight',['../structdtCrowdAgentParams.html#a616534204934492b4f3bc7eb2ff49a0b',1,'dtCrowdAgentParams']]], + ['setactive_1611',['setActive',['../imgui_8cpp.html#a19d012d43ace20552ff625a6bf7d7552',1,'imgui.cpp']]], + ['setarea_1612',['setArea',['../structdtPoly.html#a84f05dcf69d70b26323b65a0c1c66954',1,'dtPoly']]], + ['setareacost_1613',['setAreaCost',['../classdtQueryFilter.html#a36063c39d5c391a393412108a8a33927',1,'dtQueryFilter']]], + ['setcontext_1614',['setContext',['../classSample.html#a86e13c14ae1a347d4867c77ec90e49f1',1,'Sample']]], + ['setcorridor_1615',['setCorridor',['../classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b',1,'dtPathCorridor']]], + ['setexcludeflags_1616',['setExcludeFlags',['../classdtQueryFilter.html#a18c1b888c9b2c3b30703d6861a793600',1,'dtQueryFilter']]], + ['setflags_1617',['setFlags',['../classNavmeshFlags.html#ace82d60d1c76b7f5fba63a79a8bf3d14',1,'NavmeshFlags']]], + ['sethot_1618',['setHot',['../imgui_8cpp.html#a5bef8420adcaae489e55a652b4c1f14e',1,'imgui.cpp']]], + ['setincludeflags_1619',['setIncludeFlags',['../classdtQueryFilter.html#ab9783c92a30e41df84ebfd2f68338970',1,'dtQueryFilter']]], + ['setmovetarget_1620',['setMoveTarget',['../classCrowdToolState.html#a07c2b6234747c5a0e412ee65d3be038a',1,'CrowdToolState']]], + ['setnavmeshdrawflags_1621',['setNavMeshDrawFlags',['../classSample.html#a0b5f9832856a0880004b8f725366cca1',1,'Sample']]], + ['setobstacleavoidanceparams_1622',['setObstacleAvoidanceParams',['../classdtCrowd.html#a96338b9a99e8d58a3051a9ce7934e8b1',1,'dtCrowd']]], + ['setpolyarea_1623',['setPolyArea',['../classdtNavMesh.html#a74a6e65e04a87a1b6abf837349f214fb',1,'dtNavMesh']]], + ['setpolyflags_1624',['setPolyFlags',['../classdtNavMesh.html#af11a9e69fa88b6d5cf66c376d46b8889',1,'dtNavMesh']]], + ['setrect_1625',['setRect',['../structGraphParams.html#a6bc9e0c7d31219f865e533ee7f279518',1,'GraphParams']]], + ['setrunning_1626',['setRunning',['../classCrowdToolState.html#a5ec55b2d7b4eae5639fdf77534e7db93',1,'CrowdToolState']]], + ['settool_1627',['setTool',['../classSample.html#a0602082aea4402bd6db027a5aa4f33a0',1,'Sample']]], + ['settoolstate_1628',['setToolState',['../classSample.html#a366638d234ad656df8bd3946d11792b5',1,'Sample']]], + ['settype_1629',['setType',['../structdtPoly.html#ac625b3f1acf8df354a50464e210300dc',1,'dtPoly']]], + ['setvaluerange_1630',['setValueRange',['../structGraphParams.html#ab0ee815e9d6e55816a7202d7ef9c8ac9',1,'GraphParams']]], + ['sfreefunc_1631',['sFreeFunc',['../DetourAlloc_8cpp.html#a8175e527667d6a55c4acd7c573ea2ccb',1,'DetourAlloc.cpp']]], + ['side_1632',['side',['../structdtOffMeshConnection.html#a8c193e7df9998a218be48a39b2be1488',1,'dtOffMeshConnection::side()'],['../structdtLink.html#a62d34d0e6350fe9790e91ec287bc1423',1,'dtLink::side()']]], + ['simplifycontour_1633',['simplifyContour',['../DetourTileCacheBuilder_8cpp.html#aa2cb5549f579c46432cb5af9e0f3c9bb',1,'simplifyContour(dtTempContour &cont, const float maxError): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#aa7cef37578da730d57670d60132da73f',1,'simplifyContour(rcIntArray &points, rcIntArray &simplified, const float maxError, const int maxEdgeLen, const int buildFlags): RecastContour.cpp']]], + ['size_1634',['size',['../classdtFixedArray.html#aff54b9aa9eb16e7cea87546e6b1aed93',1,'dtFixedArray::size()'],['../classrcVectorBase.html#acfbb0217a292f75069614da62f6af0c7',1,'rcVectorBase::size()'],['../classrcIntArray.html#af17b8fb439ac8121af044d4f4d13753c',1,'rcIntArray::size()']]], + ['size_5ftype_1635',['size_type',['../classrcVectorBase.html#a5ba3079d15e5dd35892d60a204284d55',1,'rcVectorBase']]], + ['slider_5fheight_1636',['SLIDER_HEIGHT',['../imgui_8cpp.html#a75d709f0fb77b92df65419efafffca99',1,'imgui.cpp']]], + ['slider_5fmarker_5fwidth_1637',['SLIDER_MARKER_WIDTH',['../imgui_8cpp.html#add618dc9080f5b272f78837c844c933b',1,'imgui.cpp']]], + ['smax_1638',['smax',['../structrcSpan.html#a6bca504828087023719794cce9a5f0ab',1,'rcSpan']]], + ['smin_1639',['smin',['../structrcSpan.html#aba70c34dc95c49c4b3142b7d9ca9d359',1,'rcSpan']]], + ['solid_1640',['solid',['../structRasterizationContext.html#aaba97d97599e77368460046203b516e1',1,'RasterizationContext']]], + ['sortcellsbylevel_1641',['sortCellsByLevel',['../RecastRegion_8cpp.html#a02ba6d0e792550e0ce791fa42ef865d1',1,'RecastRegion.cpp']]], + ['spancount_1642',['spanCount',['../structrcRegion.html#ad9093323ce31904ef59709b0664f31d3',1,'rcRegion::spanCount()'],['../structrcCompactHeightfield.html#a7206a15efe8a9e2a8e28b8c7d89b45bd',1,'rcCompactHeightfield::spanCount()']]], + ['spans_1643',['spans',['../structrcCompactHeightfield.html#a20f5a93095dfd199b0a9baad4127bec3',1,'rcCompactHeightfield::spans()'],['../structrcHeightfield.html#a0fea35ab8365dfcb38c63566abf7f261',1,'rcHeightfield::spans()']]], + ['srecastallocfunc_1644',['sRecastAllocFunc',['../RecastAlloc_8cpp.html#af1b06b448acf4005967583e7dc905a66',1,'RecastAlloc.cpp']]], + ['srecastassertfailfunc_1645',['sRecastAssertFailFunc',['../RecastAssert_8cpp.html#a2040287091fff4c9733a932d37f978b7',1,'RecastAssert.cpp']]], + ['srecastfreefunc_1646',['sRecastFreeFunc',['../RecastAlloc_8cpp.html#a64d9d48dc6a273593cf8034ab2e303de',1,'RecastAlloc.cpp']]], + ['startpos_1647',['startPos',['../structdtCrowdAgentAnimation.html#a738a08a7b93b678252680f453e4df851',1,'dtCrowdAgentAnimation']]], + ['starttimer_1648',['startTimer',['../classrcContext.html#a3c8d3035e1046dd8907b10b7d9c8de57',1,'rcContext']]], + ['state_1649',['state',['../structdtNode.html#a9ac33b320a8736d5d8f3f109b1b50bf1',1,'dtNode::state()'],['../structdtCrowdAgent.html#a091dd7851f63dbe00a59b54072152d5f',1,'dtCrowdAgent::state()'],['../structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512',1,'dtTileCacheObstacle::state()']]], + ['stb_5ftruetype_5fimplementation_1650',['STB_TRUETYPE_IMPLEMENTATION',['../imguiRenderGL_8cpp.html#afaa2f2d0d9d6726cfae6da070e736347',1,'imguiRenderGL.cpp']]], + ['stbtt_5ffree_1651',['STBTT_free',['../imguiRenderGL_8cpp.html#ac2d83c500a591ce9b5ff9ca5681caa59',1,'imguiRenderGL.cpp']]], + ['stbtt_5fmalloc_1652',['STBTT_malloc',['../imguiRenderGL_8cpp.html#afe7147641c31bc94935e5711c81087d0',1,'imguiRenderGL.cpp']]], + ['stoptimer_1653',['stopTimer',['../classrcContext.html#a3f7042723b8d99d486575eb3d592af25',1,'rcContext']]], + ['storetilestate_1654',['storeTileState',['../classdtNavMesh.html#a141e01263950382365468ea265f48758',1,'dtNavMesh']]], + ['subdivide_1655',['subdivide',['../DetourNavMeshBuilder_8cpp.html#a95ba365676cad314741a13f58b6b0eba',1,'subdivide(BVItem *items, int nitems, int imin, int imax, int &curNode, dtBVNode *nodes): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#af34b40e9f943704bcaa0d14f83fe8d8e',1,'subdivide(BoundsItem *items, int nitems, int imin, int imax, int trisPerChunk, int &curNode, rcChunkyTriMeshNode *nodes, const int maxNodes, int &curTri, int *outTris, const int *inTris): ChunkyTriMesh.cpp']]], + ['swap_1656',['swap',['../classrcVectorBase.html#aea266b993082cb53732f617600378dde',1,'rcVectorBase']]], + ['sweepcirclecircle_1657',['sweepCircleCircle',['../DetourObstacleAvoidance_8cpp.html#a07a96536185de3b5b7e8aae361ac70a9',1,'DetourObstacleAvoidance.cpp']]] ]; diff --git a/search/all_11.js b/search/all_11.js index b57f3f46..f549a037 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -1,62 +1,62 @@ var searchData= [ - ['t_1659',['t',['../structdtRaycastHit.html#a890c2216ded62ca0932cd6ee27cc7ea9',1,'dtRaycastHit::t()'],['../structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e',1,'dtCrowdAgentAnimation::t()']]], - ['targetpathqref_1660',['targetPathqRef',['../structdtCrowdAgent.html#a1e0f72d182c9cf391300840ab293976e',1,'dtCrowdAgent']]], - ['targetpos_1661',['targetPos',['../structdtCrowdAgent.html#a118c511ca6807b818da75bcd320fb21f',1,'dtCrowdAgent']]], - ['targetref_1662',['targetRef',['../structdtCrowdAgent.html#a0f33325c1c0bc4050eefe2e0690f84c6',1,'dtCrowdAgent']]], - ['targetreplan_1663',['targetReplan',['../structdtCrowdAgent.html#a6300c91130b2690ac64e327e8909d2c8',1,'dtCrowdAgent']]], - ['targetreplantime_1664',['targetReplanTime',['../structdtCrowdAgent.html#a58585d67fe18e987898f2d42405608b4',1,'dtCrowdAgent']]], - ['targetstate_1665',['targetState',['../structdtCrowdAgent.html#a221a6da715a7e67bbe39e8263ed39948',1,'dtCrowdAgent']]], - ['temp_5fcoord_5fcount_1666',['TEMP_COORD_COUNT',['../imguiRenderGL_8cpp.html#ae718683d9ce63c75123ec0c2305c006b',1,'imguiRenderGL.cpp']]], - ['tempobstaclecreatetool_1667',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html',1,'TempObstacleCreateTool'],['../classTempObstacleCreateTool.html#addc423c98712dd4a0efb01fc231d66b3',1,'TempObstacleCreateTool::TempObstacleCreateTool()']]], - ['tempobstaclehilighttool_1668',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html',1,'TempObstacleHilightTool'],['../classTempObstacleHilightTool.html#a784ace19a383584d3754d81733fb25db',1,'TempObstacleHilightTool::TempObstacleHilightTool()']]], - ['testcase_1669',['TestCase',['../classTestCase.html',1,'TestCase'],['../classTestCase.html#ac62aa15cb45a40bdc0b9a1c6554c7e0a',1,'TestCase::TestCase()']]], - ['testcase_2ecpp_1670',['TestCase.cpp',['../TestCase_8cpp.html',1,'']]], - ['testcase_2eh_1671',['TestCase.h',['../TestCase_8h.html',1,'']]], - ['text_1672',['text',['../structimguiGfxText.html#a46d1f241b44a57cfc99607b81e97f5b5',1,'imguiGfxText::text()'],['../structimguiGfxCmd.html#aa97c4773b8fc18c02f64d6db0e555d56',1,'imguiGfxCmd::text()']]], - ['text_5fheight_1673',['TEXT_HEIGHT',['../imgui_8cpp.html#aba34c2b3d4cfdc352d28fde0d1ca54cd',1,'imgui.cpp']]], - ['text_5fpool_5fsize_1674',['TEXT_POOL_SIZE',['../imgui_8cpp.html#aef2d6f9e49bc61336d50b80f94138977',1,'imgui.cpp']]], - ['texture_1675',['texture',['../structduDebugDraw.html#afd70102a49177ea8068508139c8cdb1e',1,'duDebugDraw::texture()'],['../classDebugDrawGL.html#ad51f99f7707ed09bc19623cd31e9881c',1,'DebugDrawGL::texture()']]], - ['tilecachedata_1676',['TileCacheData',['../structTileCacheData.html',1,'']]], - ['tilecacheset_5fmagic_1677',['TILECACHESET_MAGIC',['../Sample__TempObstacles_8cpp.html#a877a1485eecb109f3d6431356bf30e94',1,'Sample_TempObstacles.cpp']]], - ['tilecacheset_5fversion_1678',['TILECACHESET_VERSION',['../Sample__TempObstacles_8cpp.html#a95caba88445c1ffa1faa5c9b931aba69',1,'Sample_TempObstacles.cpp']]], - ['tilecachesetheader_1679',['TileCacheSetHeader',['../structTileCacheSetHeader.html',1,'']]], - ['tilecachetileheader_1680',['TileCacheTileHeader',['../structTileCacheTileHeader.html',1,'']]], - ['tileheight_1681',['tileHeight',['../structdtNavMeshParams.html#acca8c83bab38cd8c7da8f10103e2c45a',1,'dtNavMeshParams']]], - ['tilelayer_1682',['tileLayer',['../structdtNavMeshCreateParams.html#a537e0bee7d1ddf992dc540d46fa337de',1,'dtNavMeshCreateParams']]], - ['tileref_1683',['tileRef',['../structNavMeshTileHeader.html#a8e3d1a3dfbc6517021c1bc5c796ac1d1',1,'NavMeshTileHeader::tileRef()'],['../structTileCacheTileHeader.html#aee23884943ee90ca7fcbe553ca064734',1,'TileCacheTileHeader::tileRef()']]], - ['tiles_1684',['tiles',['../structRasterizationContext.html#aec39fae70c6dc870ea044eb2c8bf6c05',1,'RasterizationContext']]], - ['tilesize_1685',['tileSize',['../structrcConfig.html#ac011c6166e1c722dd07427a7c301a601',1,'rcConfig::tileSize()'],['../structBuildSettings.html#ab0fdeb8745ad42637b9c4159d5d0b673',1,'BuildSettings::tileSize()']]], - ['tilewidth_1686',['tileWidth',['../structdtNavMeshParams.html#a53836f7c15d5e483209e01e9e1386e7e',1,'dtNavMeshParams']]], - ['tilex_1687',['tileX',['../structdtNavMeshCreateParams.html#ac3cd5e08f533bfd9767f70dd02f1cb33',1,'dtNavMeshCreateParams']]], - ['tiley_1688',['tileY',['../structdtNavMeshCreateParams.html#afc178088f515787cc8dec214559358e9',1,'dtNavMeshCreateParams']]], - ['timeval_1689',['TimeVal',['../PerfTimer_8h.html#a2036838e11aa9bd864a72295e6017d52',1,'PerfTimer.h']]], - ['tlayer_1690',['tlayer',['../structdtTileCacheLayerHeader.html#a73bd5f743faae4a1c485835d97fb7fc1',1,'dtTileCacheLayerHeader']]], - ['tmax_1691',['tmax',['../structdtSegInterval.html#a4463687b08087da04f076ec79beb5c03',1,'dtSegInterval::tmax()'],['../structdtCrowdAgentAnimation.html#a6895f4df2e560189e66fac03ca02e2ba',1,'dtCrowdAgentAnimation::tmax()']]], - ['tmin_1692',['tmin',['../structdtSegInterval.html#a93cb86ab8a97836ee145bb03bab7ed89',1,'dtSegInterval']]], - ['tool_5fconvex_5fvolume_1693',['TOOL_CONVEX_VOLUME',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0a31d2fb717946c688d04888a81c2063',1,'Sample.h']]], - ['tool_5fcrowd_1694',['TOOL_CROWD',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba2c02ab36128a429e63f30ac3beea2a12',1,'Sample.h']]], - ['tool_5fnavmesh_5fprune_1695',['TOOL_NAVMESH_PRUNE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba23046ac29087338ff7e8b24cc1778fef',1,'Sample.h']]], - ['tool_5fnavmesh_5ftester_1696',['TOOL_NAVMESH_TESTER',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0b913f987aa3e318b76065cfa4985815',1,'Sample.h']]], - ['tool_5fnone_1697',['TOOL_NONE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baea1b4490f1a21f7bd637324c9a46474e',1,'Sample.h']]], - ['tool_5foffmesh_5fconnection_1698',['TOOL_OFFMESH_CONNECTION',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0c30e9d3ebdeca5bddecc218dc342b98',1,'Sample.h']]], - ['tool_5ftemp_5fobstacle_1699',['TOOL_TEMP_OBSTACLE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba5b84b6b324182b6d84255bf90ba84468',1,'Sample.h']]], - ['tool_5ftile_5fedit_1700',['TOOL_TILE_EDIT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba3cf3ab9c4ec7c40ff509f7eaab437d1b',1,'Sample.h']]], - ['tool_5ftile_5fhighlight_1701',['TOOL_TILE_HIGHLIGHT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba9657bb5c075ec7d34b297a657ce25d74',1,'Sample.h']]], - ['top_1702',['top',['../classdtNodeQueue.html#ad76eefdf18096e14f67c579c20a506af',1,'dtNodeQueue::top()'],['../structLinearAllocator.html#a3f04785ab8a03ae9be0042d3c5eb059e',1,'LinearAllocator::top()']]], - ['topologyopttime_1703',['topologyOptTime',['../structdtCrowdAgent.html#a6c9330e499ceb3df18e047130a29f8f8',1,'dtCrowdAgent']]], - ['total_1704',['total',['../structdtNode.html#aed27a8d0170505d1dba0cd3201bc6536',1,'dtNode']]], - ['touch_1705',['touch',['../structdtObstacleSegment.html#a26ef06bc8db4ec6ceac546dd4d34da83',1,'dtObstacleSegment']]], - ['touched_1706',['touched',['../structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6',1,'dtTileCacheObstacle']]], - ['triangulate_1707',['triangulate',['../RecastMesh_8cpp.html#af19401e5d7d90391fe30c6d31de5a533',1,'triangulate(int n, const int *verts, int *indices, int *tris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a152104956c5f847255758c0ef53945ef',1,'triangulate(int n, const unsigned char *verts, unsigned short *indices, unsigned short *tris): DetourTileCacheBuilder.cpp']]], - ['triangulatehull_1708',['triangulateHull',['../RecastMeshDetail_8cpp.html#a82563f9d527bf5df7f89dd1bb60903c4',1,'RecastMeshDetail.cpp']]], - ['triareas_1709',['triareas',['../structRasterizationContext.html#a7ddb6987ff79542ff58f837ee02fea9e',1,'RasterizationContext']]], - ['tribase_1710',['triBase',['../structdtPolyDetail.html#aaccd8de89ab39454558ce4bfe6230c98',1,'dtPolyDetail']]], - ['tricount_1711',['triCount',['../structdtPolyDetail.html#aef53174e1c31d4304bc07da5d677528c',1,'dtPolyDetail']]], - ['triminvalidpath_1712',['trimInvalidPath',['../classdtPathCorridor.html#a5ed6daf1e663f2b0a854794e431514c8',1,'dtPathCorridor']]], - ['tris_1713',['tris',['../structrcPolyMeshDetail.html#a05e186a92fad184179c726debb033979',1,'rcPolyMeshDetail::tris()'],['../structrcChunkyTriMesh.html#a1bfb682902d948da8e2f1f575f22dba1',1,'rcChunkyTriMesh::tris()']]], - ['tween_1714',['tween',['../DetourCrowd_8cpp.html#a41b93b1d9ae7dc1511fbee39032e4e9a',1,'DetourCrowd.cpp']]], - ['tx_1715',['tx',['../structdtTileCacheLayerHeader.html#a24118e3ecc122ac7685cf9636cced948',1,'dtTileCacheLayerHeader']]], - ['ty_1716',['ty',['../structdtTileCacheLayerHeader.html#a020f2fc8488811b19c7d1c70f854bee9',1,'dtTileCacheLayerHeader']]], - ['type_1717',['type',['../classNavMeshTesterTool.html#a209af8804c52d9f3dbce40ab69028483',1,'NavMeshTesterTool::type()'],['../structdtTileCacheObstacle.html#af4848c786f8c2e4d9d182df72e333058',1,'dtTileCacheObstacle::type()'],['../structimguiGfxCmd.html#a3508ea30366854eae1909484cc179338',1,'imguiGfxCmd::type()'],['../classConvexVolumeTool.html#abb88ba3138d3e187b32e94dcf9874aeb',1,'ConvexVolumeTool::type()'],['../classCrowdTool.html#a5b7f620a8f1f319990286c12a4ce2e2d',1,'CrowdTool::type()'],['../classNavMeshPruneTool.html#a68059436d7e4b5118949d5d7f8204af8',1,'NavMeshPruneTool::type()'],['../classNavMeshTileTool.html#a55d28798b522df9956f914c1b9677cf0',1,'NavMeshTileTool::type()'],['../classTempObstacleCreateTool.html#ac7a7b02c2f0972842b0e20276217c1eb',1,'TempObstacleCreateTool::type()'],['../classTempObstacleHilightTool.html#ac3ba6c36507d2caa8835f9420a6470f6',1,'TempObstacleHilightTool::type()'],['../structSampleTool.html#a45b4ac6ce6d23449eb7c7ff3d0f1fdc5',1,'SampleTool::type()'],['../classOffMeshConnectionTool.html#a738515bc57b034ff5ed4d1d0721984da',1,'OffMeshConnectionTool::type()']]] + ['t_1658',['t',['../structdtRaycastHit.html#a890c2216ded62ca0932cd6ee27cc7ea9',1,'dtRaycastHit::t()'],['../structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e',1,'dtCrowdAgentAnimation::t()']]], + ['targetpathqref_1659',['targetPathqRef',['../structdtCrowdAgent.html#a1e0f72d182c9cf391300840ab293976e',1,'dtCrowdAgent']]], + ['targetpos_1660',['targetPos',['../structdtCrowdAgent.html#a118c511ca6807b818da75bcd320fb21f',1,'dtCrowdAgent']]], + ['targetref_1661',['targetRef',['../structdtCrowdAgent.html#a0f33325c1c0bc4050eefe2e0690f84c6',1,'dtCrowdAgent']]], + ['targetreplan_1662',['targetReplan',['../structdtCrowdAgent.html#a6300c91130b2690ac64e327e8909d2c8',1,'dtCrowdAgent']]], + ['targetreplantime_1663',['targetReplanTime',['../structdtCrowdAgent.html#a58585d67fe18e987898f2d42405608b4',1,'dtCrowdAgent']]], + ['targetstate_1664',['targetState',['../structdtCrowdAgent.html#a221a6da715a7e67bbe39e8263ed39948',1,'dtCrowdAgent']]], + ['temp_5fcoord_5fcount_1665',['TEMP_COORD_COUNT',['../imguiRenderGL_8cpp.html#ae718683d9ce63c75123ec0c2305c006b',1,'imguiRenderGL.cpp']]], + ['tempobstaclecreatetool_1666',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html',1,'TempObstacleCreateTool'],['../classTempObstacleCreateTool.html#addc423c98712dd4a0efb01fc231d66b3',1,'TempObstacleCreateTool::TempObstacleCreateTool()']]], + ['tempobstaclehilighttool_1667',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html',1,'TempObstacleHilightTool'],['../classTempObstacleHilightTool.html#a784ace19a383584d3754d81733fb25db',1,'TempObstacleHilightTool::TempObstacleHilightTool()']]], + ['testcase_1668',['TestCase',['../classTestCase.html',1,'TestCase'],['../classTestCase.html#ac62aa15cb45a40bdc0b9a1c6554c7e0a',1,'TestCase::TestCase()']]], + ['testcase_2ecpp_1669',['TestCase.cpp',['../TestCase_8cpp.html',1,'']]], + ['testcase_2eh_1670',['TestCase.h',['../TestCase_8h.html',1,'']]], + ['text_1671',['text',['../structimguiGfxText.html#a46d1f241b44a57cfc99607b81e97f5b5',1,'imguiGfxText::text()'],['../structimguiGfxCmd.html#aa97c4773b8fc18c02f64d6db0e555d56',1,'imguiGfxCmd::text()']]], + ['text_5fheight_1672',['TEXT_HEIGHT',['../imgui_8cpp.html#aba34c2b3d4cfdc352d28fde0d1ca54cd',1,'imgui.cpp']]], + ['text_5fpool_5fsize_1673',['TEXT_POOL_SIZE',['../imgui_8cpp.html#aef2d6f9e49bc61336d50b80f94138977',1,'imgui.cpp']]], + ['texture_1674',['texture',['../structduDebugDraw.html#afd70102a49177ea8068508139c8cdb1e',1,'duDebugDraw::texture()'],['../classDebugDrawGL.html#ad51f99f7707ed09bc19623cd31e9881c',1,'DebugDrawGL::texture()']]], + ['tilecachedata_1675',['TileCacheData',['../structTileCacheData.html',1,'']]], + ['tilecacheset_5fmagic_1676',['TILECACHESET_MAGIC',['../Sample__TempObstacles_8cpp.html#a877a1485eecb109f3d6431356bf30e94',1,'Sample_TempObstacles.cpp']]], + ['tilecacheset_5fversion_1677',['TILECACHESET_VERSION',['../Sample__TempObstacles_8cpp.html#a95caba88445c1ffa1faa5c9b931aba69',1,'Sample_TempObstacles.cpp']]], + ['tilecachesetheader_1678',['TileCacheSetHeader',['../structTileCacheSetHeader.html',1,'']]], + ['tilecachetileheader_1679',['TileCacheTileHeader',['../structTileCacheTileHeader.html',1,'']]], + ['tileheight_1680',['tileHeight',['../structdtNavMeshParams.html#acca8c83bab38cd8c7da8f10103e2c45a',1,'dtNavMeshParams']]], + ['tilelayer_1681',['tileLayer',['../structdtNavMeshCreateParams.html#a537e0bee7d1ddf992dc540d46fa337de',1,'dtNavMeshCreateParams']]], + ['tileref_1682',['tileRef',['../structNavMeshTileHeader.html#a8e3d1a3dfbc6517021c1bc5c796ac1d1',1,'NavMeshTileHeader::tileRef()'],['../structTileCacheTileHeader.html#aee23884943ee90ca7fcbe553ca064734',1,'TileCacheTileHeader::tileRef()']]], + ['tiles_1683',['tiles',['../structRasterizationContext.html#aec39fae70c6dc870ea044eb2c8bf6c05',1,'RasterizationContext']]], + ['tilesize_1684',['tileSize',['../structrcConfig.html#ac011c6166e1c722dd07427a7c301a601',1,'rcConfig::tileSize()'],['../structBuildSettings.html#ab0fdeb8745ad42637b9c4159d5d0b673',1,'BuildSettings::tileSize()']]], + ['tilewidth_1685',['tileWidth',['../structdtNavMeshParams.html#a53836f7c15d5e483209e01e9e1386e7e',1,'dtNavMeshParams']]], + ['tilex_1686',['tileX',['../structdtNavMeshCreateParams.html#ac3cd5e08f533bfd9767f70dd02f1cb33',1,'dtNavMeshCreateParams']]], + ['tiley_1687',['tileY',['../structdtNavMeshCreateParams.html#afc178088f515787cc8dec214559358e9',1,'dtNavMeshCreateParams']]], + ['timeval_1688',['TimeVal',['../PerfTimer_8h.html#a2036838e11aa9bd864a72295e6017d52',1,'PerfTimer.h']]], + ['tlayer_1689',['tlayer',['../structdtTileCacheLayerHeader.html#a73bd5f743faae4a1c485835d97fb7fc1',1,'dtTileCacheLayerHeader']]], + ['tmax_1690',['tmax',['../structdtSegInterval.html#a4463687b08087da04f076ec79beb5c03',1,'dtSegInterval::tmax()'],['../structdtCrowdAgentAnimation.html#a6895f4df2e560189e66fac03ca02e2ba',1,'dtCrowdAgentAnimation::tmax()']]], + ['tmin_1691',['tmin',['../structdtSegInterval.html#a93cb86ab8a97836ee145bb03bab7ed89',1,'dtSegInterval']]], + ['tool_5fconvex_5fvolume_1692',['TOOL_CONVEX_VOLUME',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0a31d2fb717946c688d04888a81c2063',1,'Sample.h']]], + ['tool_5fcrowd_1693',['TOOL_CROWD',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba2c02ab36128a429e63f30ac3beea2a12',1,'Sample.h']]], + ['tool_5fnavmesh_5fprune_1694',['TOOL_NAVMESH_PRUNE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba23046ac29087338ff7e8b24cc1778fef',1,'Sample.h']]], + ['tool_5fnavmesh_5ftester_1695',['TOOL_NAVMESH_TESTER',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0b913f987aa3e318b76065cfa4985815',1,'Sample.h']]], + ['tool_5fnone_1696',['TOOL_NONE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baea1b4490f1a21f7bd637324c9a46474e',1,'Sample.h']]], + ['tool_5foffmesh_5fconnection_1697',['TOOL_OFFMESH_CONNECTION',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0c30e9d3ebdeca5bddecc218dc342b98',1,'Sample.h']]], + ['tool_5ftemp_5fobstacle_1698',['TOOL_TEMP_OBSTACLE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba5b84b6b324182b6d84255bf90ba84468',1,'Sample.h']]], + ['tool_5ftile_5fedit_1699',['TOOL_TILE_EDIT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba3cf3ab9c4ec7c40ff509f7eaab437d1b',1,'Sample.h']]], + ['tool_5ftile_5fhighlight_1700',['TOOL_TILE_HIGHLIGHT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba9657bb5c075ec7d34b297a657ce25d74',1,'Sample.h']]], + ['top_1701',['top',['../classdtNodeQueue.html#ad76eefdf18096e14f67c579c20a506af',1,'dtNodeQueue::top()'],['../structLinearAllocator.html#a3f04785ab8a03ae9be0042d3c5eb059e',1,'LinearAllocator::top()']]], + ['topologyopttime_1702',['topologyOptTime',['../structdtCrowdAgent.html#a6c9330e499ceb3df18e047130a29f8f8',1,'dtCrowdAgent']]], + ['total_1703',['total',['../structdtNode.html#aed27a8d0170505d1dba0cd3201bc6536',1,'dtNode']]], + ['touch_1704',['touch',['../structdtObstacleSegment.html#a26ef06bc8db4ec6ceac546dd4d34da83',1,'dtObstacleSegment']]], + ['touched_1705',['touched',['../structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6',1,'dtTileCacheObstacle']]], + ['triangulate_1706',['triangulate',['../RecastMesh_8cpp.html#af19401e5d7d90391fe30c6d31de5a533',1,'triangulate(int n, const int *verts, int *indices, int *tris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a152104956c5f847255758c0ef53945ef',1,'triangulate(int n, const unsigned char *verts, unsigned short *indices, unsigned short *tris): DetourTileCacheBuilder.cpp']]], + ['triangulatehull_1707',['triangulateHull',['../RecastMeshDetail_8cpp.html#a82563f9d527bf5df7f89dd1bb60903c4',1,'RecastMeshDetail.cpp']]], + ['triareas_1708',['triareas',['../structRasterizationContext.html#a7ddb6987ff79542ff58f837ee02fea9e',1,'RasterizationContext']]], + ['tribase_1709',['triBase',['../structdtPolyDetail.html#aaccd8de89ab39454558ce4bfe6230c98',1,'dtPolyDetail']]], + ['tricount_1710',['triCount',['../structdtPolyDetail.html#aef53174e1c31d4304bc07da5d677528c',1,'dtPolyDetail']]], + ['triminvalidpath_1711',['trimInvalidPath',['../classdtPathCorridor.html#a5ed6daf1e663f2b0a854794e431514c8',1,'dtPathCorridor']]], + ['tris_1712',['tris',['../structrcPolyMeshDetail.html#a05e186a92fad184179c726debb033979',1,'rcPolyMeshDetail::tris()'],['../structrcChunkyTriMesh.html#a1bfb682902d948da8e2f1f575f22dba1',1,'rcChunkyTriMesh::tris()']]], + ['tween_1713',['tween',['../DetourCrowd_8cpp.html#a41b93b1d9ae7dc1511fbee39032e4e9a',1,'DetourCrowd.cpp']]], + ['tx_1714',['tx',['../structdtTileCacheLayerHeader.html#a24118e3ecc122ac7685cf9636cced948',1,'dtTileCacheLayerHeader']]], + ['ty_1715',['ty',['../structdtTileCacheLayerHeader.html#a020f2fc8488811b19c7d1c70f854bee9',1,'dtTileCacheLayerHeader']]], + ['type_1716',['type',['../classNavMeshTesterTool.html#a209af8804c52d9f3dbce40ab69028483',1,'NavMeshTesterTool::type()'],['../structdtTileCacheObstacle.html#af4848c786f8c2e4d9d182df72e333058',1,'dtTileCacheObstacle::type()'],['../structimguiGfxCmd.html#a3508ea30366854eae1909484cc179338',1,'imguiGfxCmd::type()'],['../classConvexVolumeTool.html#abb88ba3138d3e187b32e94dcf9874aeb',1,'ConvexVolumeTool::type()'],['../classCrowdTool.html#a5b7f620a8f1f319990286c12a4ce2e2d',1,'CrowdTool::type()'],['../classNavMeshPruneTool.html#a68059436d7e4b5118949d5d7f8204af8',1,'NavMeshPruneTool::type()'],['../classNavMeshTileTool.html#a55d28798b522df9956f914c1b9677cf0',1,'NavMeshTileTool::type()'],['../classTempObstacleCreateTool.html#ac7a7b02c2f0972842b0e20276217c1eb',1,'TempObstacleCreateTool::type()'],['../classTempObstacleHilightTool.html#ac3ba6c36507d2caa8835f9420a6470f6',1,'TempObstacleHilightTool::type()'],['../structSampleTool.html#a45b4ac6ce6d23449eb7c7ff3d0f1fdc5',1,'SampleTool::type()'],['../classOffMeshConnectionTool.html#a738515bc57b034ff5ed4d1d0721984da',1,'OffMeshConnectionTool::type()']]] ]; diff --git a/search/all_12.js b/search/all_12.js index cbd012c5..63321c17 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -1,17 +1,17 @@ var searchData= [ - ['uleft_1718',['uleft',['../RecastMesh_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): DetourTileCacheBuilder.cpp']]], - ['units_1719',['units',['../structGraphParams.html#ae85fabe02151892f17d6a1bddf4c79a9',1,'GraphParams']]], - ['update_1720',['update',['../classdtCrowd.html#ae3f041e335ca87c323e7340e73113919',1,'dtCrowd::update()'],['../classdtLocalBoundary.html#a270ef7f2e72520df6bd5c3a0e6b9a869',1,'dtLocalBoundary::update()'],['../classdtPathQueue.html#ab28e659d2db86d9f5d5246811cb08da0',1,'dtPathQueue::update()'],['../classdtTileCache.html#a93f931ad563e5cadcc389acdffd4892e',1,'dtTileCache::update()']]], - ['updateagentparameters_1721',['updateAgentParameters',['../classdtCrowd.html#a6ed4aa0026c21593daa9ea12c71f84c2',1,'dtCrowd']]], - ['updateagentparams_1722',['updateAgentParams',['../classCrowdToolState.html#a6054eb8441ec36876cbd2354b9c9957a',1,'CrowdToolState']]], - ['updateflags_1723',['updateFlags',['../structdtCrowdAgentParams.html#a7066a4477bbfa53fc1c983e17aa3e5ae',1,'dtCrowdAgentParams']]], - ['updateflags_1724',['UpdateFlags',['../group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f',1,'DetourCrowd.h']]], - ['updateinput_1725',['updateInput',['../imgui_8cpp.html#a5cd0710bb09b88cad4cb053553d5bc24',1,'imgui.cpp']]], - ['updateleftface_1726',['updateLeftFace',['../RecastMeshDetail_8cpp.html#a0e67f4996b610668123b58620dae5a4f',1,'RecastMeshDetail.cpp']]], - ['updateslicedfindpath_1727',['updateSlicedFindPath',['../classdtNavMeshQuery.html#aa0c147e3da7fd0b59342da0fc456afc7',1,'dtNavMeshQuery']]], - ['updatetick_1728',['updateTick',['../classCrowdToolState.html#a57ac46cd3a33bd91e3e2280d03fb30d7',1,'CrowdToolState']]], - ['updatetoolstates_1729',['updateToolStates',['../classSample.html#a6b8f01c0007622ce86b236c283ea5ae4',1,'Sample']]], - ['userdata_1730',['userData',['../structdtCrowdAgentParams.html#a22dd9c496ce4404b8e2a836a14a01281',1,'dtCrowdAgentParams']]], - ['userid_1731',['userId',['../structdtMeshHeader.html#a12351c24b7a9fc6456353c22960b6769',1,'dtMeshHeader::userId()'],['../structdtNavMeshCreateParams.html#aeb8e8fb9fed1e6f47292f5016f9eee0a',1,'dtNavMeshCreateParams::userId()'],['../structdtOffMeshConnection.html#a157eae33ff9cb301e25f822a9d0b74dc',1,'dtOffMeshConnection::userId()']]] + ['uleft_1717',['uleft',['../RecastMesh_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): DetourTileCacheBuilder.cpp']]], + ['units_1718',['units',['../structGraphParams.html#ae85fabe02151892f17d6a1bddf4c79a9',1,'GraphParams']]], + ['update_1719',['update',['../classdtCrowd.html#ae3f041e335ca87c323e7340e73113919',1,'dtCrowd::update()'],['../classdtLocalBoundary.html#a270ef7f2e72520df6bd5c3a0e6b9a869',1,'dtLocalBoundary::update()'],['../classdtPathQueue.html#ab28e659d2db86d9f5d5246811cb08da0',1,'dtPathQueue::update()'],['../classdtTileCache.html#a93f931ad563e5cadcc389acdffd4892e',1,'dtTileCache::update()']]], + ['updateagentparameters_1720',['updateAgentParameters',['../classdtCrowd.html#a6ed4aa0026c21593daa9ea12c71f84c2',1,'dtCrowd']]], + ['updateagentparams_1721',['updateAgentParams',['../classCrowdToolState.html#a6054eb8441ec36876cbd2354b9c9957a',1,'CrowdToolState']]], + ['updateflags_1722',['updateFlags',['../structdtCrowdAgentParams.html#a7066a4477bbfa53fc1c983e17aa3e5ae',1,'dtCrowdAgentParams']]], + ['updateflags_1723',['UpdateFlags',['../group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f',1,'DetourCrowd.h']]], + ['updateinput_1724',['updateInput',['../imgui_8cpp.html#a5cd0710bb09b88cad4cb053553d5bc24',1,'imgui.cpp']]], + ['updateleftface_1725',['updateLeftFace',['../RecastMeshDetail_8cpp.html#a0e67f4996b610668123b58620dae5a4f',1,'RecastMeshDetail.cpp']]], + ['updateslicedfindpath_1726',['updateSlicedFindPath',['../classdtNavMeshQuery.html#aa0c147e3da7fd0b59342da0fc456afc7',1,'dtNavMeshQuery']]], + ['updatetick_1727',['updateTick',['../classCrowdToolState.html#a57ac46cd3a33bd91e3e2280d03fb30d7',1,'CrowdToolState']]], + ['updatetoolstates_1728',['updateToolStates',['../classSample.html#a6b8f01c0007622ce86b236c283ea5ae4',1,'Sample']]], + ['userdata_1729',['userData',['../structdtCrowdAgentParams.html#a22dd9c496ce4404b8e2a836a14a01281',1,'dtCrowdAgentParams']]], + ['userid_1730',['userId',['../structdtMeshHeader.html#a12351c24b7a9fc6456353c22960b6769',1,'dtMeshHeader::userId()'],['../structdtNavMeshCreateParams.html#aeb8e8fb9fed1e6f47292f5016f9eee0a',1,'dtNavMeshCreateParams::userId()'],['../structdtOffMeshConnection.html#a157eae33ff9cb301e25f822a9d0b74dc',1,'dtOffMeshConnection::userId()']]] ]; diff --git a/search/all_13.js b/search/all_13.js index 7ad3e135..751c4eae 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -1,32 +1,32 @@ var searchData= [ - ['value_5ftype_1732',['value_type',['../classrcVectorBase.html#a9164d8fc0c6eb55bd32b8a31bd857f66',1,'rcVectorBase']]], - ['valuehistory_1733',['ValueHistory',['../classValueHistory.html',1,'ValueHistory'],['../classValueHistory.html#a80604d504ef4e5ae9e39649f5e3ab32e',1,'ValueHistory::ValueHistory()']]], - ['valuehistory_2ecpp_1734',['ValueHistory.cpp',['../ValueHistory_8cpp.html',1,'']]], - ['valuehistory_2eh_1735',['ValueHistory.h',['../ValueHistory_8h.html',1,'']]], - ['vcross_1736',['vcross',['../DebugDraw_8cpp.html#a053fd5d6f9516c4e4e00ba86fcc602f8',1,'DebugDraw.cpp']]], - ['vcross2_1737',['vcross2',['../RecastMeshDetail_8cpp.html#af3f14f4be46b7208b244f15f2f805e17',1,'RecastMeshDetail.cpp']]], - ['vdist2_1738',['vdist2',['../RecastMeshDetail_8cpp.html#a810b0244c7c29dcf5eae04c805318b85',1,'RecastMeshDetail.cpp']]], - ['vdistsq2_1739',['vdistSq2',['../RecastMeshDetail_8cpp.html#a36172d94785e617bbc5f27dad577dadc',1,'RecastMeshDetail.cpp']]], - ['vdistsqr_1740',['vdistSqr',['../DebugDraw_8cpp.html#a4417fb2f20aaaa3e0d8e4a7e20b5cad9',1,'DebugDraw.cpp']]], - ['vdot2_1741',['vdot2',['../RecastMeshDetail_8cpp.html#a0ad602bda2f516b9a847c3b06c2d97fd',1,'RecastMeshDetail.cpp']]], - ['vel_1742',['vel',['../structdtCrowdAgent.html#a488e32669d4ed67a7945db9f79e45dca',1,'dtCrowdAgent::vel()'],['../structdtObstacleCircle.html#a8b044ab90c679b65dc7c326eda19c1e8',1,'dtObstacleCircle::vel()']]], - ['velbias_1743',['velBias',['../structdtObstacleAvoidanceParams.html#aa0f2c37d4f28a77a68df51efa53f10c8',1,'dtObstacleAvoidanceParams']]], - ['vequal_1744',['vequal',['../RecastMesh_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastMesh.cpp'],['../RecastContour_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa4f62c267a38a721dda8c1b1f6c76a9d',1,'vequal(const unsigned char *a, const unsigned char *b): DetourTileCacheBuilder.cpp']]], - ['version_1745',['version',['../structTileCacheSetHeader.html#af3c63745db5ba90ee080f739b3bea50f',1,'TileCacheSetHeader::version()'],['../structNavMeshSetHeader.html#ae824a2a6da1c7026a84cce8d6ffd10f8',1,'NavMeshSetHeader::version()'],['../structdtTileCacheLayerHeader.html#ac568165a80d945c62522408d7f9cdc62',1,'dtTileCacheLayerHeader::version()'],['../structdtTileState.html#ad24ddf11608ec1f0b43f676a2437483f',1,'dtTileState::version()'],['../structdtMeshHeader.html#a22f4453e3e449586b26d71d8153bfb02',1,'dtMeshHeader::version()']]], - ['vert_1746',['vert',['../structrcEdge.html#a7c483c5d52d1caa50d3305c175822bcc',1,'rcEdge::vert()'],['../structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3',1,'rcPotentialDiagonal::vert()']]], - ['vertbase_1747',['vertBase',['../structdtPolyDetail.html#ae3f408c9c8974ccd058a98f781c58801',1,'dtPolyDetail']]], - ['vertcount_1748',['vertCount',['../structdtPolyDetail.html#a2b1473cb6f856126db05a2955fbb2a61',1,'dtPolyDetail::vertCount()'],['../structdtNavMeshCreateParams.html#a5cc3d74f4b38715cb1adf01c7d118c3f',1,'dtNavMeshCreateParams::vertCount()'],['../structdtMeshHeader.html#aad331f09586b0959eeb0826152315b92',1,'dtMeshHeader::vertCount()'],['../structdtPoly.html#af940c431464c022f844e61130f83d9c2',1,'dtPoly::vertCount()']]], - ['vertex_1749',['vertex',['../classDebugDrawGL.html#ae2ea264e176f08445b983ae6e3701639',1,'DebugDrawGL::vertex()'],['../structduDebugDraw.html#a8fac1072846b60be4ce4810c68140ee8',1,'duDebugDraw::vertex(const float *pos, unsigned int color)=0'],['../structduDebugDraw.html#a2af291d6e63081ce1d3f34e1851ae5e0',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color)=0'],['../structduDebugDraw.html#a711146a2e4be2ef9e0d6de7be8c714bc',1,'duDebugDraw::vertex(const float *pos, unsigned int color, const float *uv)=0'],['../structduDebugDraw.html#a0f76c61eb9f274f17c91308c739211eb',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)=0'],['../classduDisplayList.html#af724f7566b2c1c2c09453dc064c6eecf',1,'duDisplayList::vertex(const float x, const float y, const float z, unsigned int color)'],['../classduDisplayList.html#ab4aa562f713485769b68d1989c6e1ec4',1,'duDisplayList::vertex(const float *pos, unsigned int color)'],['../classDebugDrawGL.html#a5c44e91d886860827e4131cea9b03181',1,'DebugDrawGL::vertex(const float *pos, unsigned int color)'],['../classDebugDrawGL.html#a231dbb0906f35a3a3e782ddc04bd2365',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color)'],['../classDebugDrawGL.html#a25db0b2def0f18e5f3c87ce50847ed4f',1,'DebugDrawGL::vertex(const float *pos, unsigned int color, const float *uv)']]], - ['vertex_5fbucket_5fcount_1750',['VERTEX_BUCKET_COUNT',['../RecastMesh_8cpp.html#a3a4e01616a89d8ef01154d9dd46e0ccc',1,'RecastMesh.cpp']]], - ['vertex_5fbucket_5fcount2_1751',['VERTEX_BUCKET_COUNT2',['../DetourTileCacheBuilder_8cpp.html#a4d8910a63cb8f59faec2f3686b365ddb',1,'DetourTileCacheBuilder.cpp']]], - ['verts_1752',['verts',['../structdtMeshTile.html#abee62e6320aff3e2d0cdce239ec2c549',1,'dtMeshTile::verts()'],['../structdtPoly.html#acff94eb19526d33ef3c966b583d1d73f',1,'dtPoly::verts()'],['../structConvexVolume.html#a75b3e7db1ed82a5bd44a495e17ee2e50',1,'ConvexVolume::verts()'],['../structrcPolyMeshDetail.html#a14af552d094aa71551d296f278861806',1,'rcPolyMeshDetail::verts()'],['../structrcPolyMesh.html#ac8cdf528edb57061e975eae22d45c4b7',1,'rcPolyMesh::verts()'],['../structrcContour.html#a71a33a9ba0930586b0c8ba595267d9da',1,'rcContour::verts()'],['../structdtTempContour.html#ac8a3ec52b5e3667c91bfe38ec94d6699',1,'dtTempContour::verts()'],['../structdtTileCachePolyMesh.html#af501feeccdf8389bd7acc47e93984077',1,'dtTileCachePolyMesh::verts()'],['../structdtTileCacheContour.html#a63c3ebf5aec913e13ab12ce7f0cd1daa',1,'dtTileCacheContour::verts()'],['../structdtNavMeshCreateParams.html#a000f1bbb0fbc2dbd9d34e73bcb50ae3f',1,'dtNavMeshCreateParams::verts()']]], - ['vertsperpoly_1753',['vertsPerPoly',['../structBuildSettings.html#a84a1f04954895d4e378f7525266e0cdf',1,'BuildSettings']]], - ['visited_1754',['visited',['../structrcRegion.html#a59b8c8837159f85c1b8f7818976d26ae',1,'rcRegion']]], - ['vmax_1755',['vmax',['../structGraphParams.html#ad6c9f564ebd71765bfd0da26e20549b9',1,'GraphParams']]], - ['vmin_1756',['vmin',['../structGraphParams.html#a97a2e4045e8fef4ec319b1430892254b',1,'GraphParams']]], - ['vnormalize_1757',['vnormalize',['../DebugDraw_8cpp.html#a484d2a62675fb9c02e36ebd5ae9a1409',1,'DebugDraw.cpp']]], - ['vod_1758',['vod',['../structdtCrowdAgentDebugInfo.html#a64bc1afde8e9f8e1f3f42397fde21329',1,'dtCrowdAgentDebugInfo']]], - ['vperpxz_1759',['vperpXZ',['../DetourCommon_8cpp.html#a8c5563632125a8e436ed0dff027370d4',1,'DetourCommon.cpp']]], - ['vsub_1760',['vsub',['../DebugDraw_8cpp.html#a5d1da618860cf741dca5e79581948dc2',1,'DebugDraw.cpp']]] + ['value_5ftype_1731',['value_type',['../classrcVectorBase.html#a9164d8fc0c6eb55bd32b8a31bd857f66',1,'rcVectorBase']]], + ['valuehistory_1732',['ValueHistory',['../classValueHistory.html',1,'ValueHistory'],['../classValueHistory.html#a80604d504ef4e5ae9e39649f5e3ab32e',1,'ValueHistory::ValueHistory()']]], + ['valuehistory_2ecpp_1733',['ValueHistory.cpp',['../ValueHistory_8cpp.html',1,'']]], + ['valuehistory_2eh_1734',['ValueHistory.h',['../ValueHistory_8h.html',1,'']]], + ['vcross_1735',['vcross',['../DebugDraw_8cpp.html#a053fd5d6f9516c4e4e00ba86fcc602f8',1,'DebugDraw.cpp']]], + ['vcross2_1736',['vcross2',['../RecastMeshDetail_8cpp.html#af3f14f4be46b7208b244f15f2f805e17',1,'RecastMeshDetail.cpp']]], + ['vdist2_1737',['vdist2',['../RecastMeshDetail_8cpp.html#a810b0244c7c29dcf5eae04c805318b85',1,'RecastMeshDetail.cpp']]], + ['vdistsq2_1738',['vdistSq2',['../RecastMeshDetail_8cpp.html#a36172d94785e617bbc5f27dad577dadc',1,'RecastMeshDetail.cpp']]], + ['vdistsqr_1739',['vdistSqr',['../DebugDraw_8cpp.html#a4417fb2f20aaaa3e0d8e4a7e20b5cad9',1,'DebugDraw.cpp']]], + ['vdot2_1740',['vdot2',['../RecastMeshDetail_8cpp.html#a0ad602bda2f516b9a847c3b06c2d97fd',1,'RecastMeshDetail.cpp']]], + ['vel_1741',['vel',['../structdtCrowdAgent.html#a488e32669d4ed67a7945db9f79e45dca',1,'dtCrowdAgent::vel()'],['../structdtObstacleCircle.html#a8b044ab90c679b65dc7c326eda19c1e8',1,'dtObstacleCircle::vel()']]], + ['velbias_1742',['velBias',['../structdtObstacleAvoidanceParams.html#aa0f2c37d4f28a77a68df51efa53f10c8',1,'dtObstacleAvoidanceParams']]], + ['vequal_1743',['vequal',['../RecastMesh_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastMesh.cpp'],['../RecastContour_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa4f62c267a38a721dda8c1b1f6c76a9d',1,'vequal(const unsigned char *a, const unsigned char *b): DetourTileCacheBuilder.cpp']]], + ['version_1744',['version',['../structTileCacheSetHeader.html#af3c63745db5ba90ee080f739b3bea50f',1,'TileCacheSetHeader::version()'],['../structNavMeshSetHeader.html#ae824a2a6da1c7026a84cce8d6ffd10f8',1,'NavMeshSetHeader::version()'],['../structdtTileCacheLayerHeader.html#ac568165a80d945c62522408d7f9cdc62',1,'dtTileCacheLayerHeader::version()'],['../structdtTileState.html#ad24ddf11608ec1f0b43f676a2437483f',1,'dtTileState::version()'],['../structdtMeshHeader.html#a22f4453e3e449586b26d71d8153bfb02',1,'dtMeshHeader::version()']]], + ['vert_1745',['vert',['../structrcEdge.html#a7c483c5d52d1caa50d3305c175822bcc',1,'rcEdge::vert()'],['../structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3',1,'rcPotentialDiagonal::vert()']]], + ['vertbase_1746',['vertBase',['../structdtPolyDetail.html#ae3f408c9c8974ccd058a98f781c58801',1,'dtPolyDetail']]], + ['vertcount_1747',['vertCount',['../structdtPolyDetail.html#a2b1473cb6f856126db05a2955fbb2a61',1,'dtPolyDetail::vertCount()'],['../structdtNavMeshCreateParams.html#a5cc3d74f4b38715cb1adf01c7d118c3f',1,'dtNavMeshCreateParams::vertCount()'],['../structdtMeshHeader.html#aad331f09586b0959eeb0826152315b92',1,'dtMeshHeader::vertCount()'],['../structdtPoly.html#af940c431464c022f844e61130f83d9c2',1,'dtPoly::vertCount()']]], + ['vertex_1748',['vertex',['../classDebugDrawGL.html#ae2ea264e176f08445b983ae6e3701639',1,'DebugDrawGL::vertex()'],['../structduDebugDraw.html#a8fac1072846b60be4ce4810c68140ee8',1,'duDebugDraw::vertex(const float *pos, unsigned int color)=0'],['../structduDebugDraw.html#a2af291d6e63081ce1d3f34e1851ae5e0',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color)=0'],['../structduDebugDraw.html#a711146a2e4be2ef9e0d6de7be8c714bc',1,'duDebugDraw::vertex(const float *pos, unsigned int color, const float *uv)=0'],['../structduDebugDraw.html#a0f76c61eb9f274f17c91308c739211eb',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)=0'],['../classduDisplayList.html#af724f7566b2c1c2c09453dc064c6eecf',1,'duDisplayList::vertex(const float x, const float y, const float z, unsigned int color)'],['../classduDisplayList.html#ab4aa562f713485769b68d1989c6e1ec4',1,'duDisplayList::vertex(const float *pos, unsigned int color)'],['../classDebugDrawGL.html#a5c44e91d886860827e4131cea9b03181',1,'DebugDrawGL::vertex(const float *pos, unsigned int color)'],['../classDebugDrawGL.html#a231dbb0906f35a3a3e782ddc04bd2365',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color)'],['../classDebugDrawGL.html#a25db0b2def0f18e5f3c87ce50847ed4f',1,'DebugDrawGL::vertex(const float *pos, unsigned int color, const float *uv)']]], + ['vertex_5fbucket_5fcount_1749',['VERTEX_BUCKET_COUNT',['../RecastMesh_8cpp.html#a3a4e01616a89d8ef01154d9dd46e0ccc',1,'RecastMesh.cpp']]], + ['vertex_5fbucket_5fcount2_1750',['VERTEX_BUCKET_COUNT2',['../DetourTileCacheBuilder_8cpp.html#a4d8910a63cb8f59faec2f3686b365ddb',1,'DetourTileCacheBuilder.cpp']]], + ['verts_1751',['verts',['../structdtMeshTile.html#abee62e6320aff3e2d0cdce239ec2c549',1,'dtMeshTile::verts()'],['../structdtPoly.html#acff94eb19526d33ef3c966b583d1d73f',1,'dtPoly::verts()'],['../structConvexVolume.html#a75b3e7db1ed82a5bd44a495e17ee2e50',1,'ConvexVolume::verts()'],['../structrcPolyMeshDetail.html#a14af552d094aa71551d296f278861806',1,'rcPolyMeshDetail::verts()'],['../structrcPolyMesh.html#ac8cdf528edb57061e975eae22d45c4b7',1,'rcPolyMesh::verts()'],['../structrcContour.html#a71a33a9ba0930586b0c8ba595267d9da',1,'rcContour::verts()'],['../structdtTempContour.html#ac8a3ec52b5e3667c91bfe38ec94d6699',1,'dtTempContour::verts()'],['../structdtTileCachePolyMesh.html#af501feeccdf8389bd7acc47e93984077',1,'dtTileCachePolyMesh::verts()'],['../structdtTileCacheContour.html#a63c3ebf5aec913e13ab12ce7f0cd1daa',1,'dtTileCacheContour::verts()'],['../structdtNavMeshCreateParams.html#a000f1bbb0fbc2dbd9d34e73bcb50ae3f',1,'dtNavMeshCreateParams::verts()']]], + ['vertsperpoly_1752',['vertsPerPoly',['../structBuildSettings.html#a84a1f04954895d4e378f7525266e0cdf',1,'BuildSettings']]], + ['visited_1753',['visited',['../structrcRegion.html#a59b8c8837159f85c1b8f7818976d26ae',1,'rcRegion']]], + ['vmax_1754',['vmax',['../structGraphParams.html#ad6c9f564ebd71765bfd0da26e20549b9',1,'GraphParams']]], + ['vmin_1755',['vmin',['../structGraphParams.html#a97a2e4045e8fef4ec319b1430892254b',1,'GraphParams']]], + ['vnormalize_1756',['vnormalize',['../DebugDraw_8cpp.html#a484d2a62675fb9c02e36ebd5ae9a1409',1,'DebugDraw.cpp']]], + ['vod_1757',['vod',['../structdtCrowdAgentDebugInfo.html#a64bc1afde8e9f8e1f3f42397fde21329',1,'dtCrowdAgentDebugInfo']]], + ['vperpxz_1758',['vperpXZ',['../DetourCommon_8cpp.html#a8c5563632125a8e436ed0dff027370d4',1,'DetourCommon.cpp']]], + ['vsub_1759',['vsub',['../DebugDraw_8cpp.html#a5d1da618860cf741dca5e79581948dc2',1,'DebugDraw.cpp']]] ]; diff --git a/search/all_14.js b/search/all_14.js index 63524bb5..3b0167ae 100644 --- a/search/all_14.js +++ b/search/all_14.js @@ -1,20 +1,20 @@ var searchData= [ - ['w_1761',['w',['../structGraphParams.html#afec1e47c45ff952475f1d2bcae60ba72',1,'GraphParams::w()'],['../structimguiGfxRect.html#aec658995a4c5a20fb2a61abdd98d18b0',1,'imguiGfxRect::w()']]], - ['walkableclimb_1762',['walkableClimb',['../structdtMeshHeader.html#abd05a74e3a83474d0073118059f11273',1,'dtMeshHeader::walkableClimb()'],['../structdtNavMeshCreateParams.html#a2ccf071ca70fe5566ddd2f214bac7779',1,'dtNavMeshCreateParams::walkableClimb()'],['../structdtTileCacheParams.html#a9d83b6704bebc30682a1f2e97d09d1fc',1,'dtTileCacheParams::walkableClimb()'],['../structrcConfig.html#a9b6bbabb4857e3f4bf4428af86ee7673',1,'rcConfig::walkableClimb()'],['../structrcCompactHeightfield.html#ae403555331ef3d2624ca9433226bd683',1,'rcCompactHeightfield::walkableClimb()']]], - ['walkableheight_1763',['walkableHeight',['../structrcConfig.html#a2483649686584b9d696ac00b968dedaa',1,'rcConfig::walkableHeight()'],['../structrcCompactHeightfield.html#a04baed5c41b0e19e525e3136b138dc1a',1,'rcCompactHeightfield::walkableHeight()'],['../structdtTileCacheParams.html#ab9a8b82edf527b2396f778a8b4121f88',1,'dtTileCacheParams::walkableHeight()'],['../structdtNavMeshCreateParams.html#a1d7c8d3ae651371b0ce5acbc19f9221e',1,'dtNavMeshCreateParams::walkableHeight()'],['../structdtMeshHeader.html#a841dd28baa87ecf4a67868d44d212349',1,'dtMeshHeader::walkableHeight()']]], - ['walkableradius_1764',['walkableRadius',['../structdtMeshHeader.html#af46713cd7140c9cea829730c246e146d',1,'dtMeshHeader::walkableRadius()'],['../structdtNavMeshCreateParams.html#a5c467f6297663e0ed82c49d768bc3b12',1,'dtNavMeshCreateParams::walkableRadius()'],['../structdtTileCacheParams.html#ae2c266df6a6a9feb25c3ab7d6aff2616',1,'dtTileCacheParams::walkableRadius()'],['../structrcConfig.html#a57a961a919d76559d6124d60ddf73864',1,'rcConfig::walkableRadius()']]], - ['walkableslopeangle_1765',['walkableSlopeAngle',['../structrcConfig.html#a689373b55bb5fab1d3284b716e972fe0',1,'rcConfig']]], - ['walkcontour_1766',['walkContour',['../RecastRegion_8cpp.html#ad83298fca0661c495cf8316ffac5dd3c',1,'walkContour(int x, int y, int i, int dir, rcCompactHeightfield &chf, const unsigned short *srcReg, rcIntArray &cont): RecastRegion.cpp'],['../RecastContour_8cpp.html#ad5bc73ac319eae14a8b137a1bb4c9778',1,'walkContour(int x, int y, int i, const rcCompactHeightfield &chf, unsigned char *flags, rcIntArray &points): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#a45f592986513acd34a53381dc61c8340',1,'walkContour(dtTileCacheLayer &layer, int x, int y, dtTempContour &cont): DetourTileCacheBuilder.cpp']]], - ['weightcurvel_1767',['weightCurVel',['../structdtObstacleAvoidanceParams.html#af7ec3edc6cae60dd41cc8df169b3ae63',1,'dtObstacleAvoidanceParams']]], - ['weightdesvel_1768',['weightDesVel',['../structdtObstacleAvoidanceParams.html#a5d409ac4b0ab128139caf586f130d079',1,'dtObstacleAvoidanceParams']]], - ['weightside_1769',['weightSide',['../structdtObstacleAvoidanceParams.html#a310499f03a1697ab7c32db9565bf8329',1,'dtObstacleAvoidanceParams']]], - ['weighttoi_1770',['weightToi',['../structdtObstacleAvoidanceParams.html#a7cfb9d5a8b8a3358e95755bd81811c26',1,'dtObstacleAvoidanceParams']]], - ['wentactive_1771',['wentActive',['../structGuiState.html#a781a53ecc27ed89de4b0a425a5452792',1,'GuiState']]], - ['widgetid_1772',['widgetId',['../structGuiState.html#adbb0ec177af2c0beaf4471339952d522',1,'GuiState']]], - ['widgetw_1773',['widgetW',['../structGuiState.html#a41ad9753307581846e18f4c412c65044',1,'GuiState']]], - ['widgetx_1774',['widgetX',['../structGuiState.html#ae5e5321a872b52b30c9582b74d6a45ea',1,'GuiState']]], - ['widgety_1775',['widgetY',['../structGuiState.html#ae30e4fb22d16fa188b02b4ae41c6691b',1,'GuiState']]], - ['width_1776',['width',['../structdtTileCacheParams.html#a0028aaae0c422f2191be3f5f44a06c02',1,'dtTileCacheParams::width()'],['../structdtTileCacheLayerHeader.html#a967e7b1b310ae0a5a90168727c146f4c',1,'dtTileCacheLayerHeader::width()'],['../structrcConfig.html#aa870882b1addeb37535185740838eb32',1,'rcConfig::width()'],['../structrcHeightfield.html#a9dd6e386c167f1537e3c7638f6b9a752',1,'rcHeightfield::width()'],['../structrcCompactHeightfield.html#a98868c1df2523cd724696ed1d223ba13',1,'rcCompactHeightfield::width()'],['../structrcHeightfieldLayer.html#a6904f7a9539c4a5f88c2f134ac7b8649',1,'rcHeightfieldLayer::width()'],['../structrcContourSet.html#af165415f9e2ef3cf446786040864e6d2',1,'rcContourSet::width()'],['../structrcHeightPatch.html#ab26096449132f591083d5355b88953f8',1,'rcHeightPatch::width()']]], - ['write_1777',['write',['../structduFileIO.html#aec33f1c0d1d0d1ec464fc1a5c135cb00',1,'duFileIO::write()'],['../classFileIO.html#aa2ff5f1db6c224a0fa15f3b039a6009d',1,'FileIO::write()']]] + ['w_1760',['w',['../structGraphParams.html#afec1e47c45ff952475f1d2bcae60ba72',1,'GraphParams::w()'],['../structimguiGfxRect.html#aec658995a4c5a20fb2a61abdd98d18b0',1,'imguiGfxRect::w()']]], + ['walkableclimb_1761',['walkableClimb',['../structdtMeshHeader.html#abd05a74e3a83474d0073118059f11273',1,'dtMeshHeader::walkableClimb()'],['../structdtNavMeshCreateParams.html#a2ccf071ca70fe5566ddd2f214bac7779',1,'dtNavMeshCreateParams::walkableClimb()'],['../structdtTileCacheParams.html#a9d83b6704bebc30682a1f2e97d09d1fc',1,'dtTileCacheParams::walkableClimb()'],['../structrcConfig.html#a9b6bbabb4857e3f4bf4428af86ee7673',1,'rcConfig::walkableClimb()'],['../structrcCompactHeightfield.html#ae403555331ef3d2624ca9433226bd683',1,'rcCompactHeightfield::walkableClimb()']]], + ['walkableheight_1762',['walkableHeight',['../structrcConfig.html#a2483649686584b9d696ac00b968dedaa',1,'rcConfig::walkableHeight()'],['../structrcCompactHeightfield.html#a04baed5c41b0e19e525e3136b138dc1a',1,'rcCompactHeightfield::walkableHeight()'],['../structdtTileCacheParams.html#ab9a8b82edf527b2396f778a8b4121f88',1,'dtTileCacheParams::walkableHeight()'],['../structdtNavMeshCreateParams.html#a1d7c8d3ae651371b0ce5acbc19f9221e',1,'dtNavMeshCreateParams::walkableHeight()'],['../structdtMeshHeader.html#a841dd28baa87ecf4a67868d44d212349',1,'dtMeshHeader::walkableHeight()']]], + ['walkableradius_1763',['walkableRadius',['../structdtMeshHeader.html#af46713cd7140c9cea829730c246e146d',1,'dtMeshHeader::walkableRadius()'],['../structdtNavMeshCreateParams.html#a5c467f6297663e0ed82c49d768bc3b12',1,'dtNavMeshCreateParams::walkableRadius()'],['../structdtTileCacheParams.html#ae2c266df6a6a9feb25c3ab7d6aff2616',1,'dtTileCacheParams::walkableRadius()'],['../structrcConfig.html#a57a961a919d76559d6124d60ddf73864',1,'rcConfig::walkableRadius()']]], + ['walkableslopeangle_1764',['walkableSlopeAngle',['../structrcConfig.html#a689373b55bb5fab1d3284b716e972fe0',1,'rcConfig']]], + ['walkcontour_1765',['walkContour',['../RecastRegion_8cpp.html#ad83298fca0661c495cf8316ffac5dd3c',1,'walkContour(int x, int y, int i, int dir, rcCompactHeightfield &chf, const unsigned short *srcReg, rcIntArray &cont): RecastRegion.cpp'],['../RecastContour_8cpp.html#ad5bc73ac319eae14a8b137a1bb4c9778',1,'walkContour(int x, int y, int i, const rcCompactHeightfield &chf, unsigned char *flags, rcIntArray &points): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#a45f592986513acd34a53381dc61c8340',1,'walkContour(dtTileCacheLayer &layer, int x, int y, dtTempContour &cont): DetourTileCacheBuilder.cpp']]], + ['weightcurvel_1766',['weightCurVel',['../structdtObstacleAvoidanceParams.html#af7ec3edc6cae60dd41cc8df169b3ae63',1,'dtObstacleAvoidanceParams']]], + ['weightdesvel_1767',['weightDesVel',['../structdtObstacleAvoidanceParams.html#a5d409ac4b0ab128139caf586f130d079',1,'dtObstacleAvoidanceParams']]], + ['weightside_1768',['weightSide',['../structdtObstacleAvoidanceParams.html#a310499f03a1697ab7c32db9565bf8329',1,'dtObstacleAvoidanceParams']]], + ['weighttoi_1769',['weightToi',['../structdtObstacleAvoidanceParams.html#a7cfb9d5a8b8a3358e95755bd81811c26',1,'dtObstacleAvoidanceParams']]], + ['wentactive_1770',['wentActive',['../structGuiState.html#a781a53ecc27ed89de4b0a425a5452792',1,'GuiState']]], + ['widgetid_1771',['widgetId',['../structGuiState.html#adbb0ec177af2c0beaf4471339952d522',1,'GuiState']]], + ['widgetw_1772',['widgetW',['../structGuiState.html#a41ad9753307581846e18f4c412c65044',1,'GuiState']]], + ['widgetx_1773',['widgetX',['../structGuiState.html#ae5e5321a872b52b30c9582b74d6a45ea',1,'GuiState']]], + ['widgety_1774',['widgetY',['../structGuiState.html#ae30e4fb22d16fa188b02b4ae41c6691b',1,'GuiState']]], + ['width_1775',['width',['../structdtTileCacheParams.html#a0028aaae0c422f2191be3f5f44a06c02',1,'dtTileCacheParams::width()'],['../structdtTileCacheLayerHeader.html#a967e7b1b310ae0a5a90168727c146f4c',1,'dtTileCacheLayerHeader::width()'],['../structrcConfig.html#aa870882b1addeb37535185740838eb32',1,'rcConfig::width()'],['../structrcHeightfield.html#a9dd6e386c167f1537e3c7638f6b9a752',1,'rcHeightfield::width()'],['../structrcCompactHeightfield.html#a98868c1df2523cd724696ed1d223ba13',1,'rcCompactHeightfield::width()'],['../structrcHeightfieldLayer.html#a6904f7a9539c4a5f88c2f134ac7b8649',1,'rcHeightfieldLayer::width()'],['../structrcContourSet.html#af165415f9e2ef3cf446786040864e6d2',1,'rcContourSet::width()'],['../structrcHeightPatch.html#ab26096449132f591083d5355b88953f8',1,'rcHeightPatch::width()']]], + ['write_1776',['write',['../structduFileIO.html#aec33f1c0d1d0d1ec464fc1a5c135cb00',1,'duFileIO::write()'],['../classFileIO.html#aa2ff5f1db6c224a0fa15f3b039a6009d',1,'FileIO::write()']]] ]; diff --git a/search/all_15.js b/search/all_15.js index a1812fac..b21a6c7a 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -1,8 +1,8 @@ var searchData= [ - ['x_1778',['x',['../structdtMeshHeader.html#ae577ca0c9fba95254b699a51483e374c',1,'dtMeshHeader::x()'],['../structimguiGfxRect.html#ab702cb223baf33e949741d5bbc8778dd',1,'imguiGfxRect::x()'],['../structimguiGfxText.html#ad7bf3cc0e24e63d997c335b7a5e15d25',1,'imguiGfxText::x()'],['../structGraphParams.html#ace7d34643e947127db99c65dbbff03e1',1,'GraphParams::x()']]], - ['x0_1779',['x0',['../structimguiGfxLine.html#a77dee23b2e6f3582591b197b157276b4',1,'imguiGfxLine']]], - ['x1_1780',['x1',['../structimguiGfxLine.html#ae3ced14f8ccc697421abfbb8c45a8b9b',1,'imguiGfxLine']]], - ['xmin_1781',['xmin',['../structrcHeightPatch.html#ac8af7bf8fa73d87c84ba155fd48be28a',1,'rcHeightPatch']]], - ['xorb_1782',['xorb',['../DetourTileCacheBuilder_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastContour.cpp'],['../RecastMesh_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastMesh.cpp']]] + ['x_1777',['x',['../structdtMeshHeader.html#ae577ca0c9fba95254b699a51483e374c',1,'dtMeshHeader::x()'],['../structimguiGfxRect.html#ab702cb223baf33e949741d5bbc8778dd',1,'imguiGfxRect::x()'],['../structimguiGfxText.html#ad7bf3cc0e24e63d997c335b7a5e15d25',1,'imguiGfxText::x()'],['../structGraphParams.html#ace7d34643e947127db99c65dbbff03e1',1,'GraphParams::x()']]], + ['x0_1778',['x0',['../structimguiGfxLine.html#a77dee23b2e6f3582591b197b157276b4',1,'imguiGfxLine']]], + ['x1_1779',['x1',['../structimguiGfxLine.html#ae3ced14f8ccc697421abfbb8c45a8b9b',1,'imguiGfxLine']]], + ['xmin_1780',['xmin',['../structrcHeightPatch.html#ac8af7bf8fa73d87c84ba155fd48be28a',1,'rcHeightPatch']]], + ['xorb_1781',['xorb',['../DetourTileCacheBuilder_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastContour.cpp'],['../RecastMesh_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastMesh.cpp']]] ]; diff --git a/search/all_16.js b/search/all_16.js index 3f592002..dd367181 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -1,8 +1,8 @@ var searchData= [ - ['y_1783',['y',['../structdtMeshHeader.html#a9969f562faa5990fec5ff27c9d2b50b9',1,'dtMeshHeader::y()'],['../structrcCompactSpan.html#a51e8cdcf30408a3f84da22c4d2623b68',1,'rcCompactSpan::y()'],['../structimguiGfxRect.html#a4e555e92963a7972428af94ebc560285',1,'imguiGfxRect::y()'],['../structimguiGfxText.html#ad760b02492ffb7f9a1e8a5dcef9d9ba5',1,'imguiGfxText::y()'],['../structGraphParams.html#af6b3d7848eb8ef348b636f15cd33bd12',1,'GraphParams::y()']]], - ['y0_1784',['y0',['../structimguiGfxLine.html#a1d5c294bc5a64a07ee855c4be3487f7a',1,'imguiGfxLine']]], - ['y1_1785',['y1',['../structimguiGfxLine.html#aa7f7bd3941ff8fd8014f119b0a123193',1,'imguiGfxLine']]], - ['ymax_1786',['ymax',['../structrcLayerRegion.html#ac62ab3eceaca8cb92f3b72c9ef697bb4',1,'rcLayerRegion::ymax()'],['../structrcRegion.html#a84ec21b2fef6d82817283727f295f14e',1,'rcRegion::ymax()']]], - ['ymin_1787',['ymin',['../structrcLayerRegion.html#a5d6ec3a8040c16fd837ea4e06264044c',1,'rcLayerRegion::ymin()'],['../structrcHeightPatch.html#addd346c10b03e29029ffe5c520e8f66f',1,'rcHeightPatch::ymin()'],['../structrcRegion.html#a058cf62973ff65b0d277724ed7cde9a8',1,'rcRegion::ymin()']]] + ['y_1782',['y',['../structdtMeshHeader.html#a9969f562faa5990fec5ff27c9d2b50b9',1,'dtMeshHeader::y()'],['../structrcCompactSpan.html#a51e8cdcf30408a3f84da22c4d2623b68',1,'rcCompactSpan::y()'],['../structimguiGfxRect.html#a4e555e92963a7972428af94ebc560285',1,'imguiGfxRect::y()'],['../structimguiGfxText.html#ad760b02492ffb7f9a1e8a5dcef9d9ba5',1,'imguiGfxText::y()'],['../structGraphParams.html#af6b3d7848eb8ef348b636f15cd33bd12',1,'GraphParams::y()']]], + ['y0_1783',['y0',['../structimguiGfxLine.html#a1d5c294bc5a64a07ee855c4be3487f7a',1,'imguiGfxLine']]], + ['y1_1784',['y1',['../structimguiGfxLine.html#aa7f7bd3941ff8fd8014f119b0a123193',1,'imguiGfxLine']]], + ['ymax_1785',['ymax',['../structrcLayerRegion.html#ac62ab3eceaca8cb92f3b72c9ef697bb4',1,'rcLayerRegion::ymax()'],['../structrcRegion.html#a84ec21b2fef6d82817283727f295f14e',1,'rcRegion::ymax()']]], + ['ymin_1786',['ymin',['../structrcLayerRegion.html#a5d6ec3a8040c16fd837ea4e06264044c',1,'rcLayerRegion::ymin()'],['../structrcHeightPatch.html#addd346c10b03e29029ffe5c520e8f66f',1,'rcHeightPatch::ymin()'],['../structrcRegion.html#a058cf62973ff65b0d277724ed7cde9a8',1,'rcRegion::ymin()']]] ]; diff --git a/search/all_17.js b/search/all_17.js index b11ccc3e..a69da896 100644 --- a/search/all_17.js +++ b/search/all_17.js @@ -1,60 +1,60 @@ var searchData= [ - ['_7ecrowdtoolstate_1788',['~CrowdToolState',['../classCrowdToolState.html#a565655ca9441a3df105c266743937f8b',1,'CrowdToolState']]], - ['_7edtcollectpolysquery_1789',['~dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a30a6baa977d507b2c6f0148a770655b8',1,'dtCollectPolysQuery']]], - ['_7edtcrowd_1790',['~dtCrowd',['../classdtCrowd.html#a9a6817150b328d1646e58713cef9d9b4',1,'dtCrowd']]], - ['_7edtfindnearestpolyquery_1791',['~dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a0f3122a8f4d6151eb628453b3e99d74c',1,'dtFindNearestPolyQuery']]], - ['_7edtfixedarray_1792',['~dtFixedArray',['../classdtFixedArray.html#a4200a27ea1af879c1f0b19de8d289e8a',1,'dtFixedArray']]], - ['_7edtlocalboundary_1793',['~dtLocalBoundary',['../classdtLocalBoundary.html#a902dbd1ea5d8c1981b36b1ee5dac70c8',1,'dtLocalBoundary']]], - ['_7edtnavmesh_1794',['~dtNavMesh',['../classdtNavMesh.html#a08ff0da5bc8c2d01d26535f67d0f4726',1,'dtNavMesh']]], - ['_7edtnavmeshquery_1795',['~dtNavMeshQuery',['../classdtNavMeshQuery.html#a157a41114dab708dabb05eebe8dc07a2',1,'dtNavMeshQuery']]], - ['_7edtnodepool_1796',['~dtNodePool',['../classdtNodePool.html#acd74c85e290d5b7bcd1f9c44905a0f74',1,'dtNodePool']]], - ['_7edtnodequeue_1797',['~dtNodeQueue',['../classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943',1,'dtNodeQueue']]], - ['_7edtobstacleavoidancedebugdata_1798',['~dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ad8b6bd04b9c0a8798a75d83671f74859',1,'dtObstacleAvoidanceDebugData']]], - ['_7edtobstacleavoidancequery_1799',['~dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a56a81340e58ae836f32c802ab3531772',1,'dtObstacleAvoidanceQuery']]], - ['_7edtpathcorridor_1800',['~dtPathCorridor',['../classdtPathCorridor.html#a10dc98697fb9f6e60063ab49a41c391b',1,'dtPathCorridor']]], - ['_7edtpathqueue_1801',['~dtPathQueue',['../classdtPathQueue.html#a3aed72cee418c920b5fbdc247845dae3',1,'dtPathQueue']]], - ['_7edtpolyquery_1802',['~dtPolyQuery',['../classdtPolyQuery.html#a9ad241119b015028dc392b33b1b32d68',1,'dtPolyQuery']]], - ['_7edtproximitygrid_1803',['~dtProximityGrid',['../classdtProximityGrid.html#a7a68e3c6d5cd84034777c9dd0bc4a937',1,'dtProximityGrid']]], - ['_7edttilecache_1804',['~dtTileCache',['../classdtTileCache.html#abaad84f534e7b782352d5da36a9066dc',1,'dtTileCache']]], - ['_7edttilecachealloc_1805',['~dtTileCacheAlloc',['../structdtTileCacheAlloc.html#a8507c465095ee62fed991ba5a3781c0c',1,'dtTileCacheAlloc']]], - ['_7edttilecachecompressor_1806',['~dtTileCacheCompressor',['../structdtTileCacheCompressor.html#a6db6bd0ea893262196f91d1c5368e655',1,'dtTileCacheCompressor']]], - ['_7edttilecachemeshprocess_1807',['~dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html#a4e9d0eaaad8e15203156cd550802efff',1,'dtTileCacheMeshProcess']]], - ['_7edudebugdraw_1808',['~duDebugDraw',['../structduDebugDraw.html#af7942595befad5dab1372d8c8b2c2ec1',1,'duDebugDraw']]], - ['_7edudisplaylist_1809',['~duDisplayList',['../classduDisplayList.html#a5d1cabc63c46e0850927830b9b99db1c',1,'duDisplayList']]], - ['_7edufileio_1810',['~duFileIO',['../structduFileIO.html#afab2836e1a3b9909bebe00e9ab81aae8',1,'duFileIO']]], - ['_7efastlzcompressor_1811',['~FastLZCompressor',['../structFastLZCompressor.html#a884d23606adb0674c0b0b124b4ffe28f',1,'FastLZCompressor']]], - ['_7efileio_1812',['~FileIO',['../classFileIO.html#adc3caa8f1e5d76274d8ffb8b5c17288b',1,'FileIO']]], - ['_7eglcheckertexture_1813',['~GLCheckerTexture',['../classGLCheckerTexture.html#ac9c4e61e9010f42ba1739e81ee2e7403',1,'GLCheckerTexture']]], - ['_7einputgeom_1814',['~InputGeom',['../classInputGeom.html#ad3d91321af5be5aafb797fb3045669bd',1,'InputGeom']]], - ['_7elinearallocator_1815',['~LinearAllocator',['../structLinearAllocator.html#a2a9dbeeec28bfd75d74cc66ffee80296',1,'LinearAllocator']]], - ['_7emeshprocess_1816',['~MeshProcess',['../structMeshProcess.html#a984188b70d20532c8f7230fffb6e61eb',1,'MeshProcess']]], - ['_7enavmeshflags_1817',['~NavmeshFlags',['../classNavmeshFlags.html#a52ff37440c3fe6adfb1621446bc2609f',1,'NavmeshFlags']]], - ['_7enavmeshprunetool_1818',['~NavMeshPruneTool',['../classNavMeshPruneTool.html#a65f0cbf67052f748e96523ed02627eee',1,'NavMeshPruneTool']]], - ['_7enavmeshtilebuildcontext_1819',['~NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a4a1734772cf543deb500738ebc457119',1,'NavMeshTileBuildContext']]], - ['_7enavmeshtiletool_1820',['~NavMeshTileTool',['../classNavMeshTileTool.html#a203fa6ab349cd24f1366b6d0aa837a0e',1,'NavMeshTileTool']]], - ['_7eoffmeshconnectiontool_1821',['~OffMeshConnectionTool',['../classOffMeshConnectionTool.html#acc9087666ede6f98badc4da256d52772',1,'OffMeshConnectionTool']]], - ['_7erasterizationcontext_1822',['~RasterizationContext',['../structRasterizationContext.html#ac18e6bedcb3955f81484732ee8908431',1,'RasterizationContext']]], - ['_7ercchunkytrimesh_1823',['~rcChunkyTriMesh',['../structrcChunkyTriMesh.html#abd0bad171797ff8785f0483fc95e260f',1,'rcChunkyTriMesh']]], - ['_7erccompactheightfield_1824',['~rcCompactHeightfield',['../structrcCompactHeightfield.html#aea6121b36d3fb1cab5955a7915c68809',1,'rcCompactHeightfield']]], - ['_7erccontext_1825',['~rcContext',['../classrcContext.html#a02204e324a8ebcf81f489681e80bc61c',1,'rcContext']]], - ['_7erccontourset_1826',['~rcContourSet',['../structrcContourSet.html#ab94de9c515eac08480d33cadc50a5a2b',1,'rcContourSet']]], - ['_7ercheightfield_1827',['~rcHeightfield',['../structrcHeightfield.html#aa8ba94f263c970d09881d362c0a1b38a',1,'rcHeightfield']]], - ['_7ercheightfieldlayerset_1828',['~rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#ac54454771247c643b7978a347051a523',1,'rcHeightfieldLayerSet']]], - ['_7ercheightpatch_1829',['~rcHeightPatch',['../structrcHeightPatch.html#aa25fe10c0b9b186192c1fd8b741e6b96',1,'rcHeightPatch']]], - ['_7ercmeshloaderobj_1830',['~rcMeshLoaderObj',['../classrcMeshLoaderObj.html#a59613496cecd295f9b8346d985d41aff',1,'rcMeshLoaderObj']]], - ['_7ercpolymesh_1831',['~rcPolyMesh',['../structrcPolyMesh.html#a414a3bc052e13abf77d731da160823d4',1,'rcPolyMesh']]], - ['_7ercscopeddelete_1832',['~rcScopedDelete',['../classrcScopedDelete.html#a694ef36a44d1ccac8fd3fb255d7cf9bd',1,'rcScopedDelete']]], - ['_7ercscopedtimer_1833',['~rcScopedTimer',['../classrcScopedTimer.html#a3e1e6f826e8081e67f23cd6c35653b6e',1,'rcScopedTimer']]], - ['_7ercvectorbase_1834',['~rcVectorBase',['../classrcVectorBase.html#a8efb26bcc33ee441869bc1b7cf850171',1,'rcVectorBase']]], - ['_7esample_1835',['~Sample',['../classSample.html#aea8a48c34d94596f6affbbd28938fb2c',1,'Sample']]], - ['_7esample_5fdebug_1836',['~Sample_Debug',['../classSample__Debug.html#a1d922a079270ceae17667276c6372c51',1,'Sample_Debug']]], - ['_7esample_5fsolomesh_1837',['~Sample_SoloMesh',['../classSample__SoloMesh.html#a8b7895596e5ce8977b5727023a39573d',1,'Sample_SoloMesh']]], - ['_7esample_5ftempobstacles_1838',['~Sample_TempObstacles',['../classSample__TempObstacles.html#a2d3988c2615ecb2dae62d6df5522ba1d',1,'Sample_TempObstacles']]], - ['_7esample_5ftilemesh_1839',['~Sample_TileMesh',['../classSample__TileMesh.html#aa115c16452e67c9c47a272d6127c984e',1,'Sample_TileMesh']]], - ['_7esampletool_1840',['~SampleTool',['../structSampleTool.html#a8b20d1398881252989cbfeeff1a5f2f3',1,'SampleTool']]], - ['_7esampletoolstate_1841',['~SampleToolState',['../structSampleToolState.html#a1e263aeadeff1cd905d552fe28eeb32b',1,'SampleToolState']]], - ['_7etempobstaclecreatetool_1842',['~TempObstacleCreateTool',['../classTempObstacleCreateTool.html#a8c2fa24e7c9d71e6cb90f32b61d9ae77',1,'TempObstacleCreateTool']]], - ['_7etempobstaclehilighttool_1843',['~TempObstacleHilightTool',['../classTempObstacleHilightTool.html#af0475ec4f0d02355ea68a78edd39b10b',1,'TempObstacleHilightTool']]], - ['_7etestcase_1844',['~TestCase',['../classTestCase.html#ae4684f6b106fa323a61dd13be03d7919',1,'TestCase']]] + ['_7ecrowdtoolstate_1787',['~CrowdToolState',['../classCrowdToolState.html#a565655ca9441a3df105c266743937f8b',1,'CrowdToolState']]], + ['_7edtcollectpolysquery_1788',['~dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a30a6baa977d507b2c6f0148a770655b8',1,'dtCollectPolysQuery']]], + ['_7edtcrowd_1789',['~dtCrowd',['../classdtCrowd.html#a9a6817150b328d1646e58713cef9d9b4',1,'dtCrowd']]], + ['_7edtfindnearestpolyquery_1790',['~dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a0f3122a8f4d6151eb628453b3e99d74c',1,'dtFindNearestPolyQuery']]], + ['_7edtfixedarray_1791',['~dtFixedArray',['../classdtFixedArray.html#a4200a27ea1af879c1f0b19de8d289e8a',1,'dtFixedArray']]], + ['_7edtlocalboundary_1792',['~dtLocalBoundary',['../classdtLocalBoundary.html#a902dbd1ea5d8c1981b36b1ee5dac70c8',1,'dtLocalBoundary']]], + ['_7edtnavmesh_1793',['~dtNavMesh',['../classdtNavMesh.html#a08ff0da5bc8c2d01d26535f67d0f4726',1,'dtNavMesh']]], + ['_7edtnavmeshquery_1794',['~dtNavMeshQuery',['../classdtNavMeshQuery.html#a157a41114dab708dabb05eebe8dc07a2',1,'dtNavMeshQuery']]], + ['_7edtnodepool_1795',['~dtNodePool',['../classdtNodePool.html#acd74c85e290d5b7bcd1f9c44905a0f74',1,'dtNodePool']]], + ['_7edtnodequeue_1796',['~dtNodeQueue',['../classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943',1,'dtNodeQueue']]], + ['_7edtobstacleavoidancedebugdata_1797',['~dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ad8b6bd04b9c0a8798a75d83671f74859',1,'dtObstacleAvoidanceDebugData']]], + ['_7edtobstacleavoidancequery_1798',['~dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a56a81340e58ae836f32c802ab3531772',1,'dtObstacleAvoidanceQuery']]], + ['_7edtpathcorridor_1799',['~dtPathCorridor',['../classdtPathCorridor.html#a10dc98697fb9f6e60063ab49a41c391b',1,'dtPathCorridor']]], + ['_7edtpathqueue_1800',['~dtPathQueue',['../classdtPathQueue.html#a3aed72cee418c920b5fbdc247845dae3',1,'dtPathQueue']]], + ['_7edtpolyquery_1801',['~dtPolyQuery',['../classdtPolyQuery.html#a9ad241119b015028dc392b33b1b32d68',1,'dtPolyQuery']]], + ['_7edtproximitygrid_1802',['~dtProximityGrid',['../classdtProximityGrid.html#a7a68e3c6d5cd84034777c9dd0bc4a937',1,'dtProximityGrid']]], + ['_7edttilecache_1803',['~dtTileCache',['../classdtTileCache.html#abaad84f534e7b782352d5da36a9066dc',1,'dtTileCache']]], + ['_7edttilecachealloc_1804',['~dtTileCacheAlloc',['../structdtTileCacheAlloc.html#a8507c465095ee62fed991ba5a3781c0c',1,'dtTileCacheAlloc']]], + ['_7edttilecachecompressor_1805',['~dtTileCacheCompressor',['../structdtTileCacheCompressor.html#a6db6bd0ea893262196f91d1c5368e655',1,'dtTileCacheCompressor']]], + ['_7edttilecachemeshprocess_1806',['~dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html#a4e9d0eaaad8e15203156cd550802efff',1,'dtTileCacheMeshProcess']]], + ['_7edudebugdraw_1807',['~duDebugDraw',['../structduDebugDraw.html#af7942595befad5dab1372d8c8b2c2ec1',1,'duDebugDraw']]], + ['_7edudisplaylist_1808',['~duDisplayList',['../classduDisplayList.html#a5d1cabc63c46e0850927830b9b99db1c',1,'duDisplayList']]], + ['_7edufileio_1809',['~duFileIO',['../structduFileIO.html#afab2836e1a3b9909bebe00e9ab81aae8',1,'duFileIO']]], + ['_7efastlzcompressor_1810',['~FastLZCompressor',['../structFastLZCompressor.html#a884d23606adb0674c0b0b124b4ffe28f',1,'FastLZCompressor']]], + ['_7efileio_1811',['~FileIO',['../classFileIO.html#adc3caa8f1e5d76274d8ffb8b5c17288b',1,'FileIO']]], + ['_7eglcheckertexture_1812',['~GLCheckerTexture',['../classGLCheckerTexture.html#ac9c4e61e9010f42ba1739e81ee2e7403',1,'GLCheckerTexture']]], + ['_7einputgeom_1813',['~InputGeom',['../classInputGeom.html#ad3d91321af5be5aafb797fb3045669bd',1,'InputGeom']]], + ['_7elinearallocator_1814',['~LinearAllocator',['../structLinearAllocator.html#a2a9dbeeec28bfd75d74cc66ffee80296',1,'LinearAllocator']]], + ['_7emeshprocess_1815',['~MeshProcess',['../structMeshProcess.html#a984188b70d20532c8f7230fffb6e61eb',1,'MeshProcess']]], + ['_7enavmeshflags_1816',['~NavmeshFlags',['../classNavmeshFlags.html#a52ff37440c3fe6adfb1621446bc2609f',1,'NavmeshFlags']]], + ['_7enavmeshprunetool_1817',['~NavMeshPruneTool',['../classNavMeshPruneTool.html#a65f0cbf67052f748e96523ed02627eee',1,'NavMeshPruneTool']]], + ['_7enavmeshtilebuildcontext_1818',['~NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a4a1734772cf543deb500738ebc457119',1,'NavMeshTileBuildContext']]], + ['_7enavmeshtiletool_1819',['~NavMeshTileTool',['../classNavMeshTileTool.html#a203fa6ab349cd24f1366b6d0aa837a0e',1,'NavMeshTileTool']]], + ['_7eoffmeshconnectiontool_1820',['~OffMeshConnectionTool',['../classOffMeshConnectionTool.html#acc9087666ede6f98badc4da256d52772',1,'OffMeshConnectionTool']]], + ['_7erasterizationcontext_1821',['~RasterizationContext',['../structRasterizationContext.html#ac18e6bedcb3955f81484732ee8908431',1,'RasterizationContext']]], + ['_7ercchunkytrimesh_1822',['~rcChunkyTriMesh',['../structrcChunkyTriMesh.html#abd0bad171797ff8785f0483fc95e260f',1,'rcChunkyTriMesh']]], + ['_7erccompactheightfield_1823',['~rcCompactHeightfield',['../structrcCompactHeightfield.html#aea6121b36d3fb1cab5955a7915c68809',1,'rcCompactHeightfield']]], + ['_7erccontext_1824',['~rcContext',['../classrcContext.html#a02204e324a8ebcf81f489681e80bc61c',1,'rcContext']]], + ['_7erccontourset_1825',['~rcContourSet',['../structrcContourSet.html#ab94de9c515eac08480d33cadc50a5a2b',1,'rcContourSet']]], + ['_7ercheightfield_1826',['~rcHeightfield',['../structrcHeightfield.html#aa8ba94f263c970d09881d362c0a1b38a',1,'rcHeightfield']]], + ['_7ercheightfieldlayerset_1827',['~rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#ac54454771247c643b7978a347051a523',1,'rcHeightfieldLayerSet']]], + ['_7ercheightpatch_1828',['~rcHeightPatch',['../structrcHeightPatch.html#aa25fe10c0b9b186192c1fd8b741e6b96',1,'rcHeightPatch']]], + ['_7ercmeshloaderobj_1829',['~rcMeshLoaderObj',['../classrcMeshLoaderObj.html#a59613496cecd295f9b8346d985d41aff',1,'rcMeshLoaderObj']]], + ['_7ercpolymesh_1830',['~rcPolyMesh',['../structrcPolyMesh.html#a414a3bc052e13abf77d731da160823d4',1,'rcPolyMesh']]], + ['_7ercscopeddelete_1831',['~rcScopedDelete',['../classrcScopedDelete.html#a694ef36a44d1ccac8fd3fb255d7cf9bd',1,'rcScopedDelete']]], + ['_7ercscopedtimer_1832',['~rcScopedTimer',['../classrcScopedTimer.html#a3e1e6f826e8081e67f23cd6c35653b6e',1,'rcScopedTimer']]], + ['_7ercvectorbase_1833',['~rcVectorBase',['../classrcVectorBase.html#a8efb26bcc33ee441869bc1b7cf850171',1,'rcVectorBase']]], + ['_7esample_1834',['~Sample',['../classSample.html#aea8a48c34d94596f6affbbd28938fb2c',1,'Sample']]], + ['_7esample_5fdebug_1835',['~Sample_Debug',['../classSample__Debug.html#a1d922a079270ceae17667276c6372c51',1,'Sample_Debug']]], + ['_7esample_5fsolomesh_1836',['~Sample_SoloMesh',['../classSample__SoloMesh.html#a8b7895596e5ce8977b5727023a39573d',1,'Sample_SoloMesh']]], + ['_7esample_5ftempobstacles_1837',['~Sample_TempObstacles',['../classSample__TempObstacles.html#a2d3988c2615ecb2dae62d6df5522ba1d',1,'Sample_TempObstacles']]], + ['_7esample_5ftilemesh_1838',['~Sample_TileMesh',['../classSample__TileMesh.html#aa115c16452e67c9c47a272d6127c984e',1,'Sample_TileMesh']]], + ['_7esampletool_1839',['~SampleTool',['../structSampleTool.html#a8b20d1398881252989cbfeeff1a5f2f3',1,'SampleTool']]], + ['_7esampletoolstate_1840',['~SampleToolState',['../structSampleToolState.html#a1e263aeadeff1cd905d552fe28eeb32b',1,'SampleToolState']]], + ['_7etempobstaclecreatetool_1841',['~TempObstacleCreateTool',['../classTempObstacleCreateTool.html#a8c2fa24e7c9d71e6cb90f32b61d9ae77',1,'TempObstacleCreateTool']]], + ['_7etempobstaclehilighttool_1842',['~TempObstacleHilightTool',['../classTempObstacleHilightTool.html#af0475ec4f0d02355ea68a78edd39b10b',1,'TempObstacleHilightTool']]], + ['_7etestcase_1843',['~TestCase',['../classTestCase.html#ae4684f6b106fa323a61dd13be03d7919',1,'TestCase']]] ]; diff --git a/search/all_5.js b/search/all_5.js index 2f870c3a..69b6fa66 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -23,16 +23,15 @@ var searchData= ['findstraightpath_695',['findStraightPath',['../classdtNavMeshQuery.html#ac160434c85bdf9edec24fa621f120d2d',1,'dtNavMeshQuery']]], ['firstlink_696',['firstLink',['../structdtPoly.html#a671fd6893087936e80fcd17f7f666c0e',1,'dtPoly']]], ['fixpathstart_697',['fixPathStart',['../classdtPathCorridor.html#ae2e11d477d193c79197fa28acae824b8',1,'dtPathCorridor']]], - ['fixupcorridor_698',['fixupCorridor',['../NavMeshTesterTool_8cpp.html#aa0a7c979eb3968d46f3ccffcd664b71d',1,'NavMeshTesterTool.cpp']]], - ['fixupshortcuts_699',['fixupShortcuts',['../NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69',1,'NavMeshTesterTool.cpp']]], - ['flags_700',['flags',['../structdtOffMeshConnection.html#adf581af16754d8bbed1479cdf91dd82d',1,'dtOffMeshConnection::flags()'],['../structimguiGfxCmd.html#a88b02b5846d36381fdde1e990804162d',1,'imguiGfxCmd::flags()'],['../structdtTileCachePolyMesh.html#a8d39c5b38bf4dc9b88d1d47199eacf13',1,'dtTileCachePolyMesh::flags()'],['../structdtPoly.html#a47312e2c5dfd1ff1a729580c339f0d7d',1,'dtPoly::flags()'],['../structdtMeshTile.html#a610bc670e7bd056f31d8629d9c2100a1',1,'dtMeshTile::flags()'],['../structdtNode.html#acd018f188ced1765cce2d34ae88c9f75',1,'dtNode::flags()'],['../structdtPolyState.html#a8e3a8a1c15338bbe761ef4d9ca2b4949',1,'dtPolyState::flags()'],['../structdtCompressedTile.html#a0c847cc83252015006215c720fb9936b',1,'dtCompressedTile::flags()'],['../structrcPolyMesh.html#ab91ec949432297f7d0341a6ba9c88288',1,'rcPolyMesh::flags()']]], - ['floodnavmesh_701',['floodNavmesh',['../NavMeshPruneTool_8cpp.html#aabe57f3100ff784616cd66607f181017',1,'NavMeshPruneTool.cpp']]], - ['floodregion_702',['floodRegion',['../RecastRegion_8cpp.html#ad881e621a7be30bee577ec6a56bf18b3',1,'RecastRegion.cpp']]], - ['floors_703',['floors',['../structrcRegion.html#a3ab2d5343e1ae28463c5a8ccbca04cf1',1,'rcRegion']]], - ['frand_704',['frand',['../NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5',1,'NavMeshTesterTool.cpp']]], - ['free_705',['free',['../structLinearAllocator.html#ab7af21e0264ea0621822ed212ca925a3',1,'LinearAllocator::free()'],['../structdtTileCacheAlloc.html#aeb9afcb80b4e923d173b2c1706c56130',1,'dtTileCacheAlloc::free()']]], - ['freelink_706',['freeLink',['../DetourNavMesh_8cpp.html#abcf0226951222dd602078a87bd7d347d',1,'DetourNavMesh.cpp']]], - ['freelist_707',['freelist',['../structrcHeightfield.html#a05dd56e279148e65e9b6820e6c02b908',1,'rcHeightfield']]], - ['freespan_708',['freeSpan',['../RecastRasterization_8cpp.html#a37457137923a03210b6e72b0c091225c',1,'RecastRasterization.cpp']]], - ['front_709',['front',['../classrcVectorBase.html#aafaf7e6b45be95ab279c5f6a6bc308fe',1,'rcVectorBase::front() const'],['../classrcVectorBase.html#ade9804e2b52a1024f60da5add98a8d6c',1,'rcVectorBase::front()']]] + ['fixupshortcuts_698',['fixupShortcuts',['../NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69',1,'NavMeshTesterTool.cpp']]], + ['flags_699',['flags',['../structdtOffMeshConnection.html#adf581af16754d8bbed1479cdf91dd82d',1,'dtOffMeshConnection::flags()'],['../structimguiGfxCmd.html#a88b02b5846d36381fdde1e990804162d',1,'imguiGfxCmd::flags()'],['../structrcPolyMesh.html#ab91ec949432297f7d0341a6ba9c88288',1,'rcPolyMesh::flags()'],['../structdtCompressedTile.html#a0c847cc83252015006215c720fb9936b',1,'dtCompressedTile::flags()'],['../structdtPoly.html#a47312e2c5dfd1ff1a729580c339f0d7d',1,'dtPoly::flags()'],['../structdtMeshTile.html#a610bc670e7bd056f31d8629d9c2100a1',1,'dtMeshTile::flags()'],['../structdtNode.html#acd018f188ced1765cce2d34ae88c9f75',1,'dtNode::flags()'],['../structdtPolyState.html#a8e3a8a1c15338bbe761ef4d9ca2b4949',1,'dtPolyState::flags()'],['../structdtTileCachePolyMesh.html#a8d39c5b38bf4dc9b88d1d47199eacf13',1,'dtTileCachePolyMesh::flags()']]], + ['floodnavmesh_700',['floodNavmesh',['../NavMeshPruneTool_8cpp.html#aabe57f3100ff784616cd66607f181017',1,'NavMeshPruneTool.cpp']]], + ['floodregion_701',['floodRegion',['../RecastRegion_8cpp.html#ad881e621a7be30bee577ec6a56bf18b3',1,'RecastRegion.cpp']]], + ['floors_702',['floors',['../structrcRegion.html#a3ab2d5343e1ae28463c5a8ccbca04cf1',1,'rcRegion']]], + ['frand_703',['frand',['../NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5',1,'NavMeshTesterTool.cpp']]], + ['free_704',['free',['../structLinearAllocator.html#ab7af21e0264ea0621822ed212ca925a3',1,'LinearAllocator::free()'],['../structdtTileCacheAlloc.html#aeb9afcb80b4e923d173b2c1706c56130',1,'dtTileCacheAlloc::free()']]], + ['freelink_705',['freeLink',['../DetourNavMesh_8cpp.html#abcf0226951222dd602078a87bd7d347d',1,'DetourNavMesh.cpp']]], + ['freelist_706',['freelist',['../structrcHeightfield.html#a05dd56e279148e65e9b6820e6c02b908',1,'rcHeightfield']]], + ['freespan_707',['freeSpan',['../RecastRasterization_8cpp.html#a37457137923a03210b6e72b0c091225c',1,'RecastRasterization.cpp']]], + ['front_708',['front',['../classrcVectorBase.html#aafaf7e6b45be95ab279c5f6a6bc308fe',1,'rcVectorBase::front() const'],['../classrcVectorBase.html#ade9804e2b52a1024f60da5add98a8d6c',1,'rcVectorBase::front()']]] ]; diff --git a/search/all_6.js b/search/all_6.js index b54532b9..fd54cc32 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,183 +1,183 @@ var searchData= [ - ['g_5fcdata_710',['g_cdata',['../imguiRenderGL_8cpp.html#a63d7bf2519c08a3169707cec1cbab429',1,'imguiRenderGL.cpp']]], - ['g_5fcircleverts_711',['g_circleVerts',['../imguiRenderGL_8cpp.html#a829fc56af6c08c9170e8f42a4551bfe9',1,'imguiRenderGL.cpp']]], - ['g_5ffocusbottom_712',['g_focusBottom',['../imgui_8cpp.html#ac365049df91f1a6f044a1cf941d99b86',1,'imgui.cpp']]], - ['g_5ffocustop_713',['g_focusTop',['../imgui_8cpp.html#aa91169c33606d569c026366edda9881f',1,'imgui.cpp']]], - ['g_5fftex_714',['g_ftex',['../imguiRenderGL_8cpp.html#a35e41818e96c0e65083e53b0757c046d',1,'imguiRenderGL.cpp']]], - ['g_5fgfxcmdqueue_715',['g_gfxCmdQueue',['../imgui_8cpp.html#a9abda3631ae545a933711b38b51d73b1',1,'imgui.cpp']]], - ['g_5fgfxcmdqueuesize_716',['g_gfxCmdQueueSize',['../imgui_8cpp.html#a1e10295502683256e4b84177f0631ba1',1,'imgui.cpp']]], - ['g_5finsidescrollarea_717',['g_insideScrollArea',['../imgui_8cpp.html#aa35d7274201fdfbabcfa8a383cda40e7',1,'imgui.cpp']]], - ['g_5fnsamples_718',['g_nsamples',['../main_8cpp.html#a60e01056b56609c9984c7f9dee5084cd',1,'main.cpp']]], - ['g_5fsamples_719',['g_samples',['../main_8cpp.html#adf355327e327a55707483da0fb936165',1,'main.cpp']]], - ['g_5fscrollareatop_720',['g_scrollAreaTop',['../imgui_8cpp.html#af694309b5965732a7517b3a64317d368',1,'imgui.cpp']]], - ['g_5fscrollbottom_721',['g_scrollBottom',['../imgui_8cpp.html#a85885b3ff60d48c2fa48c97967b9754c',1,'imgui.cpp']]], - ['g_5fscrollid_722',['g_scrollId',['../imgui_8cpp.html#ab1c52a1d375390099ea2a8ee290c2d4b',1,'imgui.cpp']]], - ['g_5fscrollright_723',['g_scrollRight',['../imgui_8cpp.html#ac83ebebaf5c5c7fee5c8ef8b00d79263',1,'imgui.cpp']]], - ['g_5fscrolltop_724',['g_scrollTop',['../imgui_8cpp.html#a3cbb6cb470c5eb82ca27461c33e38bd7',1,'imgui.cpp']]], - ['g_5fscrollval_725',['g_scrollVal',['../imgui_8cpp.html#a9ae0fa12c8e7a4bf0ee1ea8dc2778528',1,'imgui.cpp']]], - ['g_5fstate_726',['g_state',['../imgui_8cpp.html#a91dda354a7eaf0ce9c3bbb7c51251038',1,'imgui.cpp']]], - ['g_5ftabstops_727',['g_tabStops',['../imguiRenderGL_8cpp.html#a8c37700196ed88412783b7c1f7d307fb',1,'imguiRenderGL.cpp']]], - ['g_5ftempcoords_728',['g_tempCoords',['../imguiRenderGL_8cpp.html#ad10ff27565173e7b5d5ff243399dae14',1,'imguiRenderGL.cpp']]], - ['g_5ftempnormals_729',['g_tempNormals',['../imguiRenderGL_8cpp.html#abc052698b25d3a19fb6eb715bfad5975',1,'imguiRenderGL.cpp']]], - ['g_5ftex_730',['g_tex',['../SampleInterfaces_8cpp.html#ace0d90b13fb8095ce8da79758493054e',1,'SampleInterfaces.cpp']]], - ['g_5ftextpool_731',['g_textPool',['../imgui_8cpp.html#a224cbb3648a6d4ff641cf31bc84f2573',1,'imgui.cpp']]], - ['g_5ftextpoolsize_732',['g_textPoolSize',['../imgui_8cpp.html#ab73dcd239059b5a220e9e0277a568169',1,'imgui.cpp']]], - ['getaccumulatedtime_733',['getAccumulatedTime',['../classrcContext.html#a17e7b79afff2f042961698aa1c818c3d',1,'rcContext']]], - ['getactiveagents_734',['getActiveAgents',['../classdtCrowd.html#a15a4b9b9fb72a358514489ea8f755405',1,'dtCrowd']]], - ['getagent_735',['getAgent',['../classdtCrowd.html#aeef39643256ddad7ae421c78dda0ce06',1,'dtCrowd']]], - ['getagentbounds_736',['getAgentBounds',['../CrowdTool_8cpp.html#ae28c4a889bb4d9fac0cd88f0d0b93dd0',1,'CrowdTool.cpp']]], - ['getagentclimb_737',['getAgentClimb',['../classSample.html#ae94b1470cd74ee7abe9cf39a74c2bbd8',1,'Sample']]], - ['getagentcount_738',['getAgentCount',['../classdtCrowd.html#a87dc2372038ee12d9043a65737880b78',1,'dtCrowd']]], - ['getagentheight_739',['getAgentHeight',['../classSample.html#a7d914e678845642d42a09469377a7f83',1,'Sample']]], - ['getagentradius_740',['getAgentRadius',['../classSample.html#a3d6dc892150a705128c5799e7e4e3aab',1,'Sample']]], - ['getalloc_741',['getAlloc',['../classdtTileCache.html#adc396e35c754ef44cadea9cd113b7440',1,'dtTileCache']]], - ['getarea_742',['getArea',['../structdtPoly.html#ab5e97720847977aa7a4caf8c75e73792',1,'dtPoly']]], - ['getareacost_743',['getAreaCost',['../classdtQueryFilter.html#a1e41582a45d2a10eb7e68740475e5665',1,'dtQueryFilter']]], - ['getattachednavmesh_744',['getAttachedNavMesh',['../classdtNavMeshQuery.html#a05ddaa41019804494be7da66207882de',1,'dtNavMeshQuery']]], - ['getaverage_745',['getAverage',['../classValueHistory.html#aafc75b895663a6d7390146c81c883838',1,'ValueHistory']]], - ['getbakedquad_746',['getBakedQuad',['../imguiRenderGL_8cpp.html#aa0edb56b070edf4da63eb716e7c32bc6',1,'imguiRenderGL.cpp']]], - ['getbounds_747',['getBounds',['../classdtProximityGrid.html#a9850e14d04f7d60909c46bec50c5ef65',1,'dtProximityGrid']]], - ['getboundsmax_748',['getBoundsMax',['../classSample__Debug.html#aa1e603f5ef26815d521d7b89e7fe4e7d',1,'Sample_Debug']]], - ['getboundsmin_749',['getBoundsMin',['../classSample__Debug.html#a973cd339736c98e7ecd5cdc4ee7988c5',1,'Sample_Debug']]], - ['getbuildsettings_750',['getBuildSettings',['../classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565',1,'InputGeom']]], - ['getcapacity_751',['getCapacity',['../classdtNodeQueue.html#a3bd1e5d3450e90384d8d8ce7f59080de',1,'dtNodeQueue']]], - ['getcellsize_752',['getCellSize',['../classdtProximityGrid.html#aca646eb6926a096bb8062e7bf3a09945',1,'dtProximityGrid']]], - ['getcenter_753',['getCenter',['../classdtLocalBoundary.html#ab89e6bc9a4985f2c25e97fb1f70b6060',1,'dtLocalBoundary']]], - ['getchunkymesh_754',['getChunkyMesh',['../classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4',1,'InputGeom']]], - ['getcompressor_755',['getCompressor',['../classdtTileCache.html#a14aed84748e8c2b3c1ce827342ca16f1',1,'dtTileCache']]], - ['getcontourcenter_756',['getContourCenter',['../RecastDebugDraw_8cpp.html#a3486bd0130a48ea79695f01e2cc88b05',1,'RecastDebugDraw.cpp']]], - ['getconvexvolumecount_757',['getConvexVolumeCount',['../classInputGeom.html#a18f14e5605e256a5793515a66f77887d',1,'InputGeom']]], - ['getconvexvolumes_758',['getConvexVolumes',['../classInputGeom.html#a4665548e2789759d57d169fb0fd9de22',1,'InputGeom']]], - ['getcornerheight_759',['getCornerHeight',['../RecastContour_8cpp.html#a10f7bbb90e6028365b2637249b6bb29a',1,'getCornerHeight(int x, int y, int i, int dir, const rcCompactHeightfield &chf, bool &isBorderVertex): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af136bc352d829a1715b8a46ffb539aff',1,'getCornerHeight(dtTileCacheLayer &layer, const int x, const int y, const int z, const int walkableClimb, bool &shouldRemove): DetourTileCacheBuilder.cpp']]], - ['getcost_760',['getCost',['../classdtQueryFilter.html#a11d016505b732a1a013c3771a4157dea',1,'dtQueryFilter']]], - ['getcrowd_761',['getCrowd',['../classSample.html#af3671d3b21ff1992948cb7092ce0fc08',1,'Sample']]], - ['getdebugdraw_762',['getDebugDraw',['../classSample.html#a7e157d7dcc5164d3014ba248a8a1bbbe',1,'Sample']]], - ['getdiroffsetx_763',['getDirOffsetX',['../DetourTileCacheBuilder_8cpp.html#a59fc3411f762def701ca3f15f07cda12',1,'DetourTileCacheBuilder.cpp']]], - ['getdiroffsety_764',['getDirOffsetY',['../DetourTileCacheBuilder_8cpp.html#aca2add941eccb01df6af4cc78f0e8239',1,'DetourTileCacheBuilder.cpp']]], - ['getdistancetogoal_765',['getDistanceToGoal',['../DetourCrowd_8cpp.html#aa1c9aee7599d23c1b1b5db2363cc3a1c',1,'DetourCrowd.cpp']]], - ['getedgeflags_766',['getEdgeFlags',['../RecastMeshDetail_8cpp.html#a237fe0f624a27a47a9c0885fa1450dcc',1,'RecastMeshDetail.cpp']]], - ['geteditableagent_767',['getEditableAgent',['../classdtCrowd.html#aa6b571af2a8c628063b904c7b1a5e910',1,'dtCrowd']]], - ['geteditablefilter_768',['getEditableFilter',['../classdtCrowd.html#a170a9c4cc9f88a7ee3d560abce9ad552',1,'dtCrowd']]], - ['getexcludeflags_769',['getExcludeFlags',['../classdtQueryFilter.html#ac3e2d16755c3510003f0580e27ce4897',1,'dtQueryFilter']]], - ['getfilename_770',['getFileName',['../classrcMeshLoaderObj.html#a2f4d3abf3fb4e558d49c9fd80d0d69ca',1,'rcMeshLoaderObj']]], - ['getfilter_771',['getFilter',['../classdtCrowd.html#ae712fb6e6e907454ec0a827d11957373',1,'dtCrowd']]], - ['getfirst_772',['getFirst',['../classdtNodePool.html#a74e68feacf8667422d426e98ab86e612',1,'dtNodePool']]], - ['getfirstpoly_773',['getFirstPoly',['../classdtPathCorridor.html#a1328df3808790d4bedec54112b0fab43',1,'dtPathCorridor']]], - ['getflags_774',['getFlags',['../classNavmeshFlags.html#a86f58d0fc045e50c3751487394f4ec26',1,'NavmeshFlags']]], - ['getgeomfilename_775',['getGeomFileName',['../classTestCase.html#a485b056a0d259c0947354e0434871858',1,'TestCase']]], - ['getgrid_776',['getGrid',['../classdtCrowd.html#a1d1534a46f29afd4ab82ac37080c5ad0',1,'dtCrowd']]], - ['gethashsize_777',['getHashSize',['../classdtNodePool.html#a906d7f69b2ee45e8179926f47b4b3153',1,'dtNodePool']]], - ['getheight_778',['getHeight',['../RecastMeshDetail_8cpp.html#a2604c39cdc6af9e468adceb40145d93f',1,'RecastMeshDetail.cpp']]], - ['getheightdata_779',['getHeightData',['../RecastMeshDetail_8cpp.html#abb8411f8d3acf15a62f60228d6c4ff21',1,'RecastMeshDetail.cpp']]], - ['getincludeflags_780',['getIncludeFlags',['../classdtQueryFilter.html#a5bae688840167576dc6ab7913dda1b34',1,'dtQueryFilter']]], - ['getinputgeom_781',['getInputGeom',['../classSample.html#aab3a8fd2e47d84d952a21b2daa7f8318',1,'Sample']]], - ['getitemcountat_782',['getItemCountAt',['../classdtProximityGrid.html#ac788d2fbab7612826abeeab20a4f94fb',1,'dtProximityGrid']]], - ['getjitterx_783',['getJitterX',['../RecastMeshDetail_8cpp.html#ab4cd0a143a512c295ef95569bbfbbeef',1,'RecastMeshDetail.cpp']]], - ['getjittery_784',['getJitterY',['../RecastMeshDetail_8cpp.html#a194240aeeb96887533303bf652a3c201',1,'RecastMeshDetail.cpp']]], - ['getlastpoly_785',['getLastPoly',['../classdtPathCorridor.html#a4d23baaf31661832ea81fd5a6fcc0a59',1,'dtPathCorridor']]], - ['getlogcount_786',['getLogCount',['../classBuildContext.html#a94c60dd0d7398cddc2898a3b7b0ec220',1,'BuildContext']]], - ['getlogtext_787',['getLogText',['../classBuildContext.html#af63760315f9dcdd54dad7bc82bdc9e9f',1,'BuildContext']]], - ['getmaxnodes_788',['getMaxNodes',['../classdtNodePool.html#ad72b1d9c53d064e7b975bbb073e37b3c',1,'dtNodePool']]], - ['getmaxtiles_789',['getMaxTiles',['../classdtNavMesh.html#a17672fe19464d55eb66dc69f5f2f2b3f',1,'dtNavMesh']]], - ['getmemused_790',['getMemUsed',['../classdtNodeQueue.html#a024e0d15d235157f79bd6a386e090804',1,'dtNodeQueue::getMemUsed()'],['../classdtNodePool.html#a30a089ded0f298f4dd4654f39cd808d4',1,'dtNodePool::getMemUsed()']]], - ['getmesh_791',['getMesh',['../classInputGeom.html#a474a85ab24b2378a9734f1deacbf5060',1,'InputGeom']]], - ['getmeshboundsmax_792',['getMeshBoundsMax',['../classInputGeom.html#a807bb7df9302e27bcd3e0f8070bf092a',1,'InputGeom']]], - ['getmeshboundsmin_793',['getMeshBoundsMin',['../classInputGeom.html#af7343e9a8f1802062ae274ee57efeefc',1,'InputGeom']]], - ['getnavmesh_794',['getNavMesh',['../classSample.html#abf2cdbfa68c12b4f309bdf74671de539',1,'Sample']]], - ['getnavmeshboundsmax_795',['getNavMeshBoundsMax',['../classInputGeom.html#ae2c111ef2f6eccd803b4b28503aebbd5',1,'InputGeom']]], - ['getnavmeshboundsmin_796',['getNavMeshBoundsMin',['../classInputGeom.html#af65a1d3856edbd4145418f83862de88f',1,'InputGeom']]], - ['getnavmeshdrawflags_797',['getNavMeshDrawFlags',['../classSample.html#a20186dffd1c83837a2a32068fe819150',1,'Sample']]], - ['getnavmeshquery_798',['getNavMeshQuery',['../classSample.html#a120cb5edc22425e12445366f340578b2',1,'Sample::getNavMeshQuery()'],['../classdtCrowd.html#ae58e2252287003e9b7226936cf8b4ea7',1,'dtCrowd::getNavMeshQuery()']]], - ['getnavquery_799',['getNavQuery',['../classdtPathQueue.html#ad4fb7d75b1b65ad1db89782f8ad4e8da',1,'dtPathQueue']]], - ['getneighbourreg_800',['getNeighbourReg',['../DetourTileCacheBuilder_8cpp.html#af535796b148f37dcc11d1a3416ee9b53',1,'DetourTileCacheBuilder.cpp']]], - ['getneighbours_801',['getNeighbours',['../DetourCrowd_8cpp.html#a5fcc526c98bb123bbcb22c103d5f736b',1,'DetourCrowd.cpp']]], - ['getnext_802',['getNext',['../classdtNodePool.html#af4651c815c5cb0aa9779188094d4a488',1,'dtNodePool']]], - ['getnode_803',['getNode',['../classdtNodePool.html#a9642659acf1f7fbfcd408b4c3da8a885',1,'dtNodePool']]], - ['getnodeatidx_804',['getNodeAtIdx',['../classdtNodePool.html#a5f6d20bd49d338b03885909b0c13ccea',1,'dtNodePool::getNodeAtIdx(unsigned int idx)'],['../classdtNodePool.html#af5fa2f9dcde54a5d487fef4575d5130b',1,'dtNodePool::getNodeAtIdx(unsigned int idx) const']]], - ['getnodecount_805',['getNodeCount',['../classdtNodePool.html#a5f1217cd13ee7e57ab29f05f451927f9',1,'dtNodePool']]], - ['getnodeidx_806',['getNodeIdx',['../classdtNodePool.html#a5b223e8441b2d202fb1a18022228d6e1',1,'dtNodePool']]], - ['getnodepool_807',['getNodePool',['../classdtNavMeshQuery.html#a5f5baaa868aad36ba023ea81b10e70bd',1,'dtNavMeshQuery']]], - ['getnormals_808',['getNormals',['../classrcMeshLoaderObj.html#a988e6f79382df2eb9345cc031918a876',1,'rcMeshLoaderObj']]], - ['getobstacle_809',['getObstacle',['../classdtTileCache.html#a5c447f013845eeb64d65a58085dee5b7',1,'dtTileCache']]], - ['getobstacleavoidanceparams_810',['getObstacleAvoidanceParams',['../classdtCrowd.html#a4da076dabe04b63d801c63c99d2fb5bb',1,'dtCrowd']]], - ['getobstaclebounds_811',['getObstacleBounds',['../classdtTileCache.html#a71b5f91b742cc8339d36ac7b1c04ac0e',1,'dtTileCache']]], - ['getobstaclebyref_812',['getObstacleByRef',['../classdtTileCache.html#a6aaf88b2bb53c59d8a57d1b95eba8ce9',1,'dtTileCache']]], - ['getobstaclecircle_813',['getObstacleCircle',['../classdtObstacleAvoidanceQuery.html#a2de5b7639831faa59a708b2ed3cd6f15',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclecirclecount_814',['getObstacleCircleCount',['../classdtObstacleAvoidanceQuery.html#ae520788c1150ae9c0efa15ddee6b44a6',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclecount_815',['getObstacleCount',['../classdtTileCache.html#a7f76bec4205d0f8a2a78683dd8766ea9',1,'dtTileCache']]], - ['getobstacleref_816',['getObstacleRef',['../classdtTileCache.html#ab8e216fc463a72e59fc9c54df3acc13a',1,'dtTileCache']]], - ['getobstaclesegment_817',['getObstacleSegment',['../classdtObstacleAvoidanceQuery.html#a60779b0d519def7ae2101ad153266cd2',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclesegmentcount_818',['getObstacleSegmentCount',['../classdtObstacleAvoidanceQuery.html#a38c5fdba38e19e6c7481b75d089e45b6',1,'dtObstacleAvoidanceQuery']]], - ['getoffmeshconnectionareas_819',['getOffMeshConnectionAreas',['../classInputGeom.html#a4993dc182c72eba3e246bda25cfec258',1,'InputGeom']]], - ['getoffmeshconnectionbyref_820',['getOffMeshConnectionByRef',['../classdtNavMesh.html#a1db2c979241da0b6e0fda278206678de',1,'dtNavMesh']]], - ['getoffmeshconnectioncount_821',['getOffMeshConnectionCount',['../classInputGeom.html#ad31d93691d942948af8d79798e4d2ad5',1,'InputGeom']]], - ['getoffmeshconnectiondirs_822',['getOffMeshConnectionDirs',['../classInputGeom.html#a99352ee32c8a668d73c7f8ce70e3f9c9',1,'InputGeom']]], - ['getoffmeshconnectionflags_823',['getOffMeshConnectionFlags',['../classInputGeom.html#a53ff2a13a9ca55c0e40cc0e36c420557',1,'InputGeom']]], - ['getoffmeshconnectionid_824',['getOffMeshConnectionId',['../classInputGeom.html#a4ce0f47be81216e39eed6d1e38fcfa7c',1,'InputGeom']]], - ['getoffmeshconnectionpolyendpoints_825',['getOffMeshConnectionPolyEndPoints',['../classdtNavMesh.html#a5f4c392080406146805f674489feac4a',1,'dtNavMesh']]], - ['getoffmeshconnectionrads_826',['getOffMeshConnectionRads',['../classInputGeom.html#a2d5d1c04bf9bd3b3e6e4e896214d1e01',1,'InputGeom']]], - ['getoffmeshconnectionverts_827',['getOffMeshConnectionVerts',['../classInputGeom.html#ad6bdbb58ced2ad9d1b9c6905e20e4c69',1,'InputGeom']]], - ['getparams_828',['getParams',['../classdtTileCache.html#addea8bf2f66682e00c45a6948de77084',1,'dtTileCache::getParams()'],['../classdtNavMesh.html#a9202ff1b571f26d948c0ee2f07c9bce8',1,'dtNavMesh::getParams()']]], - ['getpath_829',['getPath',['../classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f',1,'dtPathCorridor']]], - ['getpathcount_830',['getPathCount',['../classdtPathCorridor.html#a16bfdb275fb8f385c269cd06236f8213',1,'dtPathCorridor']]], - ['getpathfromdijkstrasearch_831',['getPathFromDijkstraSearch',['../classdtNavMeshQuery.html#af0eadf81ceef919bd502469529b02fd0',1,'dtNavMeshQuery']]], - ['getpathqueue_832',['getPathQueue',['../classdtCrowd.html#a5300bc081c832dde048affb6bd077afb',1,'dtCrowd']]], - ['getpathresult_833',['getPathResult',['../classdtPathQueue.html#a6599518fe1e3c0e4c7d8c3cba062aeab',1,'dtPathQueue']]], - ['getperftime_834',['getPerfTime',['../PerfTimer_8cpp.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp'],['../PerfTimer_8h.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp']]], - ['getperftimeusec_835',['getPerfTimeUsec',['../PerfTimer_8cpp.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp'],['../PerfTimer_8h.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp']]], - ['getpolyarea_836',['getPolyArea',['../classdtNavMesh.html#aac53c07a2ab699b15228c91a17b3bafd',1,'dtNavMesh']]], - ['getpolycenter_837',['getPolyCenter',['../NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a',1,'NavMeshTesterTool.cpp']]], - ['getpolyflags_838',['getPolyFlags',['../classdtNavMesh.html#a8d5d33030fc21afa6b1be3c80689f9b7',1,'dtNavMesh']]], - ['getpolyheight_839',['getPolyHeight',['../classdtNavMeshQuery.html#af8303a12749e252c6688c15c5c887b69',1,'dtNavMeshQuery']]], - ['getpolymergevalue_840',['getPolyMergeValue',['../DetourTileCacheBuilder_8cpp.html#a30135fcd690b0ae1c9ebd9bd00e7349b',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aa51188672fa9e4efd3dffdb7012765b5',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb, const int nvp): RecastMesh.cpp']]], - ['getpolyrefbase_841',['getPolyRefBase',['../classdtNavMesh.html#a0741871ed1357c51e3847f22673fcc9c',1,'dtNavMesh']]], - ['getpolywallsegments_842',['getPolyWallSegments',['../classdtNavMeshQuery.html#a2c49662f07e52f1488622089952a154c',1,'dtNavMeshQuery']]], - ['getpos_843',['getPos',['../classdtPathCorridor.html#a607e96864c9cb68386d57e90d8681159',1,'dtPathCorridor']]], - ['getqueryextents_844',['getQueryExtents',['../classdtCrowd.html#a6a37c9f57844d91e46fd4c8ef9de17b0',1,'dtCrowd']]], - ['getqueryhalfextents_845',['getQueryHalfExtents',['../classdtCrowd.html#a24dd5232d34c87b80b75a6ae2729fd27',1,'dtCrowd']]], - ['getrequeststatus_846',['getRequestStatus',['../classdtPathQueue.html#a2b1a005dfc3d8d3efd1bb4bc46f49e32',1,'dtPathQueue']]], - ['getsample_847',['getSample',['../classValueHistory.html#a98d7b0157cbb602c086c0b148bf3fb46',1,'ValueHistory']]], - ['getsamplecollisiontimepenalty_848',['getSampleCollisionTimePenalty',['../classdtObstacleAvoidanceDebugData.html#a57737b7b4d07179326e69c70032a9f71',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplecount_849',['getSampleCount',['../classValueHistory.html#a4adf44b53d488361ec87c6c1fda04eab',1,'ValueHistory::getSampleCount()'],['../classdtObstacleAvoidanceDebugData.html#a48f21bd0b2d2f591290e127b00953ec2',1,'dtObstacleAvoidanceDebugData::getSampleCount() const']]], - ['getsamplecurrentvelocitypenalty_850',['getSampleCurrentVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#ae6bce4f174195e5b114a79c13fc46c02',1,'dtObstacleAvoidanceDebugData']]], - ['getsampledesiredvelocitypenalty_851',['getSampleDesiredVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#aa18a04d3c916740d7ddbd8d747de4e0f',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplemax_852',['getSampleMax',['../classValueHistory.html#a92ddbeb8e333478b4bb752ba7eeca462',1,'ValueHistory']]], - ['getsamplemin_853',['getSampleMin',['../classValueHistory.html#a828b36952411fe49d5d6de00f5e3e84d',1,'ValueHistory']]], - ['getsamplename_854',['getSampleName',['../classTestCase.html#a92b93e1bed1be7317a6ef8b2271f6c7a',1,'TestCase']]], - ['getsamplepenalty_855',['getSamplePenalty',['../classdtObstacleAvoidanceDebugData.html#a3bde3898f9ed1ada5e487010e502e4fd',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplepreferredsidepenalty_856',['getSamplePreferredSidePenalty',['../classdtObstacleAvoidanceDebugData.html#a54805fdf39b6fb3d294c0610f051b1a0',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplesize_857',['getSampleSize',['../classdtObstacleAvoidanceDebugData.html#a87816c09e68ea4d93a01b54b2b5025b1',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplevelocity_858',['getSampleVelocity',['../classdtObstacleAvoidanceDebugData.html#a682696e8fc9185544690fe3391c9b613',1,'dtObstacleAvoidanceDebugData']]], - ['getsegment_859',['getSegment',['../classdtLocalBoundary.html#a25ca9796be0ec6ff775a56f911c3fa17',1,'dtLocalBoundary']]], - ['getsegmentcount_860',['getSegmentCount',['../classdtLocalBoundary.html#a051ee9bba1b9e3bb563735d9ec047c7f',1,'dtLocalBoundary']]], - ['getslabcoord_861',['getSlabCoord',['../DetourNavMesh_8cpp.html#a3e7eb7995c416f34e56ae9a40d233655',1,'DetourNavMesh.cpp']]], - ['getsteertarget_862',['getSteerTarget',['../NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9',1,'NavMeshTesterTool.cpp']]], - ['gettarget_863',['getTarget',['../classdtPathCorridor.html#aa1ea66fedbbab0cabfb279287aee392b',1,'dtPathCorridor']]], - ['gettextlength_864',['getTextLength',['../imguiRenderGL_8cpp.html#ae0f324fe5e1454b8bdcdb05e2eb17762',1,'imguiRenderGL.cpp']]], - ['gettile_865',['getTile',['../classdtTileCache.html#abc5a037f106bae848fee5faad7cbc389',1,'dtTileCache::getTile()'],['../classdtNavMesh.html#a52bb4f57b24a139600cfb6aeec1d9bcd',1,'dtNavMesh::getTile(int i) const']]], - ['gettileandpolybyref_866',['getTileAndPolyByRef',['../classdtNavMesh.html#a36a84aa7296d5cc257eb3ddc38181253',1,'dtNavMesh']]], - ['gettileandpolybyrefunsafe_867',['getTileAndPolyByRefUnsafe',['../classdtNavMesh.html#ac5c5b89a6af63b7de29089ae83091e0f',1,'dtNavMesh']]], - ['gettileat_868',['getTileAt',['../classdtNavMesh.html#aecd08fb7ce20324cd18de51a834ff2ef',1,'dtNavMesh::getTileAt()'],['../classdtTileCache.html#ae13e3a13020a99039b96ccb51ea0dbc2',1,'dtTileCache::getTileAt()']]], - ['gettilebyref_869',['getTileByRef',['../classdtNavMesh.html#ac7924d8eeed5c67b04d2d23d0cc766ad',1,'dtNavMesh::getTileByRef()'],['../classdtTileCache.html#a6d59bed3d3db9550ca4cf9eb17c14b75',1,'dtTileCache::getTileByRef(dtCompressedTileRef ref) const']]], - ['gettilecount_870',['getTileCount',['../classdtTileCache.html#af97fdd9fe05fa93455a203c5dd927df6',1,'dtTileCache']]], - ['gettilepos_871',['getTilePos',['../classSample__TempObstacles.html#a079e060f05421edf67dc12e8f494c830',1,'Sample_TempObstacles::getTilePos()'],['../classSample__TileMesh.html#a5588a4adb46cc3a97805eb6bc87f2d79',1,'Sample_TileMesh::getTilePos()']]], - ['gettileref_872',['getTileRef',['../classdtTileCache.html#a3154cf5071666a7cf12495c809255541',1,'dtTileCache::getTileRef()'],['../classdtNavMesh.html#a6027a9a6f032dfd6a3b72563f17d80d7',1,'dtNavMesh::getTileRef(const dtMeshTile *tile) const']]], - ['gettilerefat_873',['getTileRefAt',['../classdtNavMesh.html#a88f53f80fa95524b1e7197dface10948',1,'dtNavMesh']]], - ['gettilesat_874',['getTilesAt',['../classdtNavMesh.html#a1a89053de47c9ed459d598fc7f739670',1,'dtNavMesh::getTilesAt()'],['../classdtTileCache.html#a4d60dcc8a8395400838cde8f6aa33fc9',1,'dtTileCache::getTilesAt()']]], - ['gettilestatesize_875',['getTileStateSize',['../classdtNavMesh.html#aaf6f0b0ce2bd81c5e6cd8ac67f6a8638',1,'dtNavMesh']]], - ['gettoolparams_876',['getToolParams',['../classCrowdToolState.html#a7b1674127e1b1a0020ea471c78ae0809',1,'CrowdToolState']]], - ['gettoolstate_877',['getToolState',['../classSample.html#a7ba24b29a3f97965904b66c17ade4645',1,'Sample']]], - ['gettricount_878',['getTriCount',['../classrcMeshLoaderObj.html#a1357f8619f9403cd3167ed5ad47dd0a9',1,'rcMeshLoaderObj']]], - ['gettriflags_879',['getTriFlags',['../RecastMeshDetail_8cpp.html#ab92e230a5419da84e12aadb8bbfc1819',1,'RecastMeshDetail.cpp']]], - ['gettris_880',['getTris',['../classrcMeshLoaderObj.html#a286866274c7dcea48d07d1577a413cdf',1,'rcMeshLoaderObj']]], - ['gettype_881',['getType',['../structdtPoly.html#a12a7d5dcd2f1d7164531be4ecb5f35a4',1,'dtPoly']]], - ['getvelocitysamplecount_882',['getVelocitySampleCount',['../classdtCrowd.html#a22ceec36962e3fdaccfbe4e84a8b24b3',1,'dtCrowd']]], - ['getvertcount_883',['getVertCount',['../classrcMeshLoaderObj.html#a07a41abbabedde7bcfa4b5c9b4e767a7',1,'rcMeshLoaderObj']]], - ['getverts_884',['getVerts',['../classrcMeshLoaderObj.html#ab3e86cdf9f4f15c5883a44c767cbee96',1,'rcMeshLoaderObj']]], - ['gfxcmd_5fqueue_5fsize_885',['GFXCMD_QUEUE_SIZE',['../imgui_8cpp.html#a5c5f4e46b037c54179262552c59aabb9',1,'imgui.cpp']]], - ['glcheckertexture_886',['GLCheckerTexture',['../classGLCheckerTexture.html#a361178710e61b228d921d38e9c2d54f7',1,'GLCheckerTexture::GLCheckerTexture()'],['../classGLCheckerTexture.html',1,'GLCheckerTexture']]], - ['graphparams_887',['GraphParams',['../structGraphParams.html',1,'']]], - ['gridsize_888',['gridSize',['../structdtObstacleAvoidanceParams.html#a38655cab9f879095f3f0906fdf535f3c',1,'dtObstacleAvoidanceParams']]], - ['guistate_889',['GuiState',['../structGuiState.html#a1159b7a2b218c020875b65881ebfd4cb',1,'GuiState::GuiState()'],['../structGuiState.html',1,'GuiState']]] + ['g_5fcdata_709',['g_cdata',['../imguiRenderGL_8cpp.html#a63d7bf2519c08a3169707cec1cbab429',1,'imguiRenderGL.cpp']]], + ['g_5fcircleverts_710',['g_circleVerts',['../imguiRenderGL_8cpp.html#a829fc56af6c08c9170e8f42a4551bfe9',1,'imguiRenderGL.cpp']]], + ['g_5ffocusbottom_711',['g_focusBottom',['../imgui_8cpp.html#ac365049df91f1a6f044a1cf941d99b86',1,'imgui.cpp']]], + ['g_5ffocustop_712',['g_focusTop',['../imgui_8cpp.html#aa91169c33606d569c026366edda9881f',1,'imgui.cpp']]], + ['g_5fftex_713',['g_ftex',['../imguiRenderGL_8cpp.html#a35e41818e96c0e65083e53b0757c046d',1,'imguiRenderGL.cpp']]], + ['g_5fgfxcmdqueue_714',['g_gfxCmdQueue',['../imgui_8cpp.html#a9abda3631ae545a933711b38b51d73b1',1,'imgui.cpp']]], + ['g_5fgfxcmdqueuesize_715',['g_gfxCmdQueueSize',['../imgui_8cpp.html#a1e10295502683256e4b84177f0631ba1',1,'imgui.cpp']]], + ['g_5finsidescrollarea_716',['g_insideScrollArea',['../imgui_8cpp.html#aa35d7274201fdfbabcfa8a383cda40e7',1,'imgui.cpp']]], + ['g_5fnsamples_717',['g_nsamples',['../main_8cpp.html#a60e01056b56609c9984c7f9dee5084cd',1,'main.cpp']]], + ['g_5fsamples_718',['g_samples',['../main_8cpp.html#adf355327e327a55707483da0fb936165',1,'main.cpp']]], + ['g_5fscrollareatop_719',['g_scrollAreaTop',['../imgui_8cpp.html#af694309b5965732a7517b3a64317d368',1,'imgui.cpp']]], + ['g_5fscrollbottom_720',['g_scrollBottom',['../imgui_8cpp.html#a85885b3ff60d48c2fa48c97967b9754c',1,'imgui.cpp']]], + ['g_5fscrollid_721',['g_scrollId',['../imgui_8cpp.html#ab1c52a1d375390099ea2a8ee290c2d4b',1,'imgui.cpp']]], + ['g_5fscrollright_722',['g_scrollRight',['../imgui_8cpp.html#ac83ebebaf5c5c7fee5c8ef8b00d79263',1,'imgui.cpp']]], + ['g_5fscrolltop_723',['g_scrollTop',['../imgui_8cpp.html#a3cbb6cb470c5eb82ca27461c33e38bd7',1,'imgui.cpp']]], + ['g_5fscrollval_724',['g_scrollVal',['../imgui_8cpp.html#a9ae0fa12c8e7a4bf0ee1ea8dc2778528',1,'imgui.cpp']]], + ['g_5fstate_725',['g_state',['../imgui_8cpp.html#a91dda354a7eaf0ce9c3bbb7c51251038',1,'imgui.cpp']]], + ['g_5ftabstops_726',['g_tabStops',['../imguiRenderGL_8cpp.html#a8c37700196ed88412783b7c1f7d307fb',1,'imguiRenderGL.cpp']]], + ['g_5ftempcoords_727',['g_tempCoords',['../imguiRenderGL_8cpp.html#ad10ff27565173e7b5d5ff243399dae14',1,'imguiRenderGL.cpp']]], + ['g_5ftempnormals_728',['g_tempNormals',['../imguiRenderGL_8cpp.html#abc052698b25d3a19fb6eb715bfad5975',1,'imguiRenderGL.cpp']]], + ['g_5ftex_729',['g_tex',['../SampleInterfaces_8cpp.html#ace0d90b13fb8095ce8da79758493054e',1,'SampleInterfaces.cpp']]], + ['g_5ftextpool_730',['g_textPool',['../imgui_8cpp.html#a224cbb3648a6d4ff641cf31bc84f2573',1,'imgui.cpp']]], + ['g_5ftextpoolsize_731',['g_textPoolSize',['../imgui_8cpp.html#ab73dcd239059b5a220e9e0277a568169',1,'imgui.cpp']]], + ['getaccumulatedtime_732',['getAccumulatedTime',['../classrcContext.html#a17e7b79afff2f042961698aa1c818c3d',1,'rcContext']]], + ['getactiveagents_733',['getActiveAgents',['../classdtCrowd.html#a15a4b9b9fb72a358514489ea8f755405',1,'dtCrowd']]], + ['getagent_734',['getAgent',['../classdtCrowd.html#aeef39643256ddad7ae421c78dda0ce06',1,'dtCrowd']]], + ['getagentbounds_735',['getAgentBounds',['../CrowdTool_8cpp.html#ae28c4a889bb4d9fac0cd88f0d0b93dd0',1,'CrowdTool.cpp']]], + ['getagentclimb_736',['getAgentClimb',['../classSample.html#ae94b1470cd74ee7abe9cf39a74c2bbd8',1,'Sample']]], + ['getagentcount_737',['getAgentCount',['../classdtCrowd.html#a87dc2372038ee12d9043a65737880b78',1,'dtCrowd']]], + ['getagentheight_738',['getAgentHeight',['../classSample.html#a7d914e678845642d42a09469377a7f83',1,'Sample']]], + ['getagentradius_739',['getAgentRadius',['../classSample.html#a3d6dc892150a705128c5799e7e4e3aab',1,'Sample']]], + ['getalloc_740',['getAlloc',['../classdtTileCache.html#adc396e35c754ef44cadea9cd113b7440',1,'dtTileCache']]], + ['getarea_741',['getArea',['../structdtPoly.html#ab5e97720847977aa7a4caf8c75e73792',1,'dtPoly']]], + ['getareacost_742',['getAreaCost',['../classdtQueryFilter.html#a1e41582a45d2a10eb7e68740475e5665',1,'dtQueryFilter']]], + ['getattachednavmesh_743',['getAttachedNavMesh',['../classdtNavMeshQuery.html#a05ddaa41019804494be7da66207882de',1,'dtNavMeshQuery']]], + ['getaverage_744',['getAverage',['../classValueHistory.html#aafc75b895663a6d7390146c81c883838',1,'ValueHistory']]], + ['getbakedquad_745',['getBakedQuad',['../imguiRenderGL_8cpp.html#aa0edb56b070edf4da63eb716e7c32bc6',1,'imguiRenderGL.cpp']]], + ['getbounds_746',['getBounds',['../classdtProximityGrid.html#a9850e14d04f7d60909c46bec50c5ef65',1,'dtProximityGrid']]], + ['getboundsmax_747',['getBoundsMax',['../classSample__Debug.html#aa1e603f5ef26815d521d7b89e7fe4e7d',1,'Sample_Debug']]], + ['getboundsmin_748',['getBoundsMin',['../classSample__Debug.html#a973cd339736c98e7ecd5cdc4ee7988c5',1,'Sample_Debug']]], + ['getbuildsettings_749',['getBuildSettings',['../classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565',1,'InputGeom']]], + ['getcapacity_750',['getCapacity',['../classdtNodeQueue.html#a3bd1e5d3450e90384d8d8ce7f59080de',1,'dtNodeQueue']]], + ['getcellsize_751',['getCellSize',['../classdtProximityGrid.html#aca646eb6926a096bb8062e7bf3a09945',1,'dtProximityGrid']]], + ['getcenter_752',['getCenter',['../classdtLocalBoundary.html#ab89e6bc9a4985f2c25e97fb1f70b6060',1,'dtLocalBoundary']]], + ['getchunkymesh_753',['getChunkyMesh',['../classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4',1,'InputGeom']]], + ['getcompressor_754',['getCompressor',['../classdtTileCache.html#a14aed84748e8c2b3c1ce827342ca16f1',1,'dtTileCache']]], + ['getcontourcenter_755',['getContourCenter',['../RecastDebugDraw_8cpp.html#a3486bd0130a48ea79695f01e2cc88b05',1,'RecastDebugDraw.cpp']]], + ['getconvexvolumecount_756',['getConvexVolumeCount',['../classInputGeom.html#a18f14e5605e256a5793515a66f77887d',1,'InputGeom']]], + ['getconvexvolumes_757',['getConvexVolumes',['../classInputGeom.html#a4665548e2789759d57d169fb0fd9de22',1,'InputGeom']]], + ['getcornerheight_758',['getCornerHeight',['../RecastContour_8cpp.html#a10f7bbb90e6028365b2637249b6bb29a',1,'getCornerHeight(int x, int y, int i, int dir, const rcCompactHeightfield &chf, bool &isBorderVertex): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af136bc352d829a1715b8a46ffb539aff',1,'getCornerHeight(dtTileCacheLayer &layer, const int x, const int y, const int z, const int walkableClimb, bool &shouldRemove): DetourTileCacheBuilder.cpp']]], + ['getcost_759',['getCost',['../classdtQueryFilter.html#a11d016505b732a1a013c3771a4157dea',1,'dtQueryFilter']]], + ['getcrowd_760',['getCrowd',['../classSample.html#af3671d3b21ff1992948cb7092ce0fc08',1,'Sample']]], + ['getdebugdraw_761',['getDebugDraw',['../classSample.html#a7e157d7dcc5164d3014ba248a8a1bbbe',1,'Sample']]], + ['getdiroffsetx_762',['getDirOffsetX',['../DetourTileCacheBuilder_8cpp.html#a59fc3411f762def701ca3f15f07cda12',1,'DetourTileCacheBuilder.cpp']]], + ['getdiroffsety_763',['getDirOffsetY',['../DetourTileCacheBuilder_8cpp.html#aca2add941eccb01df6af4cc78f0e8239',1,'DetourTileCacheBuilder.cpp']]], + ['getdistancetogoal_764',['getDistanceToGoal',['../DetourCrowd_8cpp.html#aa1c9aee7599d23c1b1b5db2363cc3a1c',1,'DetourCrowd.cpp']]], + ['getedgeflags_765',['getEdgeFlags',['../RecastMeshDetail_8cpp.html#a237fe0f624a27a47a9c0885fa1450dcc',1,'RecastMeshDetail.cpp']]], + ['geteditableagent_766',['getEditableAgent',['../classdtCrowd.html#aa6b571af2a8c628063b904c7b1a5e910',1,'dtCrowd']]], + ['geteditablefilter_767',['getEditableFilter',['../classdtCrowd.html#a170a9c4cc9f88a7ee3d560abce9ad552',1,'dtCrowd']]], + ['getexcludeflags_768',['getExcludeFlags',['../classdtQueryFilter.html#ac3e2d16755c3510003f0580e27ce4897',1,'dtQueryFilter']]], + ['getfilename_769',['getFileName',['../classrcMeshLoaderObj.html#a2f4d3abf3fb4e558d49c9fd80d0d69ca',1,'rcMeshLoaderObj']]], + ['getfilter_770',['getFilter',['../classdtCrowd.html#ae712fb6e6e907454ec0a827d11957373',1,'dtCrowd']]], + ['getfirst_771',['getFirst',['../classdtNodePool.html#a74e68feacf8667422d426e98ab86e612',1,'dtNodePool']]], + ['getfirstpoly_772',['getFirstPoly',['../classdtPathCorridor.html#a1328df3808790d4bedec54112b0fab43',1,'dtPathCorridor']]], + ['getflags_773',['getFlags',['../classNavmeshFlags.html#a86f58d0fc045e50c3751487394f4ec26',1,'NavmeshFlags']]], + ['getgeomfilename_774',['getGeomFileName',['../classTestCase.html#a485b056a0d259c0947354e0434871858',1,'TestCase']]], + ['getgrid_775',['getGrid',['../classdtCrowd.html#a1d1534a46f29afd4ab82ac37080c5ad0',1,'dtCrowd']]], + ['gethashsize_776',['getHashSize',['../classdtNodePool.html#a906d7f69b2ee45e8179926f47b4b3153',1,'dtNodePool']]], + ['getheight_777',['getHeight',['../RecastMeshDetail_8cpp.html#a2604c39cdc6af9e468adceb40145d93f',1,'RecastMeshDetail.cpp']]], + ['getheightdata_778',['getHeightData',['../RecastMeshDetail_8cpp.html#abb8411f8d3acf15a62f60228d6c4ff21',1,'RecastMeshDetail.cpp']]], + ['getincludeflags_779',['getIncludeFlags',['../classdtQueryFilter.html#a5bae688840167576dc6ab7913dda1b34',1,'dtQueryFilter']]], + ['getinputgeom_780',['getInputGeom',['../classSample.html#aab3a8fd2e47d84d952a21b2daa7f8318',1,'Sample']]], + ['getitemcountat_781',['getItemCountAt',['../classdtProximityGrid.html#ac788d2fbab7612826abeeab20a4f94fb',1,'dtProximityGrid']]], + ['getjitterx_782',['getJitterX',['../RecastMeshDetail_8cpp.html#ab4cd0a143a512c295ef95569bbfbbeef',1,'RecastMeshDetail.cpp']]], + ['getjittery_783',['getJitterY',['../RecastMeshDetail_8cpp.html#a194240aeeb96887533303bf652a3c201',1,'RecastMeshDetail.cpp']]], + ['getlastpoly_784',['getLastPoly',['../classdtPathCorridor.html#a4d23baaf31661832ea81fd5a6fcc0a59',1,'dtPathCorridor']]], + ['getlogcount_785',['getLogCount',['../classBuildContext.html#a94c60dd0d7398cddc2898a3b7b0ec220',1,'BuildContext']]], + ['getlogtext_786',['getLogText',['../classBuildContext.html#af63760315f9dcdd54dad7bc82bdc9e9f',1,'BuildContext']]], + ['getmaxnodes_787',['getMaxNodes',['../classdtNodePool.html#ad72b1d9c53d064e7b975bbb073e37b3c',1,'dtNodePool']]], + ['getmaxtiles_788',['getMaxTiles',['../classdtNavMesh.html#a17672fe19464d55eb66dc69f5f2f2b3f',1,'dtNavMesh']]], + ['getmemused_789',['getMemUsed',['../classdtNodeQueue.html#a024e0d15d235157f79bd6a386e090804',1,'dtNodeQueue::getMemUsed()'],['../classdtNodePool.html#a30a089ded0f298f4dd4654f39cd808d4',1,'dtNodePool::getMemUsed()']]], + ['getmesh_790',['getMesh',['../classInputGeom.html#a474a85ab24b2378a9734f1deacbf5060',1,'InputGeom']]], + ['getmeshboundsmax_791',['getMeshBoundsMax',['../classInputGeom.html#a807bb7df9302e27bcd3e0f8070bf092a',1,'InputGeom']]], + ['getmeshboundsmin_792',['getMeshBoundsMin',['../classInputGeom.html#af7343e9a8f1802062ae274ee57efeefc',1,'InputGeom']]], + ['getnavmesh_793',['getNavMesh',['../classSample.html#abf2cdbfa68c12b4f309bdf74671de539',1,'Sample']]], + ['getnavmeshboundsmax_794',['getNavMeshBoundsMax',['../classInputGeom.html#ae2c111ef2f6eccd803b4b28503aebbd5',1,'InputGeom']]], + ['getnavmeshboundsmin_795',['getNavMeshBoundsMin',['../classInputGeom.html#af65a1d3856edbd4145418f83862de88f',1,'InputGeom']]], + ['getnavmeshdrawflags_796',['getNavMeshDrawFlags',['../classSample.html#a20186dffd1c83837a2a32068fe819150',1,'Sample']]], + ['getnavmeshquery_797',['getNavMeshQuery',['../classSample.html#a120cb5edc22425e12445366f340578b2',1,'Sample::getNavMeshQuery()'],['../classdtCrowd.html#ae58e2252287003e9b7226936cf8b4ea7',1,'dtCrowd::getNavMeshQuery()']]], + ['getnavquery_798',['getNavQuery',['../classdtPathQueue.html#ad4fb7d75b1b65ad1db89782f8ad4e8da',1,'dtPathQueue']]], + ['getneighbourreg_799',['getNeighbourReg',['../DetourTileCacheBuilder_8cpp.html#af535796b148f37dcc11d1a3416ee9b53',1,'DetourTileCacheBuilder.cpp']]], + ['getneighbours_800',['getNeighbours',['../DetourCrowd_8cpp.html#a5fcc526c98bb123bbcb22c103d5f736b',1,'DetourCrowd.cpp']]], + ['getnext_801',['getNext',['../classdtNodePool.html#af4651c815c5cb0aa9779188094d4a488',1,'dtNodePool']]], + ['getnode_802',['getNode',['../classdtNodePool.html#a9642659acf1f7fbfcd408b4c3da8a885',1,'dtNodePool']]], + ['getnodeatidx_803',['getNodeAtIdx',['../classdtNodePool.html#a5f6d20bd49d338b03885909b0c13ccea',1,'dtNodePool::getNodeAtIdx(unsigned int idx)'],['../classdtNodePool.html#af5fa2f9dcde54a5d487fef4575d5130b',1,'dtNodePool::getNodeAtIdx(unsigned int idx) const']]], + ['getnodecount_804',['getNodeCount',['../classdtNodePool.html#a5f1217cd13ee7e57ab29f05f451927f9',1,'dtNodePool']]], + ['getnodeidx_805',['getNodeIdx',['../classdtNodePool.html#a5b223e8441b2d202fb1a18022228d6e1',1,'dtNodePool']]], + ['getnodepool_806',['getNodePool',['../classdtNavMeshQuery.html#a5f5baaa868aad36ba023ea81b10e70bd',1,'dtNavMeshQuery']]], + ['getnormals_807',['getNormals',['../classrcMeshLoaderObj.html#a988e6f79382df2eb9345cc031918a876',1,'rcMeshLoaderObj']]], + ['getobstacle_808',['getObstacle',['../classdtTileCache.html#a5c447f013845eeb64d65a58085dee5b7',1,'dtTileCache']]], + ['getobstacleavoidanceparams_809',['getObstacleAvoidanceParams',['../classdtCrowd.html#a4da076dabe04b63d801c63c99d2fb5bb',1,'dtCrowd']]], + ['getobstaclebounds_810',['getObstacleBounds',['../classdtTileCache.html#a71b5f91b742cc8339d36ac7b1c04ac0e',1,'dtTileCache']]], + ['getobstaclebyref_811',['getObstacleByRef',['../classdtTileCache.html#a6aaf88b2bb53c59d8a57d1b95eba8ce9',1,'dtTileCache']]], + ['getobstaclecircle_812',['getObstacleCircle',['../classdtObstacleAvoidanceQuery.html#a2de5b7639831faa59a708b2ed3cd6f15',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclecirclecount_813',['getObstacleCircleCount',['../classdtObstacleAvoidanceQuery.html#ae520788c1150ae9c0efa15ddee6b44a6',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclecount_814',['getObstacleCount',['../classdtTileCache.html#a7f76bec4205d0f8a2a78683dd8766ea9',1,'dtTileCache']]], + ['getobstacleref_815',['getObstacleRef',['../classdtTileCache.html#ab8e216fc463a72e59fc9c54df3acc13a',1,'dtTileCache']]], + ['getobstaclesegment_816',['getObstacleSegment',['../classdtObstacleAvoidanceQuery.html#a60779b0d519def7ae2101ad153266cd2',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclesegmentcount_817',['getObstacleSegmentCount',['../classdtObstacleAvoidanceQuery.html#a38c5fdba38e19e6c7481b75d089e45b6',1,'dtObstacleAvoidanceQuery']]], + ['getoffmeshconnectionareas_818',['getOffMeshConnectionAreas',['../classInputGeom.html#a4993dc182c72eba3e246bda25cfec258',1,'InputGeom']]], + ['getoffmeshconnectionbyref_819',['getOffMeshConnectionByRef',['../classdtNavMesh.html#a1db2c979241da0b6e0fda278206678de',1,'dtNavMesh']]], + ['getoffmeshconnectioncount_820',['getOffMeshConnectionCount',['../classInputGeom.html#ad31d93691d942948af8d79798e4d2ad5',1,'InputGeom']]], + ['getoffmeshconnectiondirs_821',['getOffMeshConnectionDirs',['../classInputGeom.html#a99352ee32c8a668d73c7f8ce70e3f9c9',1,'InputGeom']]], + ['getoffmeshconnectionflags_822',['getOffMeshConnectionFlags',['../classInputGeom.html#a53ff2a13a9ca55c0e40cc0e36c420557',1,'InputGeom']]], + ['getoffmeshconnectionid_823',['getOffMeshConnectionId',['../classInputGeom.html#a4ce0f47be81216e39eed6d1e38fcfa7c',1,'InputGeom']]], + ['getoffmeshconnectionpolyendpoints_824',['getOffMeshConnectionPolyEndPoints',['../classdtNavMesh.html#a5f4c392080406146805f674489feac4a',1,'dtNavMesh']]], + ['getoffmeshconnectionrads_825',['getOffMeshConnectionRads',['../classInputGeom.html#a2d5d1c04bf9bd3b3e6e4e896214d1e01',1,'InputGeom']]], + ['getoffmeshconnectionverts_826',['getOffMeshConnectionVerts',['../classInputGeom.html#ad6bdbb58ced2ad9d1b9c6905e20e4c69',1,'InputGeom']]], + ['getparams_827',['getParams',['../classdtTileCache.html#addea8bf2f66682e00c45a6948de77084',1,'dtTileCache::getParams()'],['../classdtNavMesh.html#a9202ff1b571f26d948c0ee2f07c9bce8',1,'dtNavMesh::getParams()']]], + ['getpath_828',['getPath',['../classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f',1,'dtPathCorridor']]], + ['getpathcount_829',['getPathCount',['../classdtPathCorridor.html#a16bfdb275fb8f385c269cd06236f8213',1,'dtPathCorridor']]], + ['getpathfromdijkstrasearch_830',['getPathFromDijkstraSearch',['../classdtNavMeshQuery.html#af0eadf81ceef919bd502469529b02fd0',1,'dtNavMeshQuery']]], + ['getpathqueue_831',['getPathQueue',['../classdtCrowd.html#a5300bc081c832dde048affb6bd077afb',1,'dtCrowd']]], + ['getpathresult_832',['getPathResult',['../classdtPathQueue.html#a6599518fe1e3c0e4c7d8c3cba062aeab',1,'dtPathQueue']]], + ['getperftime_833',['getPerfTime',['../PerfTimer_8cpp.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp'],['../PerfTimer_8h.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp']]], + ['getperftimeusec_834',['getPerfTimeUsec',['../PerfTimer_8cpp.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp'],['../PerfTimer_8h.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp']]], + ['getpolyarea_835',['getPolyArea',['../classdtNavMesh.html#aac53c07a2ab699b15228c91a17b3bafd',1,'dtNavMesh']]], + ['getpolycenter_836',['getPolyCenter',['../NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a',1,'NavMeshTesterTool.cpp']]], + ['getpolyflags_837',['getPolyFlags',['../classdtNavMesh.html#a8d5d33030fc21afa6b1be3c80689f9b7',1,'dtNavMesh']]], + ['getpolyheight_838',['getPolyHeight',['../classdtNavMeshQuery.html#af8303a12749e252c6688c15c5c887b69',1,'dtNavMeshQuery']]], + ['getpolymergevalue_839',['getPolyMergeValue',['../DetourTileCacheBuilder_8cpp.html#a30135fcd690b0ae1c9ebd9bd00e7349b',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aa51188672fa9e4efd3dffdb7012765b5',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb, const int nvp): RecastMesh.cpp']]], + ['getpolyrefbase_840',['getPolyRefBase',['../classdtNavMesh.html#a0741871ed1357c51e3847f22673fcc9c',1,'dtNavMesh']]], + ['getpolywallsegments_841',['getPolyWallSegments',['../classdtNavMeshQuery.html#a2c49662f07e52f1488622089952a154c',1,'dtNavMeshQuery']]], + ['getpos_842',['getPos',['../classdtPathCorridor.html#a607e96864c9cb68386d57e90d8681159',1,'dtPathCorridor']]], + ['getqueryextents_843',['getQueryExtents',['../classdtCrowd.html#a6a37c9f57844d91e46fd4c8ef9de17b0',1,'dtCrowd']]], + ['getqueryhalfextents_844',['getQueryHalfExtents',['../classdtCrowd.html#a24dd5232d34c87b80b75a6ae2729fd27',1,'dtCrowd']]], + ['getrequeststatus_845',['getRequestStatus',['../classdtPathQueue.html#a2b1a005dfc3d8d3efd1bb4bc46f49e32',1,'dtPathQueue']]], + ['getsample_846',['getSample',['../classValueHistory.html#a98d7b0157cbb602c086c0b148bf3fb46',1,'ValueHistory']]], + ['getsamplecollisiontimepenalty_847',['getSampleCollisionTimePenalty',['../classdtObstacleAvoidanceDebugData.html#a57737b7b4d07179326e69c70032a9f71',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplecount_848',['getSampleCount',['../classValueHistory.html#a4adf44b53d488361ec87c6c1fda04eab',1,'ValueHistory::getSampleCount()'],['../classdtObstacleAvoidanceDebugData.html#a48f21bd0b2d2f591290e127b00953ec2',1,'dtObstacleAvoidanceDebugData::getSampleCount() const']]], + ['getsamplecurrentvelocitypenalty_849',['getSampleCurrentVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#ae6bce4f174195e5b114a79c13fc46c02',1,'dtObstacleAvoidanceDebugData']]], + ['getsampledesiredvelocitypenalty_850',['getSampleDesiredVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#aa18a04d3c916740d7ddbd8d747de4e0f',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplemax_851',['getSampleMax',['../classValueHistory.html#a92ddbeb8e333478b4bb752ba7eeca462',1,'ValueHistory']]], + ['getsamplemin_852',['getSampleMin',['../classValueHistory.html#a828b36952411fe49d5d6de00f5e3e84d',1,'ValueHistory']]], + ['getsamplename_853',['getSampleName',['../classTestCase.html#a92b93e1bed1be7317a6ef8b2271f6c7a',1,'TestCase']]], + ['getsamplepenalty_854',['getSamplePenalty',['../classdtObstacleAvoidanceDebugData.html#a3bde3898f9ed1ada5e487010e502e4fd',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplepreferredsidepenalty_855',['getSamplePreferredSidePenalty',['../classdtObstacleAvoidanceDebugData.html#a54805fdf39b6fb3d294c0610f051b1a0',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplesize_856',['getSampleSize',['../classdtObstacleAvoidanceDebugData.html#a87816c09e68ea4d93a01b54b2b5025b1',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplevelocity_857',['getSampleVelocity',['../classdtObstacleAvoidanceDebugData.html#a682696e8fc9185544690fe3391c9b613',1,'dtObstacleAvoidanceDebugData']]], + ['getsegment_858',['getSegment',['../classdtLocalBoundary.html#a25ca9796be0ec6ff775a56f911c3fa17',1,'dtLocalBoundary']]], + ['getsegmentcount_859',['getSegmentCount',['../classdtLocalBoundary.html#a051ee9bba1b9e3bb563735d9ec047c7f',1,'dtLocalBoundary']]], + ['getslabcoord_860',['getSlabCoord',['../DetourNavMesh_8cpp.html#a3e7eb7995c416f34e56ae9a40d233655',1,'DetourNavMesh.cpp']]], + ['getsteertarget_861',['getSteerTarget',['../NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9',1,'NavMeshTesterTool.cpp']]], + ['gettarget_862',['getTarget',['../classdtPathCorridor.html#aa1ea66fedbbab0cabfb279287aee392b',1,'dtPathCorridor']]], + ['gettextlength_863',['getTextLength',['../imguiRenderGL_8cpp.html#ae0f324fe5e1454b8bdcdb05e2eb17762',1,'imguiRenderGL.cpp']]], + ['gettile_864',['getTile',['../classdtTileCache.html#abc5a037f106bae848fee5faad7cbc389',1,'dtTileCache::getTile()'],['../classdtNavMesh.html#a52bb4f57b24a139600cfb6aeec1d9bcd',1,'dtNavMesh::getTile(int i) const']]], + ['gettileandpolybyref_865',['getTileAndPolyByRef',['../classdtNavMesh.html#a36a84aa7296d5cc257eb3ddc38181253',1,'dtNavMesh']]], + ['gettileandpolybyrefunsafe_866',['getTileAndPolyByRefUnsafe',['../classdtNavMesh.html#ac5c5b89a6af63b7de29089ae83091e0f',1,'dtNavMesh']]], + ['gettileat_867',['getTileAt',['../classdtNavMesh.html#aecd08fb7ce20324cd18de51a834ff2ef',1,'dtNavMesh::getTileAt()'],['../classdtTileCache.html#ae13e3a13020a99039b96ccb51ea0dbc2',1,'dtTileCache::getTileAt()']]], + ['gettilebyref_868',['getTileByRef',['../classdtNavMesh.html#ac7924d8eeed5c67b04d2d23d0cc766ad',1,'dtNavMesh::getTileByRef()'],['../classdtTileCache.html#a6d59bed3d3db9550ca4cf9eb17c14b75',1,'dtTileCache::getTileByRef(dtCompressedTileRef ref) const']]], + ['gettilecount_869',['getTileCount',['../classdtTileCache.html#af97fdd9fe05fa93455a203c5dd927df6',1,'dtTileCache']]], + ['gettilepos_870',['getTilePos',['../classSample__TempObstacles.html#a079e060f05421edf67dc12e8f494c830',1,'Sample_TempObstacles::getTilePos()'],['../classSample__TileMesh.html#a5588a4adb46cc3a97805eb6bc87f2d79',1,'Sample_TileMesh::getTilePos()']]], + ['gettileref_871',['getTileRef',['../classdtTileCache.html#a3154cf5071666a7cf12495c809255541',1,'dtTileCache::getTileRef()'],['../classdtNavMesh.html#a6027a9a6f032dfd6a3b72563f17d80d7',1,'dtNavMesh::getTileRef(const dtMeshTile *tile) const']]], + ['gettilerefat_872',['getTileRefAt',['../classdtNavMesh.html#a88f53f80fa95524b1e7197dface10948',1,'dtNavMesh']]], + ['gettilesat_873',['getTilesAt',['../classdtNavMesh.html#a1a89053de47c9ed459d598fc7f739670',1,'dtNavMesh::getTilesAt()'],['../classdtTileCache.html#a4d60dcc8a8395400838cde8f6aa33fc9',1,'dtTileCache::getTilesAt()']]], + ['gettilestatesize_874',['getTileStateSize',['../classdtNavMesh.html#aaf6f0b0ce2bd81c5e6cd8ac67f6a8638',1,'dtNavMesh']]], + ['gettoolparams_875',['getToolParams',['../classCrowdToolState.html#a7b1674127e1b1a0020ea471c78ae0809',1,'CrowdToolState']]], + ['gettoolstate_876',['getToolState',['../classSample.html#a7ba24b29a3f97965904b66c17ade4645',1,'Sample']]], + ['gettricount_877',['getTriCount',['../classrcMeshLoaderObj.html#a1357f8619f9403cd3167ed5ad47dd0a9',1,'rcMeshLoaderObj']]], + ['gettriflags_878',['getTriFlags',['../RecastMeshDetail_8cpp.html#ab92e230a5419da84e12aadb8bbfc1819',1,'RecastMeshDetail.cpp']]], + ['gettris_879',['getTris',['../classrcMeshLoaderObj.html#a286866274c7dcea48d07d1577a413cdf',1,'rcMeshLoaderObj']]], + ['gettype_880',['getType',['../structdtPoly.html#a12a7d5dcd2f1d7164531be4ecb5f35a4',1,'dtPoly']]], + ['getvelocitysamplecount_881',['getVelocitySampleCount',['../classdtCrowd.html#a22ceec36962e3fdaccfbe4e84a8b24b3',1,'dtCrowd']]], + ['getvertcount_882',['getVertCount',['../classrcMeshLoaderObj.html#a07a41abbabedde7bcfa4b5c9b4e767a7',1,'rcMeshLoaderObj']]], + ['getverts_883',['getVerts',['../classrcMeshLoaderObj.html#ab3e86cdf9f4f15c5883a44c767cbee96',1,'rcMeshLoaderObj']]], + ['gfxcmd_5fqueue_5fsize_884',['GFXCMD_QUEUE_SIZE',['../imgui_8cpp.html#a5c5f4e46b037c54179262552c59aabb9',1,'imgui.cpp']]], + ['glcheckertexture_885',['GLCheckerTexture',['../classGLCheckerTexture.html#a361178710e61b228d921d38e9c2d54f7',1,'GLCheckerTexture::GLCheckerTexture()'],['../classGLCheckerTexture.html',1,'GLCheckerTexture']]], + ['graphparams_886',['GraphParams',['../structGraphParams.html',1,'']]], + ['gridsize_887',['gridSize',['../structdtObstacleAvoidanceParams.html#a38655cab9f879095f3f0906fdf535f3c',1,'dtObstacleAvoidanceParams']]], + ['guistate_888',['GuiState',['../structGuiState.html#a1159b7a2b218c020875b65881ebfd4cb',1,'GuiState::GuiState()'],['../structGuiState.html',1,'GuiState']]] ]; diff --git a/search/all_7.js b/search/all_7.js index c961806d..b89b4786 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -1,35 +1,35 @@ var searchData= [ - ['h_890',['h',['../structimguiGfxRect.html#a45a1b8518cccb97f986f1ddd6b90f83b',1,'imguiGfxRect::h()'],['../structGraphParams.html#ae36558e25d555cb8e00d9f9267ca39cc',1,'GraphParams::h()'],['../structrcCompactSpan.html#a7eb3771c94cae7b6e1bc239ec8fd7043',1,'rcCompactSpan::h()']]], - ['h_5fscale_891',['H_SCALE',['../DetourNavMeshQuery_8cpp.html#a691377deb83853ca02735f394ccf0a30',1,'DetourNavMeshQuery.cpp']]], - ['halfextents_892',['halfExtents',['../structdtObstacleOrientedBox.html#ad13d533793b5329dd33bd85e43ea3623',1,'dtObstacleOrientedBox']]], - ['handlebuild_893',['handleBuild',['../classSample.html#aed281e16d0d13265d6d43d3604bc10ad',1,'Sample::handleBuild()'],['../classSample__Debug.html#a72d94e452001b3bd546193e482651803',1,'Sample_Debug::handleBuild()'],['../classSample__SoloMesh.html#aa64471f37aa3d47e0efb58d01004d259',1,'Sample_SoloMesh::handleBuild()'],['../classSample__TempObstacles.html#abade4c42a2c0acae65fda15bf8179278',1,'Sample_TempObstacles::handleBuild()'],['../classSample__TileMesh.html#a42df1d970d17438695b2714fa795a538',1,'Sample_TileMesh::handleBuild()']]], - ['handleclick_894',['handleClick',['../classNavMeshTileTool.html#a8203dd4c8225ce9029dcba8581780340',1,'NavMeshTileTool::handleClick()'],['../classTempObstacleCreateTool.html#a27483a3ec7a6c2dd91d08eb58b5b7dce',1,'TempObstacleCreateTool::handleClick()'],['../classTempObstacleHilightTool.html#a066ac99df2d343aab8433c122af73fa6',1,'TempObstacleHilightTool::handleClick()'],['../classSample__Debug.html#a0c0de127e725454c8767d09bc5e0b8a5',1,'Sample_Debug::handleClick()'],['../classSample.html#a01d84b29a038e029bca701f34a72cbdd',1,'Sample::handleClick()'],['../classOffMeshConnectionTool.html#af561c2eb8e49bbdc14a271c09f2bf433',1,'OffMeshConnectionTool::handleClick()'],['../classNavMeshTesterTool.html#af11c1a094222f1206933071ff15f5a8f',1,'NavMeshTesterTool::handleClick()'],['../classNavMeshPruneTool.html#acb49419c8e5df7d2c10d99e502b64c9c',1,'NavMeshPruneTool::handleClick()'],['../classConvexVolumeTool.html#ab08815465ecb5f424ec136663221cbda',1,'ConvexVolumeTool::handleClick()'],['../structSampleTool.html#ad411c329c46227d3bd4552ab9e2fb5c3',1,'SampleTool::handleClick()'],['../classCrowdTool.html#a8b1890ee57fab07f458d8370a86a6daa',1,'CrowdTool::handleClick()']]], - ['handlecommonsettings_895',['handleCommonSettings',['../classSample.html#ad24b41fce326733944174ce5c4b4b30c',1,'Sample']]], - ['handledebugmode_896',['handleDebugMode',['../classSample.html#a013d5178776491775faec65ee8627233',1,'Sample::handleDebugMode()'],['../classSample__Debug.html#a4a67b68c13adbdc12f65a4bb15532ca4',1,'Sample_Debug::handleDebugMode()'],['../classSample__SoloMesh.html#a1e7120d697077a25672a5e6edceb2044',1,'Sample_SoloMesh::handleDebugMode()'],['../classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439',1,'Sample_TempObstacles::handleDebugMode()'],['../classSample__TileMesh.html#ae53626fc9ea2503b6a4f57200dae9153',1,'Sample_TileMesh::handleDebugMode()']]], - ['handlemenu_897',['handleMenu',['../classConvexVolumeTool.html#ad59fb729fe96406bc4254083189d01b0',1,'ConvexVolumeTool::handleMenu()'],['../classNavMeshTileTool.html#ad1b0d7145268c0d53999e027d469451d',1,'NavMeshTileTool::handleMenu()'],['../classTempObstacleCreateTool.html#a14e886d838141c3edb870d25819e030d',1,'TempObstacleCreateTool::handleMenu()'],['../classTempObstacleHilightTool.html#a55d084b3c5600bda192903b9f3546f79',1,'TempObstacleHilightTool::handleMenu()'],['../structSampleTool.html#a305d8f95fe8f79feb757b49ff4e55ead',1,'SampleTool::handleMenu()'],['../classOffMeshConnectionTool.html#a74209dcf32093be78df51f0bd36aae43',1,'OffMeshConnectionTool::handleMenu()'],['../classNavMeshTesterTool.html#a63adba51a9b8f7b6c06da0bd08c35a3b',1,'NavMeshTesterTool::handleMenu()'],['../classNavMeshPruneTool.html#ad7251daa12a7de6c23aa26f514352c17',1,'NavMeshPruneTool::handleMenu()'],['../classCrowdTool.html#a10481889d96be986ffbba99e4f4d751f',1,'CrowdTool::handleMenu()']]], - ['handlemeshchanged_898',['handleMeshChanged',['../classSample__TempObstacles.html#adad1a039be5d34890562fbe476bf683a',1,'Sample_TempObstacles::handleMeshChanged()'],['../classSample__TileMesh.html#a9a6d5eedb98ca2254269889dc02f10b3',1,'Sample_TileMesh::handleMeshChanged()'],['../classSample__SoloMesh.html#af63e6f988dc1866aabc7257802f794ce',1,'Sample_SoloMesh::handleMeshChanged()'],['../classSample__Debug.html#ab5cb622ee5868b780744f184fafd6771',1,'Sample_Debug::handleMeshChanged()'],['../classSample.html#a469aa66ff46ed039e8b6d0067f7e500c',1,'Sample::handleMeshChanged()']]], - ['handlerender_899',['handleRender',['../classSample__TileMesh.html#a86b371a0f7c07eff2473cc58562c417b',1,'Sample_TileMesh::handleRender()'],['../classNavMeshTileTool.html#a76314b53a3e1beeb8fe39f377e364652',1,'NavMeshTileTool::handleRender()'],['../classTempObstacleCreateTool.html#a84a0a1049ce50a1f7ea9be8925f84979',1,'TempObstacleCreateTool::handleRender()'],['../classTempObstacleHilightTool.html#aa28bfbf2dee308b7b8fad4a761f67fc4',1,'TempObstacleHilightTool::handleRender()'],['../classTestCase.html#ab26ff5960975d08e337509f96cacccb4',1,'TestCase::handleRender()'],['../classSample__TempObstacles.html#a3235d4811d8fe109c1917e7096359377',1,'Sample_TempObstacles::handleRender()'],['../classSample__SoloMesh.html#a08cee8a58d6ef5897847ab85518c9a91',1,'Sample_SoloMesh::handleRender()'],['../classSample__Debug.html#a63a4a62f44a207f65c41637d5b54c842',1,'Sample_Debug::handleRender()'],['../structSampleToolState.html#aba928b81e7813277bfcc6a0854f93658',1,'SampleToolState::handleRender()'],['../classConvexVolumeTool.html#a83f337f3a9a96ad6464c9179ad663a11',1,'ConvexVolumeTool::handleRender()'],['../classCrowdToolState.html#a127ea871607dd8ca52c254100be1e0af',1,'CrowdToolState::handleRender()'],['../classCrowdTool.html#a298f481f68d5e8a0cb183c276d182d44',1,'CrowdTool::handleRender()'],['../classNavMeshPruneTool.html#a7fd5ad545aa1da51f6e34434ac34a12c',1,'NavMeshPruneTool::handleRender()'],['../classNavMeshTesterTool.html#af5d6204e60c661420e07243ebb7295e8',1,'NavMeshTesterTool::handleRender()'],['../classOffMeshConnectionTool.html#a3b1c066c3145af2f4b14e7cb577d302a',1,'OffMeshConnectionTool::handleRender()'],['../structSampleTool.html#af78bbe22e6d974d7af841d6f81526a64',1,'SampleTool::handleRender()'],['../classSample.html#ada97cd12664f32a84c23c2e2b50890d3',1,'Sample::handleRender()']]], - ['handlerenderoverlay_900',['handleRenderOverlay',['../classConvexVolumeTool.html#af1ebf43ef0309a5f058ae8094dd83312',1,'ConvexVolumeTool::handleRenderOverlay()'],['../classNavMeshTileTool.html#ae454705cabb91cc34a5d11f8ed541c94',1,'NavMeshTileTool::handleRenderOverlay()'],['../classTempObstacleCreateTool.html#a800e3e9d3f26b1b247e9f300854dc794',1,'TempObstacleCreateTool::handleRenderOverlay()'],['../classTempObstacleHilightTool.html#a6b0fe1e1a746e01a7388cd1bcee8a779',1,'TempObstacleHilightTool::handleRenderOverlay()'],['../classTestCase.html#a67291ec62ce5a7ca538522a6231189f7',1,'TestCase::handleRenderOverlay()'],['../classSample__TileMesh.html#a2acfdfc5153bf2bec6207368619b5006',1,'Sample_TileMesh::handleRenderOverlay()'],['../classSample__TempObstacles.html#a3b72ce76d2ee91aea7e4fe96c0901099',1,'Sample_TempObstacles::handleRenderOverlay()'],['../classSample__SoloMesh.html#a9ee1ce62bf30f0b6c4b743101bbe2c7e',1,'Sample_SoloMesh::handleRenderOverlay()'],['../classSample__Debug.html#a230fb5fe100409fc376604e0a470e259',1,'Sample_Debug::handleRenderOverlay()'],['../classSample.html#aa6c6bd9c1947f9699e75c726f0bbd4d5',1,'Sample::handleRenderOverlay()'],['../structSampleToolState.html#ab3c7ab10984d2ca744f28a068d882750',1,'SampleToolState::handleRenderOverlay()'],['../structSampleTool.html#a1c493f6e6a5f733d09c6010467154531',1,'SampleTool::handleRenderOverlay()'],['../classOffMeshConnectionTool.html#af023858b0abb68e538a842ddc9e25022',1,'OffMeshConnectionTool::handleRenderOverlay()'],['../classNavMeshTesterTool.html#ac161b92950bfe0c7803ce602ec54ff7d',1,'NavMeshTesterTool::handleRenderOverlay()'],['../classNavMeshPruneTool.html#af5fd93ff57b645fc8dfdf4c2761fb3cf',1,'NavMeshPruneTool::handleRenderOverlay()'],['../classCrowdTool.html#a00641ff12ce93e817d07f9cfda7d500b',1,'CrowdTool::handleRenderOverlay()'],['../classCrowdToolState.html#aaaf12376476f0e109150ce7b0e618357',1,'CrowdToolState::handleRenderOverlay()']]], - ['handlesettings_901',['handleSettings',['../classSample__Debug.html#ae400fa9f870766e9f284b361accd9427',1,'Sample_Debug::handleSettings()'],['../classSample__TileMesh.html#a67ac0028f5834faaf6d89421b13a31f2',1,'Sample_TileMesh::handleSettings()'],['../classSample__SoloMesh.html#a756bbc11445f8ad9af9cbb5b4cb44ec8',1,'Sample_SoloMesh::handleSettings()'],['../classSample.html#a06fbc4cf5c3cd6b5581ae33db37ac324',1,'Sample::handleSettings()'],['../classSample__TempObstacles.html#ab669992dfb881d998114798d0978fc83',1,'Sample_TempObstacles::handleSettings()']]], - ['handlestep_902',['handleStep',['../classTempObstacleHilightTool.html#a6dbee86b6f4f9cb882e3c1cc5ea144aa',1,'TempObstacleHilightTool::handleStep()'],['../classNavMeshTileTool.html#adb6147a686eafaf9bb2e7b85e575097f',1,'NavMeshTileTool::handleStep()'],['../classTempObstacleCreateTool.html#ab86e78fbce2dab437d5f293406b1cd0a',1,'TempObstacleCreateTool::handleStep()'],['../classSample.html#a77bb6d09c508fb0f7d9cc498962f7d08',1,'Sample::handleStep()'],['../structSampleTool.html#a0cd44aa86008bcbc3dfc45d0117cd02c',1,'SampleTool::handleStep()'],['../classOffMeshConnectionTool.html#a1e894eb42860dbabc7c85928c9ae7175',1,'OffMeshConnectionTool::handleStep()'],['../classNavMeshTesterTool.html#a4296c9b5431882a10676a1f8baa687f5',1,'NavMeshTesterTool::handleStep()'],['../classNavMeshPruneTool.html#a1d3466a23085cff3e97afd0952d1f4af',1,'NavMeshPruneTool::handleStep()'],['../classCrowdTool.html#aff96223c09183019e6d97ec67e6ad60d',1,'CrowdTool::handleStep()'],['../classConvexVolumeTool.html#a5b0e8ab26df0ee701a69b291691cfcbf',1,'ConvexVolumeTool::handleStep()']]], - ['handletoggle_903',['handleToggle',['../structSampleTool.html#ac54d34080ba5a11adff8fba1bb2a71fb',1,'SampleTool::handleToggle()'],['../classNavMeshTileTool.html#a5960fdac4bfc1a72a4ef67a0cfbb3136',1,'NavMeshTileTool::handleToggle()'],['../classTempObstacleCreateTool.html#a7260c3dd1ba6c35d15aa35fedc5e9493',1,'TempObstacleCreateTool::handleToggle()'],['../classTempObstacleHilightTool.html#ab0f8512ec83f08b6a7d210f8a8e4ac51',1,'TempObstacleHilightTool::handleToggle()'],['../classSample__Debug.html#ad16cb7ee6860915b557f1e1594af4301',1,'Sample_Debug::handleToggle()'],['../classSample.html#a9bcb74f237555eb39454228acf9471c8',1,'Sample::handleToggle()'],['../classOffMeshConnectionTool.html#ab618f601d398015b4a8aee495290ea8f',1,'OffMeshConnectionTool::handleToggle()'],['../classNavMeshTesterTool.html#a3fcce315ee720c66b590287fa4c591e9',1,'NavMeshTesterTool::handleToggle()'],['../classNavMeshPruneTool.html#ad1ab829d07050f77dc09dff6156273b5',1,'NavMeshPruneTool::handleToggle()'],['../classCrowdTool.html#ac2427807187d8c2469d021a714f99266',1,'CrowdTool::handleToggle()'],['../classConvexVolumeTool.html#af1e59f31ba0dd44fdf18bb3abccc81c2',1,'ConvexVolumeTool::handleToggle()']]], - ['handletools_904',['handleTools',['../classSample.html#a4dc0dd60e505cec25a225f5d2ebf83d1',1,'Sample::handleTools()'],['../classSample__Debug.html#aac6036510468b2facb5b00458a35a6ef',1,'Sample_Debug::handleTools()'],['../classSample__SoloMesh.html#aeb52c7800e16699f467377fa38357d28',1,'Sample_SoloMesh::handleTools()'],['../classSample__TempObstacles.html#a15f2d29a496c1391426cabc3602f9d99',1,'Sample_TempObstacles::handleTools()'],['../classSample__TileMesh.html#a4c492f865f6a891f3c763a72c015a2b1',1,'Sample_TileMesh::handleTools()']]], - ['handleupdate_905',['handleUpdate',['../structSampleToolState.html#a8d13e1c36ea7258da57e022e211d40ae',1,'SampleToolState::handleUpdate()'],['../classSample.html#ae3185e1830bc005a03bf595fac945a23',1,'Sample::handleUpdate()'],['../classTempObstacleHilightTool.html#a238bf84317b82bb005acfa021905c280',1,'TempObstacleHilightTool::handleUpdate()'],['../classTempObstacleCreateTool.html#a7815ec25feed0fcb93625728c9fa6b08',1,'TempObstacleCreateTool::handleUpdate()'],['../classNavMeshTileTool.html#a09b989aa5ec7e659678a6adc64f04c21',1,'NavMeshTileTool::handleUpdate()'],['../classSample__TempObstacles.html#a5817d2d63a4bb0f12db44db260f007f4',1,'Sample_TempObstacles::handleUpdate()'],['../classOffMeshConnectionTool.html#a580d7e61206fa45b3e87a6b52cf076a1',1,'OffMeshConnectionTool::handleUpdate()'],['../classConvexVolumeTool.html#ab3a94dcc4cab914af5ae1d0b8446c951',1,'ConvexVolumeTool::handleUpdate()'],['../structSampleTool.html#ae3f8e0f0fddd71db2e91280e83805054',1,'SampleTool::handleUpdate()'],['../classCrowdToolState.html#a5533329be79b7cc61a18dcc5dfe11ecd',1,'CrowdToolState::handleUpdate()'],['../classNavMeshPruneTool.html#a7eba211059a9707b9609babee9c27388',1,'NavMeshPruneTool::handleUpdate()'],['../classNavMeshTesterTool.html#a0e250830eb6186b4b4f8559534ff8908',1,'NavMeshTesterTool::handleUpdate()'],['../classCrowdTool.html#a8d815cab99740e219ef4ef2d1172936a',1,'CrowdTool::handleUpdate()']]], - ['hashpos2_906',['hashPos2',['../DetourProximityGrid_8cpp.html#a45540c644ac152f30cbade2c4d49eabb',1,'DetourProximityGrid.cpp']]], - ['header_907',['header',['../structdtMeshTile.html#a5051ce89a829f53969be9ac3fae9d4c3',1,'dtMeshTile::header()'],['../structdtCompressedTile.html#a4682edbafc7117d98aedc6069a0cae9f',1,'dtCompressedTile::header()'],['../structdtTileCacheLayer.html#aee440990f8d08c3c08f0759bfd00639c',1,'dtTileCacheLayer::header()']]], - ['height_908',['height',['../structrcConfig.html#a25cdb5fcddc1d2813eca2462f60c13d1',1,'rcConfig::height()'],['../structrcHeightPatch.html#a6e2f9591899f48231b2d13e87bc5ba6a',1,'rcHeightPatch::height()'],['../structrcContourSet.html#a18be0e9d84b65e8688153b0adb517124',1,'rcContourSet::height()'],['../structrcHeightfieldLayer.html#a58d4448da1f29c63229a11ffc886b351',1,'rcHeightfieldLayer::height()'],['../structrcCompactHeightfield.html#a25d9e16e5d82cf698e47b18a5740b639',1,'rcCompactHeightfield::height()'],['../structrcHeightfield.html#a568ceeea7acb4ddf67dd78ec4fee7672',1,'rcHeightfield::height()'],['../structdtTileCacheLayerHeader.html#a3ea2f3a128e73e23879575725142d5fb',1,'dtTileCacheLayerHeader::height()'],['../structdtTileCacheParams.html#a0428fa48e2d01e17aab08ff814b2c769',1,'dtTileCacheParams::height()'],['../structdtObstacleCylinder.html#aae6a08ac6fded03f3df1cc9bbf34bf96',1,'dtObstacleCylinder::height()'],['../structdtCrowdAgentParams.html#a762f702ee5339eebaf252d391f31a586',1,'dtCrowdAgentParams::height()']]], - ['heights_909',['heights',['../structdtTileCacheLayer.html#ad5671088121159f5f4f39d52f6c3d42f',1,'dtTileCacheLayer::heights()'],['../structrcHeightfieldLayer.html#ac524f9b2f07bd31eba6a9ef72c2f2d0b',1,'rcHeightfieldLayer::heights()']]], - ['high_910',['high',['../structLinearAllocator.html#a1a09914aba0a50eba2ed752879974f75',1,'LinearAllocator']]], - ['hilightagent_911',['hilightAgent',['../classCrowdToolState.html#abd1ba6578e4b0bbc48eabbafaaaab2bc',1,'CrowdToolState']]], - ['hitedgeindex_912',['hitEdgeIndex',['../structdtRaycastHit.html#a27f1d665cde84889338ef4634c017c39',1,'dtRaycastHit']]], - ['hitnormal_913',['hitNormal',['../structdtRaycastHit.html#a35b5d410f632591db3f0a7d7f5c235b8',1,'dtRaycastHit']]], - ['hittestagents_914',['hitTestAgents',['../classCrowdToolState.html#a35659ce49a4932cefbb925ea6153c825',1,'CrowdToolState']]], - ['hittestobstacle_915',['hitTestObstacle',['../Sample__TempObstacles_8cpp.html#ad121bf7e4e054c2e9fc910193eff7439',1,'Sample_TempObstacles.cpp']]], - ['hmax_916',['hmax',['../structConvexVolume.html#a3019acd734533671d8ac029bd7ad7379',1,'ConvexVolume::hmax()'],['../structrcHeightfieldLayer.html#a95365db6dde274d1722aec90ade7a8c8',1,'rcHeightfieldLayer::hmax()'],['../structdtTileCacheLayerHeader.html#a1a39cf584edf04f90b05b38f1979f13d',1,'dtTileCacheLayerHeader::hmax()']]], - ['hmin_917',['hmin',['../structdtTileCacheLayerHeader.html#ac67e4ecbb71ab3814e9e270f14004ee9',1,'dtTileCacheLayerHeader::hmin()'],['../structrcHeightfieldLayer.html#a6ddd970ccf1cd15048ac535f9f75d083',1,'rcHeightfieldLayer::hmin()'],['../structConvexVolume.html#a388cd3f55a1083b93543c7bad7a3d47e',1,'ConvexVolume::hmin()']]], - ['holes_918',['holes',['../structrcContourRegion.html#ae12d68ef4a40342b654ce16ad1962dec',1,'rcContourRegion']]], - ['horiztime_919',['horizTime',['../structdtObstacleAvoidanceParams.html#a20bba3a481f4478eb32fce9a7f61c436',1,'dtObstacleAvoidanceParams']]], - ['hot_920',['hot',['../structGuiState.html#a0db522de5d2a46ebcabeb9721e95a1db',1,'GuiState']]], - ['hottobe_921',['hotToBe',['../structGuiState.html#aab12c1ba6341e43974ecca47d57a2292',1,'GuiState']]] + ['h_889',['h',['../structimguiGfxRect.html#a45a1b8518cccb97f986f1ddd6b90f83b',1,'imguiGfxRect::h()'],['../structGraphParams.html#ae36558e25d555cb8e00d9f9267ca39cc',1,'GraphParams::h()'],['../structrcCompactSpan.html#a7eb3771c94cae7b6e1bc239ec8fd7043',1,'rcCompactSpan::h()']]], + ['h_5fscale_890',['H_SCALE',['../DetourNavMeshQuery_8cpp.html#a691377deb83853ca02735f394ccf0a30',1,'DetourNavMeshQuery.cpp']]], + ['halfextents_891',['halfExtents',['../structdtObstacleOrientedBox.html#ad13d533793b5329dd33bd85e43ea3623',1,'dtObstacleOrientedBox']]], + ['handlebuild_892',['handleBuild',['../classSample.html#aed281e16d0d13265d6d43d3604bc10ad',1,'Sample::handleBuild()'],['../classSample__Debug.html#a72d94e452001b3bd546193e482651803',1,'Sample_Debug::handleBuild()'],['../classSample__SoloMesh.html#aa64471f37aa3d47e0efb58d01004d259',1,'Sample_SoloMesh::handleBuild()'],['../classSample__TempObstacles.html#abade4c42a2c0acae65fda15bf8179278',1,'Sample_TempObstacles::handleBuild()'],['../classSample__TileMesh.html#a42df1d970d17438695b2714fa795a538',1,'Sample_TileMesh::handleBuild()']]], + ['handleclick_893',['handleClick',['../classNavMeshTileTool.html#a8203dd4c8225ce9029dcba8581780340',1,'NavMeshTileTool::handleClick()'],['../classTempObstacleCreateTool.html#a27483a3ec7a6c2dd91d08eb58b5b7dce',1,'TempObstacleCreateTool::handleClick()'],['../classTempObstacleHilightTool.html#a066ac99df2d343aab8433c122af73fa6',1,'TempObstacleHilightTool::handleClick()'],['../classSample__Debug.html#a0c0de127e725454c8767d09bc5e0b8a5',1,'Sample_Debug::handleClick()'],['../classSample.html#a01d84b29a038e029bca701f34a72cbdd',1,'Sample::handleClick()'],['../classOffMeshConnectionTool.html#af561c2eb8e49bbdc14a271c09f2bf433',1,'OffMeshConnectionTool::handleClick()'],['../classNavMeshTesterTool.html#af11c1a094222f1206933071ff15f5a8f',1,'NavMeshTesterTool::handleClick()'],['../classNavMeshPruneTool.html#acb49419c8e5df7d2c10d99e502b64c9c',1,'NavMeshPruneTool::handleClick()'],['../classConvexVolumeTool.html#ab08815465ecb5f424ec136663221cbda',1,'ConvexVolumeTool::handleClick()'],['../structSampleTool.html#ad411c329c46227d3bd4552ab9e2fb5c3',1,'SampleTool::handleClick()'],['../classCrowdTool.html#a8b1890ee57fab07f458d8370a86a6daa',1,'CrowdTool::handleClick()']]], + ['handlecommonsettings_894',['handleCommonSettings',['../classSample.html#ad24b41fce326733944174ce5c4b4b30c',1,'Sample']]], + ['handledebugmode_895',['handleDebugMode',['../classSample.html#a013d5178776491775faec65ee8627233',1,'Sample::handleDebugMode()'],['../classSample__Debug.html#a4a67b68c13adbdc12f65a4bb15532ca4',1,'Sample_Debug::handleDebugMode()'],['../classSample__SoloMesh.html#a1e7120d697077a25672a5e6edceb2044',1,'Sample_SoloMesh::handleDebugMode()'],['../classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439',1,'Sample_TempObstacles::handleDebugMode()'],['../classSample__TileMesh.html#ae53626fc9ea2503b6a4f57200dae9153',1,'Sample_TileMesh::handleDebugMode()']]], + ['handlemenu_896',['handleMenu',['../classConvexVolumeTool.html#ad59fb729fe96406bc4254083189d01b0',1,'ConvexVolumeTool::handleMenu()'],['../classNavMeshTileTool.html#ad1b0d7145268c0d53999e027d469451d',1,'NavMeshTileTool::handleMenu()'],['../classTempObstacleCreateTool.html#a14e886d838141c3edb870d25819e030d',1,'TempObstacleCreateTool::handleMenu()'],['../classTempObstacleHilightTool.html#a55d084b3c5600bda192903b9f3546f79',1,'TempObstacleHilightTool::handleMenu()'],['../structSampleTool.html#a305d8f95fe8f79feb757b49ff4e55ead',1,'SampleTool::handleMenu()'],['../classOffMeshConnectionTool.html#a74209dcf32093be78df51f0bd36aae43',1,'OffMeshConnectionTool::handleMenu()'],['../classNavMeshTesterTool.html#a63adba51a9b8f7b6c06da0bd08c35a3b',1,'NavMeshTesterTool::handleMenu()'],['../classNavMeshPruneTool.html#ad7251daa12a7de6c23aa26f514352c17',1,'NavMeshPruneTool::handleMenu()'],['../classCrowdTool.html#a10481889d96be986ffbba99e4f4d751f',1,'CrowdTool::handleMenu()']]], + ['handlemeshchanged_897',['handleMeshChanged',['../classSample__TempObstacles.html#adad1a039be5d34890562fbe476bf683a',1,'Sample_TempObstacles::handleMeshChanged()'],['../classSample__TileMesh.html#a9a6d5eedb98ca2254269889dc02f10b3',1,'Sample_TileMesh::handleMeshChanged()'],['../classSample__SoloMesh.html#af63e6f988dc1866aabc7257802f794ce',1,'Sample_SoloMesh::handleMeshChanged()'],['../classSample__Debug.html#ab5cb622ee5868b780744f184fafd6771',1,'Sample_Debug::handleMeshChanged()'],['../classSample.html#a469aa66ff46ed039e8b6d0067f7e500c',1,'Sample::handleMeshChanged()']]], + ['handlerender_898',['handleRender',['../classSample__TileMesh.html#a86b371a0f7c07eff2473cc58562c417b',1,'Sample_TileMesh::handleRender()'],['../classNavMeshTileTool.html#a76314b53a3e1beeb8fe39f377e364652',1,'NavMeshTileTool::handleRender()'],['../classTempObstacleCreateTool.html#a84a0a1049ce50a1f7ea9be8925f84979',1,'TempObstacleCreateTool::handleRender()'],['../classTempObstacleHilightTool.html#aa28bfbf2dee308b7b8fad4a761f67fc4',1,'TempObstacleHilightTool::handleRender()'],['../classTestCase.html#ab26ff5960975d08e337509f96cacccb4',1,'TestCase::handleRender()'],['../classSample__TempObstacles.html#a3235d4811d8fe109c1917e7096359377',1,'Sample_TempObstacles::handleRender()'],['../classSample__SoloMesh.html#a08cee8a58d6ef5897847ab85518c9a91',1,'Sample_SoloMesh::handleRender()'],['../classSample__Debug.html#a63a4a62f44a207f65c41637d5b54c842',1,'Sample_Debug::handleRender()'],['../structSampleToolState.html#aba928b81e7813277bfcc6a0854f93658',1,'SampleToolState::handleRender()'],['../classConvexVolumeTool.html#a83f337f3a9a96ad6464c9179ad663a11',1,'ConvexVolumeTool::handleRender()'],['../classCrowdToolState.html#a127ea871607dd8ca52c254100be1e0af',1,'CrowdToolState::handleRender()'],['../classCrowdTool.html#a298f481f68d5e8a0cb183c276d182d44',1,'CrowdTool::handleRender()'],['../classNavMeshPruneTool.html#a7fd5ad545aa1da51f6e34434ac34a12c',1,'NavMeshPruneTool::handleRender()'],['../classNavMeshTesterTool.html#af5d6204e60c661420e07243ebb7295e8',1,'NavMeshTesterTool::handleRender()'],['../classOffMeshConnectionTool.html#a3b1c066c3145af2f4b14e7cb577d302a',1,'OffMeshConnectionTool::handleRender()'],['../structSampleTool.html#af78bbe22e6d974d7af841d6f81526a64',1,'SampleTool::handleRender()'],['../classSample.html#ada97cd12664f32a84c23c2e2b50890d3',1,'Sample::handleRender()']]], + ['handlerenderoverlay_899',['handleRenderOverlay',['../classConvexVolumeTool.html#af1ebf43ef0309a5f058ae8094dd83312',1,'ConvexVolumeTool::handleRenderOverlay()'],['../classNavMeshTileTool.html#ae454705cabb91cc34a5d11f8ed541c94',1,'NavMeshTileTool::handleRenderOverlay()'],['../classTempObstacleCreateTool.html#a800e3e9d3f26b1b247e9f300854dc794',1,'TempObstacleCreateTool::handleRenderOverlay()'],['../classTempObstacleHilightTool.html#a6b0fe1e1a746e01a7388cd1bcee8a779',1,'TempObstacleHilightTool::handleRenderOverlay()'],['../classTestCase.html#a67291ec62ce5a7ca538522a6231189f7',1,'TestCase::handleRenderOverlay()'],['../classSample__TileMesh.html#a2acfdfc5153bf2bec6207368619b5006',1,'Sample_TileMesh::handleRenderOverlay()'],['../classSample__TempObstacles.html#a3b72ce76d2ee91aea7e4fe96c0901099',1,'Sample_TempObstacles::handleRenderOverlay()'],['../classSample__SoloMesh.html#a9ee1ce62bf30f0b6c4b743101bbe2c7e',1,'Sample_SoloMesh::handleRenderOverlay()'],['../classSample__Debug.html#a230fb5fe100409fc376604e0a470e259',1,'Sample_Debug::handleRenderOverlay()'],['../classSample.html#aa6c6bd9c1947f9699e75c726f0bbd4d5',1,'Sample::handleRenderOverlay()'],['../structSampleToolState.html#ab3c7ab10984d2ca744f28a068d882750',1,'SampleToolState::handleRenderOverlay()'],['../structSampleTool.html#a1c493f6e6a5f733d09c6010467154531',1,'SampleTool::handleRenderOverlay()'],['../classOffMeshConnectionTool.html#af023858b0abb68e538a842ddc9e25022',1,'OffMeshConnectionTool::handleRenderOverlay()'],['../classNavMeshTesterTool.html#ac161b92950bfe0c7803ce602ec54ff7d',1,'NavMeshTesterTool::handleRenderOverlay()'],['../classNavMeshPruneTool.html#af5fd93ff57b645fc8dfdf4c2761fb3cf',1,'NavMeshPruneTool::handleRenderOverlay()'],['../classCrowdTool.html#a00641ff12ce93e817d07f9cfda7d500b',1,'CrowdTool::handleRenderOverlay()'],['../classCrowdToolState.html#aaaf12376476f0e109150ce7b0e618357',1,'CrowdToolState::handleRenderOverlay()']]], + ['handlesettings_900',['handleSettings',['../classSample__Debug.html#ae400fa9f870766e9f284b361accd9427',1,'Sample_Debug::handleSettings()'],['../classSample__TileMesh.html#a67ac0028f5834faaf6d89421b13a31f2',1,'Sample_TileMesh::handleSettings()'],['../classSample__SoloMesh.html#a756bbc11445f8ad9af9cbb5b4cb44ec8',1,'Sample_SoloMesh::handleSettings()'],['../classSample.html#a06fbc4cf5c3cd6b5581ae33db37ac324',1,'Sample::handleSettings()'],['../classSample__TempObstacles.html#ab669992dfb881d998114798d0978fc83',1,'Sample_TempObstacles::handleSettings()']]], + ['handlestep_901',['handleStep',['../classTempObstacleHilightTool.html#a6dbee86b6f4f9cb882e3c1cc5ea144aa',1,'TempObstacleHilightTool::handleStep()'],['../classNavMeshTileTool.html#adb6147a686eafaf9bb2e7b85e575097f',1,'NavMeshTileTool::handleStep()'],['../classTempObstacleCreateTool.html#ab86e78fbce2dab437d5f293406b1cd0a',1,'TempObstacleCreateTool::handleStep()'],['../classSample.html#a77bb6d09c508fb0f7d9cc498962f7d08',1,'Sample::handleStep()'],['../structSampleTool.html#a0cd44aa86008bcbc3dfc45d0117cd02c',1,'SampleTool::handleStep()'],['../classOffMeshConnectionTool.html#a1e894eb42860dbabc7c85928c9ae7175',1,'OffMeshConnectionTool::handleStep()'],['../classNavMeshTesterTool.html#a4296c9b5431882a10676a1f8baa687f5',1,'NavMeshTesterTool::handleStep()'],['../classNavMeshPruneTool.html#a1d3466a23085cff3e97afd0952d1f4af',1,'NavMeshPruneTool::handleStep()'],['../classCrowdTool.html#aff96223c09183019e6d97ec67e6ad60d',1,'CrowdTool::handleStep()'],['../classConvexVolumeTool.html#a5b0e8ab26df0ee701a69b291691cfcbf',1,'ConvexVolumeTool::handleStep()']]], + ['handletoggle_902',['handleToggle',['../structSampleTool.html#ac54d34080ba5a11adff8fba1bb2a71fb',1,'SampleTool::handleToggle()'],['../classNavMeshTileTool.html#a5960fdac4bfc1a72a4ef67a0cfbb3136',1,'NavMeshTileTool::handleToggle()'],['../classTempObstacleCreateTool.html#a7260c3dd1ba6c35d15aa35fedc5e9493',1,'TempObstacleCreateTool::handleToggle()'],['../classTempObstacleHilightTool.html#ab0f8512ec83f08b6a7d210f8a8e4ac51',1,'TempObstacleHilightTool::handleToggle()'],['../classSample__Debug.html#ad16cb7ee6860915b557f1e1594af4301',1,'Sample_Debug::handleToggle()'],['../classSample.html#a9bcb74f237555eb39454228acf9471c8',1,'Sample::handleToggle()'],['../classOffMeshConnectionTool.html#ab618f601d398015b4a8aee495290ea8f',1,'OffMeshConnectionTool::handleToggle()'],['../classNavMeshTesterTool.html#a3fcce315ee720c66b590287fa4c591e9',1,'NavMeshTesterTool::handleToggle()'],['../classNavMeshPruneTool.html#ad1ab829d07050f77dc09dff6156273b5',1,'NavMeshPruneTool::handleToggle()'],['../classCrowdTool.html#ac2427807187d8c2469d021a714f99266',1,'CrowdTool::handleToggle()'],['../classConvexVolumeTool.html#af1e59f31ba0dd44fdf18bb3abccc81c2',1,'ConvexVolumeTool::handleToggle()']]], + ['handletools_903',['handleTools',['../classSample.html#a4dc0dd60e505cec25a225f5d2ebf83d1',1,'Sample::handleTools()'],['../classSample__Debug.html#aac6036510468b2facb5b00458a35a6ef',1,'Sample_Debug::handleTools()'],['../classSample__SoloMesh.html#aeb52c7800e16699f467377fa38357d28',1,'Sample_SoloMesh::handleTools()'],['../classSample__TempObstacles.html#a15f2d29a496c1391426cabc3602f9d99',1,'Sample_TempObstacles::handleTools()'],['../classSample__TileMesh.html#a4c492f865f6a891f3c763a72c015a2b1',1,'Sample_TileMesh::handleTools()']]], + ['handleupdate_904',['handleUpdate',['../structSampleToolState.html#a8d13e1c36ea7258da57e022e211d40ae',1,'SampleToolState::handleUpdate()'],['../classSample.html#ae3185e1830bc005a03bf595fac945a23',1,'Sample::handleUpdate()'],['../classTempObstacleHilightTool.html#a238bf84317b82bb005acfa021905c280',1,'TempObstacleHilightTool::handleUpdate()'],['../classTempObstacleCreateTool.html#a7815ec25feed0fcb93625728c9fa6b08',1,'TempObstacleCreateTool::handleUpdate()'],['../classNavMeshTileTool.html#a09b989aa5ec7e659678a6adc64f04c21',1,'NavMeshTileTool::handleUpdate()'],['../classSample__TempObstacles.html#a5817d2d63a4bb0f12db44db260f007f4',1,'Sample_TempObstacles::handleUpdate()'],['../classOffMeshConnectionTool.html#a580d7e61206fa45b3e87a6b52cf076a1',1,'OffMeshConnectionTool::handleUpdate()'],['../classConvexVolumeTool.html#ab3a94dcc4cab914af5ae1d0b8446c951',1,'ConvexVolumeTool::handleUpdate()'],['../structSampleTool.html#ae3f8e0f0fddd71db2e91280e83805054',1,'SampleTool::handleUpdate()'],['../classCrowdToolState.html#a5533329be79b7cc61a18dcc5dfe11ecd',1,'CrowdToolState::handleUpdate()'],['../classNavMeshPruneTool.html#a7eba211059a9707b9609babee9c27388',1,'NavMeshPruneTool::handleUpdate()'],['../classNavMeshTesterTool.html#a0e250830eb6186b4b4f8559534ff8908',1,'NavMeshTesterTool::handleUpdate()'],['../classCrowdTool.html#a8d815cab99740e219ef4ef2d1172936a',1,'CrowdTool::handleUpdate()']]], + ['hashpos2_905',['hashPos2',['../DetourProximityGrid_8cpp.html#a45540c644ac152f30cbade2c4d49eabb',1,'DetourProximityGrid.cpp']]], + ['header_906',['header',['../structdtMeshTile.html#a5051ce89a829f53969be9ac3fae9d4c3',1,'dtMeshTile::header()'],['../structdtCompressedTile.html#a4682edbafc7117d98aedc6069a0cae9f',1,'dtCompressedTile::header()'],['../structdtTileCacheLayer.html#aee440990f8d08c3c08f0759bfd00639c',1,'dtTileCacheLayer::header()']]], + ['height_907',['height',['../structrcConfig.html#a25cdb5fcddc1d2813eca2462f60c13d1',1,'rcConfig::height()'],['../structrcHeightPatch.html#a6e2f9591899f48231b2d13e87bc5ba6a',1,'rcHeightPatch::height()'],['../structrcContourSet.html#a18be0e9d84b65e8688153b0adb517124',1,'rcContourSet::height()'],['../structrcHeightfieldLayer.html#a58d4448da1f29c63229a11ffc886b351',1,'rcHeightfieldLayer::height()'],['../structrcCompactHeightfield.html#a25d9e16e5d82cf698e47b18a5740b639',1,'rcCompactHeightfield::height()'],['../structrcHeightfield.html#a568ceeea7acb4ddf67dd78ec4fee7672',1,'rcHeightfield::height()'],['../structdtTileCacheLayerHeader.html#a3ea2f3a128e73e23879575725142d5fb',1,'dtTileCacheLayerHeader::height()'],['../structdtTileCacheParams.html#a0428fa48e2d01e17aab08ff814b2c769',1,'dtTileCacheParams::height()'],['../structdtObstacleCylinder.html#aae6a08ac6fded03f3df1cc9bbf34bf96',1,'dtObstacleCylinder::height()'],['../structdtCrowdAgentParams.html#a762f702ee5339eebaf252d391f31a586',1,'dtCrowdAgentParams::height()']]], + ['heights_908',['heights',['../structdtTileCacheLayer.html#ad5671088121159f5f4f39d52f6c3d42f',1,'dtTileCacheLayer::heights()'],['../structrcHeightfieldLayer.html#ac524f9b2f07bd31eba6a9ef72c2f2d0b',1,'rcHeightfieldLayer::heights()']]], + ['high_909',['high',['../structLinearAllocator.html#a1a09914aba0a50eba2ed752879974f75',1,'LinearAllocator']]], + ['hilightagent_910',['hilightAgent',['../classCrowdToolState.html#abd1ba6578e4b0bbc48eabbafaaaab2bc',1,'CrowdToolState']]], + ['hitedgeindex_911',['hitEdgeIndex',['../structdtRaycastHit.html#a27f1d665cde84889338ef4634c017c39',1,'dtRaycastHit']]], + ['hitnormal_912',['hitNormal',['../structdtRaycastHit.html#a35b5d410f632591db3f0a7d7f5c235b8',1,'dtRaycastHit']]], + ['hittestagents_913',['hitTestAgents',['../classCrowdToolState.html#a35659ce49a4932cefbb925ea6153c825',1,'CrowdToolState']]], + ['hittestobstacle_914',['hitTestObstacle',['../Sample__TempObstacles_8cpp.html#ad121bf7e4e054c2e9fc910193eff7439',1,'Sample_TempObstacles.cpp']]], + ['hmax_915',['hmax',['../structConvexVolume.html#a3019acd734533671d8ac029bd7ad7379',1,'ConvexVolume::hmax()'],['../structrcHeightfieldLayer.html#a95365db6dde274d1722aec90ade7a8c8',1,'rcHeightfieldLayer::hmax()'],['../structdtTileCacheLayerHeader.html#a1a39cf584edf04f90b05b38f1979f13d',1,'dtTileCacheLayerHeader::hmax()']]], + ['hmin_916',['hmin',['../structdtTileCacheLayerHeader.html#ac67e4ecbb71ab3814e9e270f14004ee9',1,'dtTileCacheLayerHeader::hmin()'],['../structrcHeightfieldLayer.html#a6ddd970ccf1cd15048ac535f9f75d083',1,'rcHeightfieldLayer::hmin()'],['../structConvexVolume.html#a388cd3f55a1083b93543c7bad7a3d47e',1,'ConvexVolume::hmin()']]], + ['holes_917',['holes',['../structrcContourRegion.html#ae12d68ef4a40342b654ce16ad1962dec',1,'rcContourRegion']]], + ['horiztime_918',['horizTime',['../structdtObstacleAvoidanceParams.html#a20bba3a481f4478eb32fce9a7f61c436',1,'dtObstacleAvoidanceParams']]], + ['hot_919',['hot',['../structGuiState.html#a0db522de5d2a46ebcabeb9721e95a1db',1,'GuiState']]], + ['hottobe_920',['hotToBe',['../structGuiState.html#aab12c1ba6341e43974ecca47d57a2292',1,'GuiState']]] ]; diff --git a/search/all_8.js b/search/all_8.js index 8a704c4e..b19448fd 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -1,92 +1,92 @@ var searchData= [ - ['i_922',['i',['../structBoundsItem.html#ab05a8256e9a88d9c1a24c88c424f88fc',1,'BoundsItem::i()'],['../structrcChunkyTriMeshNode.html#aef4c1c5ae3d3e688449598791f65483c',1,'rcChunkyTriMeshNode::i()'],['../structBVItem.html#a50d6602a0adbcd8ac0bfa5e20edd554a',1,'BVItem::i()'],['../structdtBVNode.html#aa7de4b9e1151b9f4bf02154cfb24a45a',1,'dtBVNode::i()']]], - ['id_923',['id',['../structrcSweepSpan.html#ac1a82c65b0a40920eab883fc2b0aa706',1,'rcSweepSpan::id()'],['../structrcRegion.html#a4938489b9fdddccbfb9273975632a30b',1,'rcRegion::id()'],['../structrcLayerSweepSpan.html#a16f6f61547ed2e1c6f22b6e17810785e',1,'rcLayerSweepSpan::id()'],['../structdtLayerSweepSpan.html#a979ef3d0c22d55844358ed2e62acd83f',1,'dtLayerSweepSpan::id()'],['../structdtNode.html#a0ffc2be17daff1087e7d2920334eeb3d',1,'dtNode::id()']]], - ['idx_924',['idx',['../structdtCrowdAgentDebugInfo.html#ac0c1fb2edc72e4e688eb943d8f2d92b2',1,'dtCrowdAgentDebugInfo::idx()'],['../structdtCrowdNeighbour.html#a6a4639002489c6b6e3709e2e6a217c7c',1,'dtCrowdNeighbour::idx()']]], - ['ilog2_925',['ilog2',['../Sample__TileMesh_8cpp.html#ae9adac380db2fcc0a78bee0bcf9ac86a',1,'Sample_TileMesh.cpp']]], - ['imgui_2ecpp_926',['imgui.cpp',['../imgui_8cpp.html',1,'']]], - ['imgui_2eh_927',['imgui.h',['../imgui_8h.html',1,'']]], - ['imgui_5falign_5fcenter_928',['IMGUI_ALIGN_CENTER',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75ac5715ea606af0cc4a0f07f9a8aee41dd',1,'imgui.h']]], - ['imgui_5falign_5fleft_929',['IMGUI_ALIGN_LEFT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75aea56e4d2752754d8d377c79dc9bd8720',1,'imgui.h']]], - ['imgui_5falign_5fright_930',['IMGUI_ALIGN_RIGHT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75a4ffe66465428f5149caf83926a4b85d5',1,'imgui.h']]], - ['imgui_5fgfxcmd_5fline_931',['IMGUI_GFXCMD_LINE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8605796c258c7a0607f7cedc1f5492b1',1,'imgui.h']]], - ['imgui_5fgfxcmd_5frect_932',['IMGUI_GFXCMD_RECT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8c0cf32cd9b15b75f537590b22ddb923',1,'imgui.h']]], - ['imgui_5fgfxcmd_5fscissor_933',['IMGUI_GFXCMD_SCISSOR',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca9e92c9da0e7ff64db67b78b213e444ee',1,'imgui.h']]], - ['imgui_5fgfxcmd_5ftext_934',['IMGUI_GFXCMD_TEXT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca92881daa45ec0ae49b9f48802f22c5c6',1,'imgui.h']]], - ['imgui_5fgfxcmd_5ftriangle_935',['IMGUI_GFXCMD_TRIANGLE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca80b6621628493473156532a1204c033a',1,'imgui.h']]], - ['imgui_5fmbut_5fleft_936',['IMGUI_MBUT_LEFT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75adf72e4161c47f203b5849e21f38d2217',1,'imgui.h']]], - ['imgui_5fmbut_5fright_937',['IMGUI_MBUT_RIGHT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75ab8eb180e6a19ec10ec09f1f6584945f8',1,'imgui.h']]], - ['imguibeginframe_938',['imguiBeginFrame',['../imgui_8h.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp'],['../imgui_8cpp.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp']]], - ['imguibeginscrollarea_939',['imguiBeginScrollArea',['../imgui_8h.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp'],['../imgui_8cpp.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp']]], - ['imguibutton_940',['imguiButton',['../imgui_8cpp.html#a779167e54c89f3a7d6933bbf8db28eb7',1,'imguiButton(const char *text, bool enabled): imgui.cpp'],['../imgui_8h.html#ab10551ffe075e95d5cb0881fb7345f58',1,'imguiButton(const char *text, bool enabled=true): imgui.cpp']]], - ['imguicheck_941',['imguiCheck',['../imgui_8cpp.html#a454a21faadb504d01fa808a26d088e8f',1,'imguiCheck(const char *text, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a97ae70b1967fbbf4d6dea1d345750f38',1,'imguiCheck(const char *text, bool checked, bool enabled=true): imgui.cpp']]], - ['imguicollapse_942',['imguiCollapse',['../imgui_8cpp.html#ae14ee3ea48895226a937d4736da38aa8',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a877133157a9abfed999e0bc6a9e738a0',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled=true): imgui.cpp']]], - ['imguidrawline_943',['imguiDrawLine',['../imgui_8cpp.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp'],['../imgui_8h.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp']]], - ['imguidrawrect_944',['imguiDrawRect',['../imgui_8cpp.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp'],['../imgui_8h.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp']]], - ['imguidrawroundedrect_945',['imguiDrawRoundedRect',['../imgui_8cpp.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp'],['../imgui_8h.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp']]], - ['imguidrawtext_946',['imguiDrawText',['../imgui_8h.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp']]], - ['imguiendframe_947',['imguiEndFrame',['../imgui_8h.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp'],['../imgui_8cpp.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp']]], - ['imguiendscrollarea_948',['imguiEndScrollArea',['../imgui_8h.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp'],['../imgui_8cpp.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp']]], - ['imguifree_949',['imguifree',['../imguiRenderGL_8cpp.html#a2a8b3b95948bc4017c04c7454cb5d473',1,'imguiRenderGL.cpp']]], - ['imguigetrenderqueue_950',['imguiGetRenderQueue',['../imgui_8h.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp'],['../imgui_8cpp.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp']]], - ['imguigetrenderqueuesize_951',['imguiGetRenderQueueSize',['../imgui_8h.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp'],['../imgui_8cpp.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp']]], - ['imguigfxcmd_952',['imguiGfxCmd',['../structimguiGfxCmd.html',1,'']]], - ['imguigfxcmdtype_953',['imguiGfxCmdType',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885c',1,'imgui.h']]], - ['imguigfxline_954',['imguiGfxLine',['../structimguiGfxLine.html',1,'']]], - ['imguigfxrect_955',['imguiGfxRect',['../structimguiGfxRect.html',1,'']]], - ['imguigfxtext_956',['imguiGfxText',['../structimguiGfxText.html',1,'']]], - ['imguiindent_957',['imguiIndent',['../imgui_8cpp.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp'],['../imgui_8h.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp']]], - ['imguiitem_958',['imguiItem',['../imgui_8h.html#a7175c05bac766e0145e4cf30c295bfbd',1,'imguiItem(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#ab395b1e1bb0892f71ed1da579c98a3e7',1,'imguiItem(const char *text, bool enabled): imgui.cpp']]], - ['imguilabel_959',['imguiLabel',['../imgui_8h.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp'],['../imgui_8cpp.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp']]], - ['imguimalloc_960',['imguimalloc',['../imguiRenderGL_8cpp.html#a7b5a4a87dc42e0c5df76f683dfd784e4',1,'imguiRenderGL.cpp']]], - ['imguimousebutton_961',['imguiMouseButton',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75',1,'imgui.h']]], - ['imguirendergl_2ecpp_962',['imguiRenderGL.cpp',['../imguiRenderGL_8cpp.html',1,'']]], - ['imguirendergl_2eh_963',['imguiRenderGL.h',['../imguiRenderGL_8h.html',1,'']]], - ['imguirendergldestroy_964',['imguiRenderGLDestroy',['../imguiRenderGL_8cpp.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp']]], - ['imguirendergldraw_965',['imguiRenderGLDraw',['../imguiRenderGL_8cpp.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp']]], - ['imguirenderglinit_966',['imguiRenderGLInit',['../imguiRenderGL_8cpp.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp']]], - ['imguirgba_967',['imguiRGBA',['../imgui_8h.html#a2f4ea8a34347c398796cee6d7808e8c3',1,'imgui.h']]], - ['imguiseparator_968',['imguiSeparator',['../imgui_8cpp.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp'],['../imgui_8h.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp']]], - ['imguiseparatorline_969',['imguiSeparatorLine',['../imgui_8cpp.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp'],['../imgui_8h.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp']]], - ['imguislider_970',['imguiSlider',['../imgui_8h.html#ac98bd34b3bc36a13373045083c90d4f1',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a3128854184c44a3ee570bea05290cdbb',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled): imgui.cpp']]], - ['imguitextalign_971',['imguiTextAlign',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75',1,'imgui.h']]], - ['imguiunindent_972',['imguiUnindent',['../imgui_8h.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp'],['../imgui_8cpp.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp']]], - ['imguivalue_973',['imguiValue',['../imgui_8h.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp'],['../imgui_8cpp.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp']]], - ['incone_974',['inCone',['../RecastContour_8cpp.html#ab93a3b7adad67c6fe99536760f60da7b',1,'inCone(int i, int n, const int *verts, const int *pj): RecastContour.cpp'],['../RecastMesh_8cpp.html#a3626785a54ec9abeb63f0fc43661b8d8',1,'inCone(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ac46427b24fb9b3673c12b62f79e97096',1,'inCone(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], - ['inconeloose_975',['inConeLoose',['../RecastMesh_8cpp.html#aaccc35a1704dcc3625b941a927c97034',1,'RecastMesh.cpp']]], - ['indent_5fsize_976',['INDENT_SIZE',['../imgui_8cpp.html#a9a41113cc28a2b67396add06da86a18c',1,'imgui.cpp']]], - ['index_977',['index',['../structrcCompactCell.html#ad1695135ae520dfee8c39aa7b1fd41d8',1,'rcCompactCell::index()'],['../structDirtyEntry.html#af570257530906e231345aa1e4debbfa7',1,'DirtyEntry::index()']]], - ['init_978',['init',['../classdtNavMeshQuery.html#acb51d0d2798d0bc7c669ac38c25d4116',1,'dtNavMeshQuery::init()'],['../classdtNavMesh.html#a020702938951249972b955a65967234a',1,'dtNavMesh::init(const dtNavMeshParams *params)'],['../classdtNavMesh.html#a3cbc598755db0d1e9541b15f0f464318',1,'dtNavMesh::init(unsigned char *data, const int dataSize, const int flags)'],['../classdtCrowd.html#a2f670cde9e10d07e3ed189ea861f37e4',1,'dtCrowd::init()'],['../classNavMeshTileTool.html#acdd83e58038dcc240242b94630f5f312',1,'NavMeshTileTool::init()'],['../classTempObstacleCreateTool.html#add3d7c7e93c01a18993231c8c076e994',1,'TempObstacleCreateTool::init()'],['../classTempObstacleHilightTool.html#a1c0a4a693fbd80d60fcf1305e6499884',1,'TempObstacleHilightTool::init()'],['../structMeshProcess.html#af79fc443a1067c46713aa56a55120f6f',1,'MeshProcess::init()'],['../classNavmeshFlags.html#ac82a85470cfe71138da559395b19f392',1,'NavmeshFlags::init()'],['../structSampleToolState.html#ab9dda86ad5ef7d23b6da69dbbc5ded1e',1,'SampleToolState::init()'],['../structSampleTool.html#a95804c3b0631cbb58edd4370e15a3af5',1,'SampleTool::init()'],['../classOffMeshConnectionTool.html#a3f1425ea30bf3e5841cf6697a01f5e72',1,'OffMeshConnectionTool::init()'],['../classNavMeshTesterTool.html#a73a9165951689cac88cf9743bc99e0b5',1,'NavMeshTesterTool::init()'],['../classNavMeshPruneTool.html#afafabe8cd473164567bb37b27904d340',1,'NavMeshPruneTool::init()'],['../classCrowdTool.html#ab6c04d1bc27ac8ce00124e3f8936e7f4',1,'CrowdTool::init()'],['../classConvexVolumeTool.html#a9787b22592b80a6494450c60ccd50165',1,'ConvexVolumeTool::init()'],['../classdtTileCache.html#a9cd97203168485f62bf1b2983d56745a',1,'dtTileCache::init()'],['../classdtProximityGrid.html#aef4e5c3fa11d5ba99a33dfadbea198d3',1,'dtProximityGrid::init()'],['../classCrowdToolState.html#a009cf74974dde6147a7f21b0901ad4c4',1,'CrowdToolState::init()'],['../classdtPathQueue.html#afb36a7890f01f2dbc9be362282538803',1,'dtPathQueue::init()'],['../classdtPathCorridor.html#a85b4c98157b68a57b9c3302f45d0ed7f',1,'dtPathCorridor::init()'],['../classdtObstacleAvoidanceDebugData.html#a49f4c177709ecccc77331e1b43ae893c',1,'dtObstacleAvoidanceDebugData::init()'],['../classdtObstacleAvoidanceQuery.html#a9f927e4f09b35473853be3bf7f28129a',1,'dtObstacleAvoidanceQuery::init()']]], - ['initpos_979',['initPos',['../structdtCrowdAgentAnimation.html#a607dc9fc1c1d88d93f5140217a298f45',1,'dtCrowdAgentAnimation']]], - ['initslicedfindpath_980',['initSlicedFindPath',['../classdtNavMeshQuery.html#ae9a478194f14f1a4591f8b6528007d82',1,'dtNavMeshQuery']]], - ['inittoolstates_981',['initToolStates',['../classSample.html#a3274e125e6c8206d0598a84ce6027693',1,'Sample']]], - ['inputgeom_982',['InputGeom',['../classInputGeom.html',1,'InputGeom'],['../classInputGeom.html#af2d7fb1c3c5559acc3f84bbfcb3c83b8',1,'InputGeom::InputGeom()']]], - ['inputgeom_2ecpp_983',['InputGeom.cpp',['../InputGeom_8cpp.html',1,'']]], - ['inputgeom_2eh_984',['InputGeom.h',['../InputGeom_8h.html',1,'']]], - ['inrange_985',['inRange',['../NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9',1,'NavMeshTesterTool.cpp']]], - ['inrect_986',['inRect',['../imgui_8cpp.html#ad1245cfa79f31678c1eb8d84d1ff30af',1,'imgui.cpp']]], - ['insertinterval_987',['insertInterval',['../DetourNavMeshQuery_8cpp.html#ac742e93c715068b76c2592ae822a39ff',1,'DetourNavMeshQuery.cpp']]], - ['insertsort_988',['insertSort',['../RecastArea_8cpp.html#a1071db3bfc13a7c581093d1f448f5e40',1,'RecastArea.cpp']]], - ['insidecurrentscroll_989',['insideCurrentScroll',['../structGuiState.html#a57154ede278ed4dd5f11afde5c8f2e3b',1,'GuiState']]], - ['integrate_990',['integrate',['../DetourCrowd_8cpp.html#a284e9ea2c9700317d3dca1df47df5ab8',1,'DetourCrowd.cpp']]], - ['intersect_991',['intersect',['../DetourTileCacheBuilder_8cpp.html#a070e599134e47f74c6ac1981c5b004c2',1,'intersect(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], - ['intersectprop_992',['intersectProp',['../RecastContour_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#ac83ebd03e0ea6de9e9e8af3447e8d226',1,'intersectProp(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], - ['intersectsegcontour_993',['intersectSegContour',['../RecastContour_8cpp.html#a7a82a0c3b7877d57e1f159b703847aa1',1,'RecastContour.cpp']]], - ['intersectsegmenttriangle_994',['intersectSegmentTriangle',['../InputGeom_8cpp.html#a89e05e1cf91226eb8b11ce816ec90a4e',1,'InputGeom.cpp']]], - ['ioprintf_995',['ioprintf',['../RecastDump_8cpp.html#af97d6194d18bf5f35fb6e384300e2c6b',1,'RecastDump.cpp']]], - ['isactive_996',['isActive',['../structGuiState.html#af6fe16bad26560cc8433134ebbb3d635',1,'GuiState::isActive()'],['../imgui_8cpp.html#ad612f89ba9d6ea959eee8617f3c00bc8',1,'isActive(unsigned int id): imgui.cpp']]], - ['isconnected_997',['isConnected',['../DetourTileCacheBuilder_8cpp.html#a39d8ed8a2d3aa08df559ec2b3713dd0d',1,'DetourTileCacheBuilder.cpp']]], - ['isectrayseg_998',['isectRaySeg',['../DetourObstacleAvoidance_8cpp.html#a25706e06770764f3eeb01417981ccfbd',1,'DetourObstacleAvoidance.cpp']]], - ['isectsegaabb_999',['isectSegAABB',['../CrowdTool_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): CrowdTool.cpp'],['../InputGeom_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): InputGeom.cpp'],['../Sample__TempObstacles_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): Sample_TempObstacles.cpp']]], - ['ishot_1000',['isHot',['../structGuiState.html#a4d7b807b2ab88bc58fad34bc8d3c4b23',1,'GuiState::isHot()'],['../imgui_8cpp.html#a6ed5b5cfe3ffe15f70a564d87e13a2a8',1,'isHot(): imgui.cpp']]], - ['isinclosedlist_1001',['isInClosedList',['../classdtNavMeshQuery.html#ad1de0c0d7cc527905d3f83c613897eb3',1,'dtNavMeshQuery']]], - ['isoverpoly_1002',['isOverPoly',['../classdtFindNearestPolyQuery.html#a9668cae24253780eebecccde9f023fc7',1,'dtFindNearestPolyQuery']]], - ['isreading_1003',['isReading',['../classFileIO.html#acd4cbb0b54a4d450b53294ce24866346',1,'FileIO::isReading()'],['../structduFileIO.html#a853e4af9415fdaa073bb785151f6b28c',1,'duFileIO::isReading()']]], - ['isregionconnectedtoborder_1004',['isRegionConnectedToBorder',['../RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996',1,'RecastRegion.cpp']]], - ['isrunning_1005',['isRunning',['../classCrowdToolState.html#ae79c25d7281fbe91325cf7395bc6e6ee',1,'CrowdToolState']]], - ['issolidedge_1006',['isSolidEdge',['../RecastRegion_8cpp.html#a48ba7bc4cd4b13a577c07dadf1361d76',1,'RecastRegion.cpp']]], - ['isvalid_1007',['isValid',['../classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52',1,'dtPathCorridor::isValid()'],['../classdtLocalBoundary.html#add9a50788d1294903c1fdf98f440dfd1',1,'dtLocalBoundary::isValid()']]], - ['isvalidpolyref_1008',['isValidPolyRef',['../classdtNavMeshQuery.html#ac76164ed97fdedd9ea8abbe52f6c2c8a',1,'dtNavMeshQuery::isValidPolyRef()'],['../classdtNavMesh.html#a84ce3e44a2a97c5377b3b308825fcd37',1,'dtNavMesh::isValidPolyRef()']]], - ['iswriting_1009',['isWriting',['../classFileIO.html#a02526e6d91e126ce105adaf614ab863c',1,'FileIO::isWriting()'],['../structduFileIO.html#ab436e18b116c61875dbdf5faafda9694',1,'duFileIO::isWriting()']]], - ['items_1010',['items',['../structrcSpanPool.html#a7527556787dc57fc87296e8f3dcdd227',1,'rcSpanPool']]] + ['i_921',['i',['../structBoundsItem.html#ab05a8256e9a88d9c1a24c88c424f88fc',1,'BoundsItem::i()'],['../structrcChunkyTriMeshNode.html#aef4c1c5ae3d3e688449598791f65483c',1,'rcChunkyTriMeshNode::i()'],['../structBVItem.html#a50d6602a0adbcd8ac0bfa5e20edd554a',1,'BVItem::i()'],['../structdtBVNode.html#aa7de4b9e1151b9f4bf02154cfb24a45a',1,'dtBVNode::i()']]], + ['id_922',['id',['../structrcSweepSpan.html#ac1a82c65b0a40920eab883fc2b0aa706',1,'rcSweepSpan::id()'],['../structrcRegion.html#a4938489b9fdddccbfb9273975632a30b',1,'rcRegion::id()'],['../structrcLayerSweepSpan.html#a16f6f61547ed2e1c6f22b6e17810785e',1,'rcLayerSweepSpan::id()'],['../structdtLayerSweepSpan.html#a979ef3d0c22d55844358ed2e62acd83f',1,'dtLayerSweepSpan::id()'],['../structdtNode.html#a0ffc2be17daff1087e7d2920334eeb3d',1,'dtNode::id()']]], + ['idx_923',['idx',['../structdtCrowdAgentDebugInfo.html#ac0c1fb2edc72e4e688eb943d8f2d92b2',1,'dtCrowdAgentDebugInfo::idx()'],['../structdtCrowdNeighbour.html#a6a4639002489c6b6e3709e2e6a217c7c',1,'dtCrowdNeighbour::idx()']]], + ['ilog2_924',['ilog2',['../Sample__TileMesh_8cpp.html#ae9adac380db2fcc0a78bee0bcf9ac86a',1,'Sample_TileMesh.cpp']]], + ['imgui_2ecpp_925',['imgui.cpp',['../imgui_8cpp.html',1,'']]], + ['imgui_2eh_926',['imgui.h',['../imgui_8h.html',1,'']]], + ['imgui_5falign_5fcenter_927',['IMGUI_ALIGN_CENTER',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75ac5715ea606af0cc4a0f07f9a8aee41dd',1,'imgui.h']]], + ['imgui_5falign_5fleft_928',['IMGUI_ALIGN_LEFT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75aea56e4d2752754d8d377c79dc9bd8720',1,'imgui.h']]], + ['imgui_5falign_5fright_929',['IMGUI_ALIGN_RIGHT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75a4ffe66465428f5149caf83926a4b85d5',1,'imgui.h']]], + ['imgui_5fgfxcmd_5fline_930',['IMGUI_GFXCMD_LINE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8605796c258c7a0607f7cedc1f5492b1',1,'imgui.h']]], + ['imgui_5fgfxcmd_5frect_931',['IMGUI_GFXCMD_RECT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8c0cf32cd9b15b75f537590b22ddb923',1,'imgui.h']]], + ['imgui_5fgfxcmd_5fscissor_932',['IMGUI_GFXCMD_SCISSOR',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca9e92c9da0e7ff64db67b78b213e444ee',1,'imgui.h']]], + ['imgui_5fgfxcmd_5ftext_933',['IMGUI_GFXCMD_TEXT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca92881daa45ec0ae49b9f48802f22c5c6',1,'imgui.h']]], + ['imgui_5fgfxcmd_5ftriangle_934',['IMGUI_GFXCMD_TRIANGLE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca80b6621628493473156532a1204c033a',1,'imgui.h']]], + ['imgui_5fmbut_5fleft_935',['IMGUI_MBUT_LEFT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75adf72e4161c47f203b5849e21f38d2217',1,'imgui.h']]], + ['imgui_5fmbut_5fright_936',['IMGUI_MBUT_RIGHT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75ab8eb180e6a19ec10ec09f1f6584945f8',1,'imgui.h']]], + ['imguibeginframe_937',['imguiBeginFrame',['../imgui_8h.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp'],['../imgui_8cpp.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp']]], + ['imguibeginscrollarea_938',['imguiBeginScrollArea',['../imgui_8h.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp'],['../imgui_8cpp.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp']]], + ['imguibutton_939',['imguiButton',['../imgui_8cpp.html#a779167e54c89f3a7d6933bbf8db28eb7',1,'imguiButton(const char *text, bool enabled): imgui.cpp'],['../imgui_8h.html#ab10551ffe075e95d5cb0881fb7345f58',1,'imguiButton(const char *text, bool enabled=true): imgui.cpp']]], + ['imguicheck_940',['imguiCheck',['../imgui_8cpp.html#a454a21faadb504d01fa808a26d088e8f',1,'imguiCheck(const char *text, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a97ae70b1967fbbf4d6dea1d345750f38',1,'imguiCheck(const char *text, bool checked, bool enabled=true): imgui.cpp']]], + ['imguicollapse_941',['imguiCollapse',['../imgui_8cpp.html#ae14ee3ea48895226a937d4736da38aa8',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a877133157a9abfed999e0bc6a9e738a0',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled=true): imgui.cpp']]], + ['imguidrawline_942',['imguiDrawLine',['../imgui_8cpp.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp'],['../imgui_8h.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp']]], + ['imguidrawrect_943',['imguiDrawRect',['../imgui_8cpp.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp'],['../imgui_8h.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp']]], + ['imguidrawroundedrect_944',['imguiDrawRoundedRect',['../imgui_8cpp.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp'],['../imgui_8h.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp']]], + ['imguidrawtext_945',['imguiDrawText',['../imgui_8h.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp']]], + ['imguiendframe_946',['imguiEndFrame',['../imgui_8h.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp'],['../imgui_8cpp.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp']]], + ['imguiendscrollarea_947',['imguiEndScrollArea',['../imgui_8h.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp'],['../imgui_8cpp.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp']]], + ['imguifree_948',['imguifree',['../imguiRenderGL_8cpp.html#a2a8b3b95948bc4017c04c7454cb5d473',1,'imguiRenderGL.cpp']]], + ['imguigetrenderqueue_949',['imguiGetRenderQueue',['../imgui_8h.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp'],['../imgui_8cpp.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp']]], + ['imguigetrenderqueuesize_950',['imguiGetRenderQueueSize',['../imgui_8h.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp'],['../imgui_8cpp.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp']]], + ['imguigfxcmd_951',['imguiGfxCmd',['../structimguiGfxCmd.html',1,'']]], + ['imguigfxcmdtype_952',['imguiGfxCmdType',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885c',1,'imgui.h']]], + ['imguigfxline_953',['imguiGfxLine',['../structimguiGfxLine.html',1,'']]], + ['imguigfxrect_954',['imguiGfxRect',['../structimguiGfxRect.html',1,'']]], + ['imguigfxtext_955',['imguiGfxText',['../structimguiGfxText.html',1,'']]], + ['imguiindent_956',['imguiIndent',['../imgui_8cpp.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp'],['../imgui_8h.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp']]], + ['imguiitem_957',['imguiItem',['../imgui_8h.html#a7175c05bac766e0145e4cf30c295bfbd',1,'imguiItem(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#ab395b1e1bb0892f71ed1da579c98a3e7',1,'imguiItem(const char *text, bool enabled): imgui.cpp']]], + ['imguilabel_958',['imguiLabel',['../imgui_8h.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp'],['../imgui_8cpp.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp']]], + ['imguimalloc_959',['imguimalloc',['../imguiRenderGL_8cpp.html#a7b5a4a87dc42e0c5df76f683dfd784e4',1,'imguiRenderGL.cpp']]], + ['imguimousebutton_960',['imguiMouseButton',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75',1,'imgui.h']]], + ['imguirendergl_2ecpp_961',['imguiRenderGL.cpp',['../imguiRenderGL_8cpp.html',1,'']]], + ['imguirendergl_2eh_962',['imguiRenderGL.h',['../imguiRenderGL_8h.html',1,'']]], + ['imguirendergldestroy_963',['imguiRenderGLDestroy',['../imguiRenderGL_8cpp.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp']]], + ['imguirendergldraw_964',['imguiRenderGLDraw',['../imguiRenderGL_8cpp.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp']]], + ['imguirenderglinit_965',['imguiRenderGLInit',['../imguiRenderGL_8cpp.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp'],['../imguiRenderGL_8h.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp']]], + ['imguirgba_966',['imguiRGBA',['../imgui_8h.html#a2f4ea8a34347c398796cee6d7808e8c3',1,'imgui.h']]], + ['imguiseparator_967',['imguiSeparator',['../imgui_8cpp.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp'],['../imgui_8h.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp']]], + ['imguiseparatorline_968',['imguiSeparatorLine',['../imgui_8cpp.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp'],['../imgui_8h.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp']]], + ['imguislider_969',['imguiSlider',['../imgui_8h.html#ac98bd34b3bc36a13373045083c90d4f1',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a3128854184c44a3ee570bea05290cdbb',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled): imgui.cpp']]], + ['imguitextalign_970',['imguiTextAlign',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75',1,'imgui.h']]], + ['imguiunindent_971',['imguiUnindent',['../imgui_8h.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp'],['../imgui_8cpp.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp']]], + ['imguivalue_972',['imguiValue',['../imgui_8h.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp'],['../imgui_8cpp.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp']]], + ['incone_973',['inCone',['../RecastContour_8cpp.html#ab93a3b7adad67c6fe99536760f60da7b',1,'inCone(int i, int n, const int *verts, const int *pj): RecastContour.cpp'],['../RecastMesh_8cpp.html#a3626785a54ec9abeb63f0fc43661b8d8',1,'inCone(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ac46427b24fb9b3673c12b62f79e97096',1,'inCone(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], + ['inconeloose_974',['inConeLoose',['../RecastMesh_8cpp.html#aaccc35a1704dcc3625b941a927c97034',1,'RecastMesh.cpp']]], + ['indent_5fsize_975',['INDENT_SIZE',['../imgui_8cpp.html#a9a41113cc28a2b67396add06da86a18c',1,'imgui.cpp']]], + ['index_976',['index',['../structrcCompactCell.html#ad1695135ae520dfee8c39aa7b1fd41d8',1,'rcCompactCell::index()'],['../structDirtyEntry.html#af570257530906e231345aa1e4debbfa7',1,'DirtyEntry::index()']]], + ['init_977',['init',['../classdtNavMeshQuery.html#acb51d0d2798d0bc7c669ac38c25d4116',1,'dtNavMeshQuery::init()'],['../classdtNavMesh.html#a020702938951249972b955a65967234a',1,'dtNavMesh::init(const dtNavMeshParams *params)'],['../classdtNavMesh.html#a3cbc598755db0d1e9541b15f0f464318',1,'dtNavMesh::init(unsigned char *data, const int dataSize, const int flags)'],['../classdtCrowd.html#a2f670cde9e10d07e3ed189ea861f37e4',1,'dtCrowd::init()'],['../classNavMeshTileTool.html#acdd83e58038dcc240242b94630f5f312',1,'NavMeshTileTool::init()'],['../classTempObstacleCreateTool.html#add3d7c7e93c01a18993231c8c076e994',1,'TempObstacleCreateTool::init()'],['../classTempObstacleHilightTool.html#a1c0a4a693fbd80d60fcf1305e6499884',1,'TempObstacleHilightTool::init()'],['../structMeshProcess.html#af79fc443a1067c46713aa56a55120f6f',1,'MeshProcess::init()'],['../classNavmeshFlags.html#ac82a85470cfe71138da559395b19f392',1,'NavmeshFlags::init()'],['../structSampleToolState.html#ab9dda86ad5ef7d23b6da69dbbc5ded1e',1,'SampleToolState::init()'],['../structSampleTool.html#a95804c3b0631cbb58edd4370e15a3af5',1,'SampleTool::init()'],['../classOffMeshConnectionTool.html#a3f1425ea30bf3e5841cf6697a01f5e72',1,'OffMeshConnectionTool::init()'],['../classNavMeshTesterTool.html#a73a9165951689cac88cf9743bc99e0b5',1,'NavMeshTesterTool::init()'],['../classNavMeshPruneTool.html#afafabe8cd473164567bb37b27904d340',1,'NavMeshPruneTool::init()'],['../classCrowdTool.html#ab6c04d1bc27ac8ce00124e3f8936e7f4',1,'CrowdTool::init()'],['../classConvexVolumeTool.html#a9787b22592b80a6494450c60ccd50165',1,'ConvexVolumeTool::init()'],['../classdtTileCache.html#a9cd97203168485f62bf1b2983d56745a',1,'dtTileCache::init()'],['../classdtProximityGrid.html#aef4e5c3fa11d5ba99a33dfadbea198d3',1,'dtProximityGrid::init()'],['../classCrowdToolState.html#a009cf74974dde6147a7f21b0901ad4c4',1,'CrowdToolState::init()'],['../classdtPathQueue.html#afb36a7890f01f2dbc9be362282538803',1,'dtPathQueue::init()'],['../classdtPathCorridor.html#a85b4c98157b68a57b9c3302f45d0ed7f',1,'dtPathCorridor::init()'],['../classdtObstacleAvoidanceDebugData.html#a49f4c177709ecccc77331e1b43ae893c',1,'dtObstacleAvoidanceDebugData::init()'],['../classdtObstacleAvoidanceQuery.html#a9f927e4f09b35473853be3bf7f28129a',1,'dtObstacleAvoidanceQuery::init()']]], + ['initpos_978',['initPos',['../structdtCrowdAgentAnimation.html#a607dc9fc1c1d88d93f5140217a298f45',1,'dtCrowdAgentAnimation']]], + ['initslicedfindpath_979',['initSlicedFindPath',['../classdtNavMeshQuery.html#ae9a478194f14f1a4591f8b6528007d82',1,'dtNavMeshQuery']]], + ['inittoolstates_980',['initToolStates',['../classSample.html#a3274e125e6c8206d0598a84ce6027693',1,'Sample']]], + ['inputgeom_981',['InputGeom',['../classInputGeom.html',1,'InputGeom'],['../classInputGeom.html#af2d7fb1c3c5559acc3f84bbfcb3c83b8',1,'InputGeom::InputGeom()']]], + ['inputgeom_2ecpp_982',['InputGeom.cpp',['../InputGeom_8cpp.html',1,'']]], + ['inputgeom_2eh_983',['InputGeom.h',['../InputGeom_8h.html',1,'']]], + ['inrange_984',['inRange',['../NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9',1,'NavMeshTesterTool.cpp']]], + ['inrect_985',['inRect',['../imgui_8cpp.html#ad1245cfa79f31678c1eb8d84d1ff30af',1,'imgui.cpp']]], + ['insertinterval_986',['insertInterval',['../DetourNavMeshQuery_8cpp.html#ac742e93c715068b76c2592ae822a39ff',1,'DetourNavMeshQuery.cpp']]], + ['insertsort_987',['insertSort',['../RecastArea_8cpp.html#a1071db3bfc13a7c581093d1f448f5e40',1,'RecastArea.cpp']]], + ['insidecurrentscroll_988',['insideCurrentScroll',['../structGuiState.html#a57154ede278ed4dd5f11afde5c8f2e3b',1,'GuiState']]], + ['integrate_989',['integrate',['../DetourCrowd_8cpp.html#a284e9ea2c9700317d3dca1df47df5ab8',1,'DetourCrowd.cpp']]], + ['intersect_990',['intersect',['../DetourTileCacheBuilder_8cpp.html#a070e599134e47f74c6ac1981c5b004c2',1,'intersect(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], + ['intersectprop_991',['intersectProp',['../RecastContour_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#ac83ebd03e0ea6de9e9e8af3447e8d226',1,'intersectProp(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], + ['intersectsegcontour_992',['intersectSegContour',['../RecastContour_8cpp.html#a7a82a0c3b7877d57e1f159b703847aa1',1,'RecastContour.cpp']]], + ['intersectsegmenttriangle_993',['intersectSegmentTriangle',['../InputGeom_8cpp.html#a89e05e1cf91226eb8b11ce816ec90a4e',1,'InputGeom.cpp']]], + ['ioprintf_994',['ioprintf',['../RecastDump_8cpp.html#af97d6194d18bf5f35fb6e384300e2c6b',1,'RecastDump.cpp']]], + ['isactive_995',['isActive',['../structGuiState.html#af6fe16bad26560cc8433134ebbb3d635',1,'GuiState::isActive()'],['../imgui_8cpp.html#ad612f89ba9d6ea959eee8617f3c00bc8',1,'isActive(unsigned int id): imgui.cpp']]], + ['isconnected_996',['isConnected',['../DetourTileCacheBuilder_8cpp.html#a39d8ed8a2d3aa08df559ec2b3713dd0d',1,'DetourTileCacheBuilder.cpp']]], + ['isectrayseg_997',['isectRaySeg',['../DetourObstacleAvoidance_8cpp.html#a25706e06770764f3eeb01417981ccfbd',1,'DetourObstacleAvoidance.cpp']]], + ['isectsegaabb_998',['isectSegAABB',['../CrowdTool_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): CrowdTool.cpp'],['../InputGeom_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): InputGeom.cpp'],['../Sample__TempObstacles_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): Sample_TempObstacles.cpp']]], + ['ishot_999',['isHot',['../structGuiState.html#a4d7b807b2ab88bc58fad34bc8d3c4b23',1,'GuiState::isHot()'],['../imgui_8cpp.html#a6ed5b5cfe3ffe15f70a564d87e13a2a8',1,'isHot(): imgui.cpp']]], + ['isinclosedlist_1000',['isInClosedList',['../classdtNavMeshQuery.html#ad1de0c0d7cc527905d3f83c613897eb3',1,'dtNavMeshQuery']]], + ['isoverpoly_1001',['isOverPoly',['../classdtFindNearestPolyQuery.html#a9668cae24253780eebecccde9f023fc7',1,'dtFindNearestPolyQuery']]], + ['isreading_1002',['isReading',['../classFileIO.html#acd4cbb0b54a4d450b53294ce24866346',1,'FileIO::isReading()'],['../structduFileIO.html#a853e4af9415fdaa073bb785151f6b28c',1,'duFileIO::isReading()']]], + ['isregionconnectedtoborder_1003',['isRegionConnectedToBorder',['../RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996',1,'RecastRegion.cpp']]], + ['isrunning_1004',['isRunning',['../classCrowdToolState.html#ae79c25d7281fbe91325cf7395bc6e6ee',1,'CrowdToolState']]], + ['issolidedge_1005',['isSolidEdge',['../RecastRegion_8cpp.html#a48ba7bc4cd4b13a577c07dadf1361d76',1,'RecastRegion.cpp']]], + ['isvalid_1006',['isValid',['../classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52',1,'dtPathCorridor::isValid()'],['../classdtLocalBoundary.html#add9a50788d1294903c1fdf98f440dfd1',1,'dtLocalBoundary::isValid()']]], + ['isvalidpolyref_1007',['isValidPolyRef',['../classdtNavMeshQuery.html#ac76164ed97fdedd9ea8abbe52f6c2c8a',1,'dtNavMeshQuery::isValidPolyRef()'],['../classdtNavMesh.html#a84ce3e44a2a97c5377b3b308825fcd37',1,'dtNavMesh::isValidPolyRef()']]], + ['iswriting_1008',['isWriting',['../classFileIO.html#a02526e6d91e126ce105adaf614ab863c',1,'FileIO::isWriting()'],['../structduFileIO.html#ab436e18b116c61875dbdf5faafda9694',1,'duFileIO::isWriting()']]], + ['items_1009',['items',['../structrcSpanPool.html#a7527556787dc57fc87296e8f3dcdd227',1,'rcSpanPool']]] ]; diff --git a/search/all_9.js b/search/all_9.js index a9b5339d..80341455 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -1,23 +1,23 @@ var searchData= [ - ['layer_1011',['layer',['../structdtMeshHeader.html#ad47558eb925bae065e741742e5c62ea0',1,'dtMeshHeader::layer()'],['../structNavMeshTileBuildContext.html#ae8bc391bf811509ade3f3c9fa273724a',1,'NavMeshTileBuildContext::layer()']]], - ['layerid_1012',['layerId',['../structrcLayerRegion.html#a98aa2992acd9a6ebcf57a401182e6b1b',1,'rcLayerRegion']]], - ['layers_1013',['layers',['../structrcHeightfieldLayerSet.html#a9ce20a3ccd65f24b6704e57768c2ea5c',1,'rcHeightfieldLayerSet::layers()'],['../structrcLayerRegion.html#aba2653474f31343b075cb51167276b09',1,'rcLayerRegion::layers()']]], - ['lcset_1014',['lcset',['../structNavMeshTileBuildContext.html#a23cc945ce5a1733603698eb9c4672733',1,'NavMeshTileBuildContext']]], - ['left_1015',['left',['../DetourTileCacheBuilder_8cpp.html#af12ea326178bde8a2bf7b46aa54330aa',1,'left(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../ConvexVolumeTool_8cpp.html#aa70398cc4b7ef22352199dca700b3990',1,'left(const float *a, const float *b, const float *c): ConvexVolumeTool.cpp'],['../structGuiState.html#a1b101aced6d0a66c959f6dbc8e9ba4b8',1,'GuiState::left()']]], - ['leftmost_1016',['leftmost',['../structrcContourHole.html#a9fb0f2717007dddc37156feca8b00cf2',1,'rcContourHole']]], - ['lefton_1017',['leftOn',['../RecastMesh_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#afc4b3861caec01ab07bba6a51af3327a',1,'leftOn(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], - ['leftpressed_1018',['leftPressed',['../structGuiState.html#a4eca6767d38228c41e82a56b66ce4853',1,'GuiState']]], - ['leftreleased_1019',['leftReleased',['../structGuiState.html#a8a64eb781d05dd4561d1100a6e3c759f',1,'GuiState']]], - ['line_1020',['line',['../structimguiGfxCmd.html#a7cc3675a387e8714dd2a2f6d6303a12d',1,'imguiGfxCmd']]], - ['linearallocator_1021',['LinearAllocator',['../structLinearAllocator.html#ab3e8483fa7f6899695aa338a14bc0a67',1,'LinearAllocator::LinearAllocator()'],['../structLinearAllocator.html',1,'LinearAllocator']]], - ['links_1022',['links',['../structdtMeshTile.html#a09ec6812e47b7e63f035abd0b7753554',1,'dtMeshTile']]], - ['linksfreelist_1023',['linksFreeList',['../structdtMeshTile.html#ad010d9daba37865a4065248745e0b4a0',1,'dtMeshTile']]], - ['lmesh_1024',['lmesh',['../structNavMeshTileBuildContext.html#a66224ae3010c2f8e7c9d7ab2df32e995',1,'NavMeshTileBuildContext']]], - ['load_1025',['load',['../classrcMeshLoaderObj.html#a730235384616c59171a785ce28295579',1,'rcMeshLoaderObj::load()'],['../classTestCase.html#ad7ec8145d12a8443cf6dc4655b1c26bf',1,'TestCase::load()'],['../classInputGeom.html#a018ed54176edc2234663cb419d3f0f9f',1,'InputGeom::load()']]], - ['loadall_1026',['loadAll',['../classSample__TileMesh.html#ac6dd51f6ee08d2b59fa221741caedb86',1,'Sample_TileMesh::loadAll()'],['../classSample__TempObstacles.html#a59f560706b1c693ebefde44c1f8046cb',1,'Sample_TempObstacles::loadAll()'],['../classSample.html#a4418aaf6b8e5c6ddc1d20f4388f101ba',1,'Sample::loadAll()']]], - ['log_1027',['log',['../classrcContext.html#ae3cc278477b1b923d03ea50e3ae96013',1,'rcContext']]], - ['logline_1028',['logLine',['../RecastDump_8cpp.html#a18f72d041fb59ce861860d2b9c17b659',1,'RecastDump.cpp']]], - ['longestaxis_1029',['longestAxis',['../DetourNavMeshBuilder_8cpp.html#a3ad98504f45740f02c1442cdce16f653',1,'longestAxis(unsigned short x, unsigned short y, unsigned short z): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a7e3f1cfa936454ba69f96894a38bd2e4',1,'longestAxis(float x, float y): ChunkyTriMesh.cpp']]], - ['lset_1030',['lset',['../structRasterizationContext.html#ae8ab461bba69577efde5b1bbc9af3bab',1,'RasterizationContext']]] + ['layer_1010',['layer',['../structdtMeshHeader.html#ad47558eb925bae065e741742e5c62ea0',1,'dtMeshHeader::layer()'],['../structNavMeshTileBuildContext.html#ae8bc391bf811509ade3f3c9fa273724a',1,'NavMeshTileBuildContext::layer()']]], + ['layerid_1011',['layerId',['../structrcLayerRegion.html#a98aa2992acd9a6ebcf57a401182e6b1b',1,'rcLayerRegion']]], + ['layers_1012',['layers',['../structrcHeightfieldLayerSet.html#a9ce20a3ccd65f24b6704e57768c2ea5c',1,'rcHeightfieldLayerSet::layers()'],['../structrcLayerRegion.html#aba2653474f31343b075cb51167276b09',1,'rcLayerRegion::layers()']]], + ['lcset_1013',['lcset',['../structNavMeshTileBuildContext.html#a23cc945ce5a1733603698eb9c4672733',1,'NavMeshTileBuildContext']]], + ['left_1014',['left',['../DetourTileCacheBuilder_8cpp.html#af12ea326178bde8a2bf7b46aa54330aa',1,'left(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../ConvexVolumeTool_8cpp.html#aa70398cc4b7ef22352199dca700b3990',1,'left(const float *a, const float *b, const float *c): ConvexVolumeTool.cpp'],['../structGuiState.html#a1b101aced6d0a66c959f6dbc8e9ba4b8',1,'GuiState::left()']]], + ['leftmost_1015',['leftmost',['../structrcContourHole.html#a9fb0f2717007dddc37156feca8b00cf2',1,'rcContourHole']]], + ['lefton_1016',['leftOn',['../RecastMesh_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#afc4b3861caec01ab07bba6a51af3327a',1,'leftOn(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], + ['leftpressed_1017',['leftPressed',['../structGuiState.html#a4eca6767d38228c41e82a56b66ce4853',1,'GuiState']]], + ['leftreleased_1018',['leftReleased',['../structGuiState.html#a8a64eb781d05dd4561d1100a6e3c759f',1,'GuiState']]], + ['line_1019',['line',['../structimguiGfxCmd.html#a7cc3675a387e8714dd2a2f6d6303a12d',1,'imguiGfxCmd']]], + ['linearallocator_1020',['LinearAllocator',['../structLinearAllocator.html#ab3e8483fa7f6899695aa338a14bc0a67',1,'LinearAllocator::LinearAllocator()'],['../structLinearAllocator.html',1,'LinearAllocator']]], + ['links_1021',['links',['../structdtMeshTile.html#a09ec6812e47b7e63f035abd0b7753554',1,'dtMeshTile']]], + ['linksfreelist_1022',['linksFreeList',['../structdtMeshTile.html#ad010d9daba37865a4065248745e0b4a0',1,'dtMeshTile']]], + ['lmesh_1023',['lmesh',['../structNavMeshTileBuildContext.html#a66224ae3010c2f8e7c9d7ab2df32e995',1,'NavMeshTileBuildContext']]], + ['load_1024',['load',['../classrcMeshLoaderObj.html#a730235384616c59171a785ce28295579',1,'rcMeshLoaderObj::load()'],['../classTestCase.html#ad7ec8145d12a8443cf6dc4655b1c26bf',1,'TestCase::load()'],['../classInputGeom.html#a018ed54176edc2234663cb419d3f0f9f',1,'InputGeom::load()']]], + ['loadall_1025',['loadAll',['../classSample__TileMesh.html#ac6dd51f6ee08d2b59fa221741caedb86',1,'Sample_TileMesh::loadAll()'],['../classSample__TempObstacles.html#a59f560706b1c693ebefde44c1f8046cb',1,'Sample_TempObstacles::loadAll()'],['../classSample.html#a4418aaf6b8e5c6ddc1d20f4388f101ba',1,'Sample::loadAll()']]], + ['log_1026',['log',['../classrcContext.html#ae3cc278477b1b923d03ea50e3ae96013',1,'rcContext']]], + ['logline_1027',['logLine',['../RecastDump_8cpp.html#a18f72d041fb59ce861860d2b9c17b659',1,'RecastDump.cpp']]], + ['longestaxis_1028',['longestAxis',['../DetourNavMeshBuilder_8cpp.html#a3ad98504f45740f02c1442cdce16f653',1,'longestAxis(unsigned short x, unsigned short y, unsigned short z): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a7e3f1cfa936454ba69f96894a38bd2e4',1,'longestAxis(float x, float y): ChunkyTriMesh.cpp']]], + ['lset_1029',['lset',['../structRasterizationContext.html#ae8ab461bba69577efde5b1bbc9af3bab',1,'RasterizationContext']]] ]; diff --git a/search/all_a.js b/search/all_a.js index ee5f36df..dc4c8800 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -1,143 +1,143 @@ var searchData= [ - ['m_5fagentheight_1031',['m_agentHeight',['../classSample.html#af6972f1f58b458f5f5ff6291da892882',1,'Sample']]], - ['m_5fagentmaxclimb_1032',['m_agentMaxClimb',['../classSample.html#ae0149f18e59e0c90ed444c35604cb943',1,'Sample']]], - ['m_5fagentmaxslope_1033',['m_agentMaxSlope',['../classSample.html#a880cc7f8392d39666bab31f183f75b82',1,'Sample']]], - ['m_5fagentradius_1034',['m_agentRadius',['../classSample.html#ae77f5848426c540d452b7bbbdd33dcb2',1,'Sample']]], - ['m_5fanticipateturns_1035',['m_anticipateTurns',['../structCrowdToolParams.html#ad4a5ed9be39d3f974e5fae65ced6c7b1',1,'CrowdToolParams']]], - ['m_5fbmax_1036',['m_bmax',['../classSample__Debug.html#abf213338fafebbc4dfb36ab6cfa6df46',1,'Sample_Debug']]], - ['m_5fbmin_1037',['m_bmin',['../classSample__Debug.html#a965cd582365c8b945f5d5f7da22f0597',1,'Sample_Debug']]], - ['m_5fbuildall_1038',['m_buildAll',['../classSample__TileMesh.html#ac9707dcfbb5d8a82eafdd45f4f9f0394',1,'Sample_TileMesh']]], - ['m_5fcachebuildmemusage_1039',['m_cacheBuildMemUsage',['../classSample__TempObstacles.html#abf96eb913dbc51385ef27e53dedd7d75',1,'Sample_TempObstacles']]], - ['m_5fcachebuildtimems_1040',['m_cacheBuildTimeMs',['../classSample__TempObstacles.html#a470c3923af143c884587e91d673a3ef6',1,'Sample_TempObstacles']]], - ['m_5fcachecompressedsize_1041',['m_cacheCompressedSize',['../classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c',1,'Sample_TempObstacles']]], - ['m_5fcachelayercount_1042',['m_cacheLayerCount',['../classSample__TempObstacles.html#ad6c21297ac2d0010109e5b60ce9a83fc',1,'Sample_TempObstacles']]], - ['m_5fcacherawsize_1043',['m_cacheRawSize',['../classSample__TempObstacles.html#a9cc23b964ec5482ecba5334cc0802bce',1,'Sample_TempObstacles']]], - ['m_5fcellheight_1044',['m_cellHeight',['../classSample.html#a9e971309f2473d4c4f44226c049f8d9d',1,'Sample']]], - ['m_5fcellsize_1045',['m_cellSize',['../classSample.html#a0ac2919f168dbe909f642515d78b7c8d',1,'Sample']]], - ['m_5fcenter_1046',['m_center',['../classSample__Debug.html#aac3de91166d443892f1f95748bcc0c01',1,'Sample_Debug']]], - ['m_5fcfg_1047',['m_cfg',['../classSample__SoloMesh.html#a383b397074ebd6e8781928019a4b2e06',1,'Sample_SoloMesh::m_cfg()'],['../classSample__TileMesh.html#ab0c78dc40c79a650b8b7ae611fefdbfd',1,'Sample_TileMesh::m_cfg()']]], - ['m_5fchf_1048',['m_chf',['../classSample__Debug.html#a84862166a412cf8260af236d0b158c26',1,'Sample_Debug::m_chf()'],['../classSample__SoloMesh.html#a9d9606cdf612dd091df930a603f5e24c',1,'Sample_SoloMesh::m_chf()'],['../classSample__TileMesh.html#a842be8ee16528adbd212967dc0f229f8',1,'Sample_TileMesh::m_chf()']]], - ['m_5fcrowd_1049',['m_crowd',['../classSample.html#acdddfc70a599d7a6b7a9bb58517d9725',1,'Sample']]], - ['m_5fcset_1050',['m_cset',['../classSample__Debug.html#a9c3974e2ee3ac1694b8d0b83a0d54054',1,'Sample_Debug::m_cset()'],['../classSample__SoloMesh.html#aba18137adf1ed26a4a541a985a70d758',1,'Sample_SoloMesh::m_cset()'],['../classSample__TileMesh.html#aa5eafc3cc3f3c657a2ca92cbeff00889',1,'Sample_TileMesh::m_cset()']]], - ['m_5fctx_1051',['m_ctx',['../classSample.html#a275537ae765b914f89c7cd266895fec7',1,'Sample']]], - ['m_5fdd_1052',['m_dd',['../classSample.html#ab48458c3c48e771dc7a1fa295c9fd637',1,'Sample']]], - ['m_5fdetailsampledist_1053',['m_detailSampleDist',['../classSample.html#a98b63ce7047076ff8d6472eb13942e26',1,'Sample']]], - ['m_5fdetailsamplemaxerror_1054',['m_detailSampleMaxError',['../classSample.html#a9b179f82933a079bc9ea7f41aa79fa51',1,'Sample']]], - ['m_5fdmesh_1055',['m_dmesh',['../classSample__SoloMesh.html#a558ccf439fbd4ccf9efa9e3f2cf49c08',1,'Sample_SoloMesh::m_dmesh()'],['../classSample__TileMesh.html#a82d9efd99831784fbf099996778cfeab',1,'Sample_TileMesh::m_dmesh()']]], - ['m_5fdrawmode_1056',['m_drawMode',['../classSample__SoloMesh.html#a32d99e347eb1580cd1b018393af1020a',1,'Sample_SoloMesh::m_drawMode()'],['../classSample__TempObstacles.html#a3522643a8813172c084cfac471965b04',1,'Sample_TempObstacles::m_drawMode()'],['../classSample__TileMesh.html#adc0bb43d0176b9fafb1f292af15dfe25',1,'Sample_TileMesh::m_drawMode()']]], - ['m_5fedgemaxerror_1057',['m_edgeMaxError',['../classSample.html#a9d9a456fbc01f802884f15d87aadeea6',1,'Sample']]], - ['m_5fedgemaxlen_1058',['m_edgeMaxLen',['../classSample.html#a66229e8206de01d22c240bd8420442e1',1,'Sample']]], - ['m_5fexpanddebugdraw_1059',['m_expandDebugDraw',['../structCrowdToolParams.html#a50149e1b215b9c9eba1059aa15f11e1e',1,'CrowdToolParams']]], - ['m_5fexpandoptions_1060',['m_expandOptions',['../structCrowdToolParams.html#a30d772dbf4f575001ff63f91bfef609c',1,'CrowdToolParams']]], - ['m_5fexpandselecteddebugdraw_1061',['m_expandSelectedDebugDraw',['../structCrowdToolParams.html#a3a1ad9f7a37befaa4d6300ecde1748e5',1,'CrowdToolParams']]], - ['m_5ffilterledgespans_1062',['m_filterLedgeSpans',['../classSample.html#a5aba3df7565098bb9e6e327389abb462',1,'Sample']]], - ['m_5ffilterlowhangingobstacles_1063',['m_filterLowHangingObstacles',['../classSample.html#a5efb5799ef7f20d164e54913f2e80259',1,'Sample']]], - ['m_5ffilterwalkablelowheightspans_1064',['m_filterWalkableLowHeightSpans',['../classSample.html#adc2be47bf6e03ac9fd4af8b9f364e6d6',1,'Sample']]], - ['m_5fgeom_1065',['m_geom',['../classSample.html#a53ee143e40e1472eddacf76bdd141c73',1,'Sample::m_geom()'],['../structMeshProcess.html#a65db060f220e6f5f94e0bc70d1cbd398',1,'MeshProcess::m_geom()']]], - ['m_5fhalfextents_1066',['m_halfExtents',['../classSample__Debug.html#a016ffb0b2f7b328988dc8ca45de70900',1,'Sample_Debug']]], - ['m_5fkeepinterresults_1067',['m_keepInterResults',['../classSample__SoloMesh.html#a6a30d74e05436f712c10a2013cb0bd14',1,'Sample_SoloMesh::m_keepInterResults()'],['../classSample__TempObstacles.html#a9167119c0eab0407261b705248ba6220',1,'Sample_TempObstacles::m_keepInterResults()'],['../classSample__TileMesh.html#a90e635880afd028ed2b9911335dbc926',1,'Sample_TileMesh::m_keepInterResults()']]], - ['m_5flastbuilttilebmax_1068',['m_lastBuiltTileBmax',['../classSample__TileMesh.html#ae5b9119252644fafe51a796fa212b3c0',1,'Sample_TileMesh']]], - ['m_5flastbuilttilebmin_1069',['m_lastBuiltTileBmin',['../classSample__TileMesh.html#a04546976f103034b0b3075d3f02f91e8',1,'Sample_TileMesh']]], - ['m_5flogenabled_1070',['m_logEnabled',['../classrcContext.html#af3690c070989bc399cd39e2da2b0fbad',1,'rcContext']]], - ['m_5fmaxpolyspertile_1071',['m_maxPolysPerTile',['../classSample__TempObstacles.html#a1c75490508baf130ec32ef2c60ea0dc6',1,'Sample_TempObstacles::m_maxPolysPerTile()'],['../classSample__TileMesh.html#a6534d009ee994c77b2a85cbeb4afa64e',1,'Sample_TileMesh::m_maxPolysPerTile()']]], - ['m_5fmaxtiles_1072',['m_maxTiles',['../classSample__TempObstacles.html#ad680dfdf8cee7a79ecf6e95a6f44acd3',1,'Sample_TempObstacles::m_maxTiles()'],['../classSample__TileMesh.html#adf10ce20646ee109bdfda289d2002469',1,'Sample_TileMesh::m_maxTiles()']]], - ['m_5fnavmesh_1073',['m_navMesh',['../classSample.html#a85e92e352c6aa0f8942736a3f2018884',1,'Sample']]], - ['m_5fnavmeshdrawflags_1074',['m_navMeshDrawFlags',['../classSample.html#a0fb2eac8be24dbb9f54ac8d37324b7b9',1,'Sample']]], - ['m_5fnavquery_1075',['m_navQuery',['../classSample.html#a26ee023759e26ed258ad35b1183edae0',1,'Sample']]], - ['m_5fobstacleavoidance_1076',['m_obstacleAvoidance',['../structCrowdToolParams.html#abd5dd62a05171d60b075e10d9290e7b3',1,'CrowdToolParams']]], - ['m_5fobstacleavoidancetype_1077',['m_obstacleAvoidanceType',['../structCrowdToolParams.html#a9627c513e79f26b6024c8d01843bc528',1,'CrowdToolParams']]], - ['m_5foptimizetopo_1078',['m_optimizeTopo',['../structCrowdToolParams.html#a40ea83734142dd59c92cb695631eee4a',1,'CrowdToolParams']]], - ['m_5foptimizevis_1079',['m_optimizeVis',['../structCrowdToolParams.html#a36e752b30016841720cafb2b3e0ac7ae',1,'CrowdToolParams']]], - ['m_5fpartitiontype_1080',['m_partitionType',['../classSample.html#a9888fa5781dee649df14a7be470a370c',1,'Sample']]], - ['m_5fpmesh_1081',['m_pmesh',['../classSample__Debug.html#ac4e043754c0612c7b650c95f0b62706e',1,'Sample_Debug::m_pmesh()'],['../classSample__SoloMesh.html#a12b020d2ae29630abe24090452d89d58',1,'Sample_SoloMesh::m_pmesh()'],['../classSample__TileMesh.html#a62f5a6f14e2ce186b89c8130db206feb',1,'Sample_TileMesh::m_pmesh()']]], - ['m_5fref_1082',['m_ref',['../classSample__Debug.html#a673bdcae37af994d3dcd004d3e4c7ffd',1,'Sample_Debug']]], - ['m_5fregionmergesize_1083',['m_regionMergeSize',['../classSample.html#a1f8a314cdaa47586271b8509dca7849f',1,'Sample']]], - ['m_5fregionminsize_1084',['m_regionMinSize',['../classSample.html#a648ad42edba19a7bb76bb7f17bd72335',1,'Sample']]], - ['m_5fseparation_1085',['m_separation',['../structCrowdToolParams.html#a8481d268ff04bf7e6b49458c911936cb',1,'CrowdToolParams']]], - ['m_5fseparationweight_1086',['m_separationWeight',['../structCrowdToolParams.html#a4f8f193a139b5f88d1665949c3fe7c9c',1,'CrowdToolParams']]], - ['m_5fshowcollisionsegments_1087',['m_showCollisionSegments',['../structCrowdToolParams.html#a099c9551972b676121b351f18c34c9e0',1,'CrowdToolParams']]], - ['m_5fshowcorners_1088',['m_showCorners',['../structCrowdToolParams.html#a85e1edfba62c2a2e5315ad05a0eaf0f9',1,'CrowdToolParams']]], - ['m_5fshowdetailall_1089',['m_showDetailAll',['../structCrowdToolParams.html#aa7340bfdeed7994d7899f8161744a3f6',1,'CrowdToolParams']]], - ['m_5fshowgrid_1090',['m_showGrid',['../structCrowdToolParams.html#a113cc0b0ee16ce253730d4a7d3c80672',1,'CrowdToolParams']]], - ['m_5fshowlabels_1091',['m_showLabels',['../structCrowdToolParams.html#ae078b3f35f3d5b2865139b3960708426',1,'CrowdToolParams']]], - ['m_5fshowneis_1092',['m_showNeis',['../structCrowdToolParams.html#aaf7a605017a4343c0536704cf0a4f1b0',1,'CrowdToolParams']]], - ['m_5fshownodes_1093',['m_showNodes',['../structCrowdToolParams.html#a4d8f49ea1fa301ad224405d12b9cd9a9',1,'CrowdToolParams']]], - ['m_5fshowopt_1094',['m_showOpt',['../structCrowdToolParams.html#abb28bf8b771767150348b0264c649991',1,'CrowdToolParams']]], - ['m_5fshowpath_1095',['m_showPath',['../structCrowdToolParams.html#a642a969b56ed560f2472eb4bd868416a',1,'CrowdToolParams']]], - ['m_5fshowperfgraph_1096',['m_showPerfGraph',['../structCrowdToolParams.html#a1dfe5185e48bbde739f0393227594b9c',1,'CrowdToolParams']]], - ['m_5fshowvo_1097',['m_showVO',['../structCrowdToolParams.html#a3e0009ffecf65e0b3aad0b7ad33f573b',1,'CrowdToolParams']]], - ['m_5fsolid_1098',['m_solid',['../classSample__SoloMesh.html#aee04a7d9dbc1c9e1f6c6084ac5503a93',1,'Sample_SoloMesh::m_solid()'],['../classSample__TileMesh.html#a3fe8dedfda40247593c879ca19e021cf',1,'Sample_TileMesh::m_solid()']]], - ['m_5ftalloc_1099',['m_talloc',['../classSample__TempObstacles.html#ac429ee71c83f05db18b62b07ee3331ed',1,'Sample_TempObstacles']]], - ['m_5ftcomp_1100',['m_tcomp',['../classSample__TempObstacles.html#a8a31948f10e5f7bac97cef471fb14af9',1,'Sample_TempObstacles']]], - ['m_5ftilebuildtime_1101',['m_tileBuildTime',['../classSample__TileMesh.html#acaea347f4caa829f5314634b0d77cf16',1,'Sample_TileMesh']]], - ['m_5ftilecache_1102',['m_tileCache',['../classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3',1,'Sample_TempObstacles']]], - ['m_5ftilecol_1103',['m_tileCol',['../classSample__TileMesh.html#ab6439a65636c4a510cfb02b030fedfd9',1,'Sample_TileMesh']]], - ['m_5ftilememusage_1104',['m_tileMemUsage',['../classSample__TileMesh.html#a11f392f78f550bf5aa9772e0e00338fd',1,'Sample_TileMesh']]], - ['m_5ftilesize_1105',['m_tileSize',['../classSample__TempObstacles.html#a2fbc15ef10855409375630a151f62d77',1,'Sample_TempObstacles::m_tileSize()'],['../classSample__TileMesh.html#af505570e18ca82411122d5e975225b92',1,'Sample_TileMesh::m_tileSize()']]], - ['m_5ftiletricount_1106',['m_tileTriCount',['../classSample__TileMesh.html#ad779820f5b84624c5ee75c4a26738dfd',1,'Sample_TileMesh']]], - ['m_5ftimerenabled_1107',['m_timerEnabled',['../classrcContext.html#a851ba8cc41ee2185be82fe11e847c846',1,'rcContext']]], - ['m_5ftmproc_1108',['m_tmproc',['../classSample__TempObstacles.html#a3771c900fe0d20a3dc558b96dad7d13a',1,'Sample_TempObstacles']]], - ['m_5ftool_1109',['m_tool',['../classSample.html#a2b051749824672f59913671ec043dd59',1,'Sample']]], - ['m_5ftoolstates_1110',['m_toolStates',['../classSample.html#a824aa6303ba63c6c03b90aca89143ac7',1,'Sample']]], - ['m_5ftotalbuildtimems_1111',['m_totalBuildTimeMs',['../classSample__SoloMesh.html#ad018e09c3f700c7d9f7b4bec389b9643',1,'Sample_SoloMesh::m_totalBuildTimeMs()'],['../classSample__TileMesh.html#a102175de1771bd48ce7c9b87a187ee81',1,'Sample_TileMesh::m_totalBuildTimeMs()']]], - ['m_5ftriareas_1112',['m_triareas',['../classSample__SoloMesh.html#a53f7d384f99517ace66e6d4738d622e3',1,'Sample_SoloMesh::m_triareas()'],['../classSample__TileMesh.html#a6001cd8522fc9e9aaf837c757ef15faa',1,'Sample_TileMesh::m_triareas()']]], - ['m_5fvertsperpoly_1113',['m_vertsPerPoly',['../classSample.html#af57ce10362e08d94b16cc592734bd6ba',1,'Sample']]], - ['magic_1114',['magic',['../structdtMeshHeader.html#a3e7a9662d94d08b62ca84d44e150facc',1,'dtMeshHeader::magic()'],['../structdtTileState.html#ad1d40a5f3e34dcd3b0cd5e52a1929e15',1,'dtTileState::magic()'],['../structdtTileCacheLayerHeader.html#a8c7b27ed53bf0189ccc94c67d6820e2f',1,'dtTileCacheLayerHeader::magic()'],['../structNavMeshSetHeader.html#afaa6914946f66507c805e13877100822',1,'NavMeshSetHeader::magic()'],['../structTileCacheSetHeader.html#a11b814554f66b5ae6a20ff4bf5f9599e',1,'TileCacheSetHeader::magic()']]], - ['main_1115',['main',['../main_8cpp.html#a2c3f6775325c30275d11c6abee2db6a0',1,'main.cpp']]], - ['main_2ecpp_1116',['main.cpp',['../main_8cpp.html',1,'']]], - ['max_5fcommon_5fnodes_1117',['MAX_COMMON_NODES',['../DetourCrowd_8cpp.html#ac718951eb34b37a1c2f66ef6cc3f7ee6',1,'DetourCrowd.cpp']]], - ['max_5fconvexvol_5fpts_1118',['MAX_CONVEXVOL_PTS',['../InputGeom_8h.html#ab051ae2a0b2e4b23f39190bc9127098a',1,'InputGeom.h']]], - ['max_5fdrawmode_1119',['MAX_DRAWMODE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8ad3153e5f19cd59fecff1c383cdcb1',1,'Sample_SoloMesh::MAX_DRAWMODE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa6b45d4a6889c8d9b98d386cfbcd3e7a3',1,'Sample_TempObstacles::MAX_DRAWMODE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eab552cab10902063700d7b86150b3ea64',1,'Sample_TileMesh::MAX_DRAWMODE()']]], - ['max_5fiters_5fper_5fupdate_1120',['MAX_ITERS_PER_UPDATE',['../DetourCrowd_8cpp.html#a6415beb0f334c026346ca21f1473d3ed',1,'DetourCrowd.cpp']]], - ['max_5flayers_1121',['MAX_LAYERS',['../Sample__TempObstacles_8cpp.html#a79bfaaec8df17228648fc51c7c302f72',1,'Sample_TempObstacles.cpp']]], - ['max_5fpathqueue_5fnodes_1122',['MAX_PATHQUEUE_NODES',['../DetourCrowd_8cpp.html#a6041e29fcccdcfc2f0b2b41d6f5df394',1,'DetourCrowd.cpp']]], - ['max_5frem_5fedges_1123',['MAX_REM_EDGES',['../DetourTileCacheBuilder_8cpp.html#a5131aaaa744669c5e9418ecffa6e64f5',1,'DetourTileCacheBuilder.cpp']]], - ['max_5ftools_1124',['MAX_TOOLS',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baf21d3b3c7a6296454122cffd465fcb25',1,'Sample.h']]], - ['max_5fverts_5fper_5fpoly_1125',['MAX_VERTS_PER_POLY',['../DetourTileCacheBuilder_8cpp.html#a765f17c1f40a919b5a17a9701a0c9f52',1,'DetourTileCacheBuilder.cpp']]], - ['maxacceleration_1126',['maxAcceleration',['../structdtCrowdAgentParams.html#a2d1b22f12d2faf77c052b1bae3a27ada',1,'dtCrowdAgentParams']]], - ['maxcompressedsize_1127',['maxCompressedSize',['../structFastLZCompressor.html#a8fb3236d4cb66a253fd98036536b51a4',1,'FastLZCompressor::maxCompressedSize()'],['../structdtTileCacheCompressor.html#aaa7fcfc5889a5f3fc5fbf689bbbc1494',1,'dtTileCacheCompressor::maxCompressedSize()']]], - ['maxdistance_1128',['maxDistance',['../structrcCompactHeightfield.html#a38921b347d72bdc07487d07e7608ffc7',1,'rcCompactHeightfield']]], - ['maxedgeerror_1129',['maxEdgeError',['../structrcPolyMesh.html#ab26e9ea24492a2c45b1a2d71ccdb091d',1,'rcPolyMesh']]], - ['maxedgelen_1130',['maxEdgeLen',['../structrcConfig.html#a2149036442bf38b9ec9615549aa48fd4',1,'rcConfig']]], - ['maxerror_1131',['maxError',['../structrcContourSet.html#af657b46878e8fff2dd731ee066e4e1b2',1,'rcContourSet']]], - ['maxlinkcount_1132',['maxLinkCount',['../structdtMeshHeader.html#ab9f95d40e21c8710f59e78ef89ce1cc0',1,'dtMeshHeader']]], - ['maxobstacles_1133',['maxObstacles',['../structdtTileCacheParams.html#a30fb34944589db46ad6262748d3f4c0c',1,'dtTileCacheParams']]], - ['maxpath_1134',['maxPath',['../structdtRaycastHit.html#a62b75cb350d9ace5e47887c7c1add9b3',1,'dtRaycastHit']]], - ['maxpolys_1135',['maxPolys',['../structdtNavMeshParams.html#a4f44babd04fff4f8300ecd15d4237375',1,'dtNavMeshParams']]], - ['maxpolys_1136',['maxpolys',['../structrcPolyMesh.html#afc6261e7cee3e3ff2a83b6ee8baf14a9',1,'rcPolyMesh']]], - ['maxregions_1137',['maxRegions',['../structrcCompactHeightfield.html#a6bfb7a2fdb06a64b03f0fffa885edd94',1,'rcCompactHeightfield']]], - ['maxsimplificationerror_1138',['maxSimplificationError',['../structrcConfig.html#a3421826332c0acfbbdfa34ee6c7183d1',1,'rcConfig::maxSimplificationError()'],['../structdtTileCacheParams.html#a426e4e8fbaea199ecc4714ba01aa8ef2',1,'dtTileCacheParams::maxSimplificationError()']]], - ['maxspeed_1139',['maxSpeed',['../structdtCrowdAgentParams.html#a2a023328c7266577eedeba25e480479f',1,'dtCrowdAgentParams']]], - ['maxtiles_1140',['maxTiles',['../structdtNavMeshParams.html#ad6027d623e81058f0d9b2a2adf803f00',1,'dtNavMeshParams::maxTiles()'],['../structdtTileCacheParams.html#a08e5fc995595846369e9dc040370b660',1,'dtTileCacheParams::maxTiles()']]], - ['maxtrisperchunk_1141',['maxTrisPerChunk',['../structrcChunkyTriMesh.html#a93638e22b53882b6bdc700b8c35ecd05',1,'rcChunkyTriMesh']]], - ['maxvertsperpoly_1142',['maxVertsPerPoly',['../structrcConfig.html#a055d0ed71c79c9af29424de5d0cf3d2d',1,'rcConfig']]], - ['maxx_1143',['maxx',['../structdtTileCacheLayerHeader.html#ab675bd252447bcae38a8356b627af383',1,'dtTileCacheLayerHeader::maxx()'],['../structrcHeightfieldLayer.html#ab0b3836202050d3a701d2e3cfba8d9ab',1,'rcHeightfieldLayer::maxx()']]], - ['maxy_1144',['maxy',['../structrcHeightfieldLayer.html#ad697fc4a8a65c2b1ef1f976097ee2b3f',1,'rcHeightfieldLayer::maxy()'],['../structdtTileCacheLayerHeader.html#afcbde7458c37c89801243b98a5aa4674',1,'dtTileCacheLayerHeader::maxy()']]], - ['mergeandfilterlayerregions_1145',['mergeAndFilterLayerRegions',['../RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff',1,'RecastRegion.cpp']]], - ['mergeandfilterregions_1146',['mergeAndFilterRegions',['../RecastRegion_8cpp.html#a5725fdd6c9d2c932db4686ba6d411dac',1,'RecastRegion.cpp']]], - ['mergecontours_1147',['mergeContours',['../RecastContour_8cpp.html#a1b37a039e4a04535bcddcb219ca7945b',1,'RecastContour.cpp']]], - ['mergepolys_1148',['mergePolys',['../DetourTileCacheBuilder_8cpp.html#acec62cadc066beebd0bcf5623c79f0e0',1,'DetourTileCacheBuilder.cpp']]], - ['mergepolyverts_1149',['mergePolyVerts',['../RecastMesh_8cpp.html#ab16a0c6bfd0ae903d4c02eabd16fd5af',1,'RecastMesh.cpp']]], - ['mergeregionarea_1150',['mergeRegionArea',['../structrcConfig.html#ac2385e0a316304cd7b1c563cf9f7dd59',1,'rcConfig']]], - ['mergeregionholes_1151',['mergeRegionHoles',['../RecastContour_8cpp.html#a7321f3f5954d621c5255819fe4f73004',1,'RecastContour.cpp']]], - ['mergeregions_1152',['mergeRegions',['../RecastRegion_8cpp.html#aa6ad7bc5d6c9f39726a4574813bce7ec',1,'RecastRegion.cpp']]], - ['mesh_5fnull_5fidx_1153',['MESH_NULL_IDX',['../DetourNavMeshBuilder_8cpp.html#af3008e30fc489f2443bd25ae528c01e4',1,'DetourNavMeshBuilder.cpp']]], - ['meshes_1154',['meshes',['../structrcPolyMeshDetail.html#a39a0a4bdfaf81025dfd5c6efc17a9f02',1,'rcPolyMeshDetail']]], - ['meshloaderobj_2ecpp_1155',['MeshLoaderObj.cpp',['../MeshLoaderObj_8cpp.html',1,'']]], - ['meshloaderobj_2eh_1156',['MeshLoaderObj.h',['../MeshLoaderObj_8h.html',1,'']]], - ['meshparams_1157',['meshParams',['../structTileCacheSetHeader.html#ab16db6d86e12cbee7fde6e48efe92232',1,'TileCacheSetHeader']]], - ['meshprocess_1158',['MeshProcess',['../structMeshProcess.html#ae8565ad12db3ae60dd9b72a851b7afc8',1,'MeshProcess::MeshProcess()'],['../structMeshProcess.html',1,'MeshProcess']]], - ['minregionarea_1159',['minRegionArea',['../structrcConfig.html#af91c92dd5bb5ebf51a85b194917062ec',1,'rcConfig']]], - ['minx_1160',['minx',['../structrcContourHole.html#ab83982af11e1649becfdf57766fe45ee',1,'rcContourHole::minx()'],['../structrcHeightfieldLayer.html#adcd87e9ea184d277f36eea61314f6f4a',1,'rcHeightfieldLayer::minx()'],['../structdtTileCacheLayerHeader.html#ac536f24cbc32f35d0a42bd23f6ac1a56',1,'dtTileCacheLayerHeader::minx()']]], - ['miny_1161',['miny',['../structrcHeightfieldLayer.html#af5df0f6946f89193ca1c3e5c6f9ab49b',1,'rcHeightfieldLayer::miny()'],['../structdtTileCacheLayerHeader.html#a4e0f98a4b6cba8baf300311feb2700e2',1,'dtTileCacheLayerHeader::miny()']]], - ['minz_1162',['minz',['../structrcContourHole.html#a6638d0ce2b7972c1a6e795a99fea5504',1,'rcContourHole']]], - ['modify_1163',['modify',['../classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a',1,'dtNodeQueue']]], - ['movealongsurface_1164',['moveAlongSurface',['../classdtNavMeshQuery.html#a95f6d7c92a75c7773ababeb144206968',1,'dtNavMeshQuery']]], - ['moveoveroffmeshconnection_1165',['moveOverOffmeshConnection',['../classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d',1,'dtPathCorridor']]], - ['moveposition_1166',['movePosition',['../classdtPathCorridor.html#a320a804c422fdb9b58f677b9b42ebf22',1,'dtPathCorridor']]], - ['moverequeststate_1167',['MoveRequestState',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45',1,'DetourCrowd.h']]], - ['movetargetposition_1168',['moveTargetPosition',['../classdtPathCorridor.html#a66f8097a4f49c077b6c6da5c727c6877',1,'dtPathCorridor']]], - ['mx_1169',['mx',['../structGuiState.html#a500386b3162aeaaa091381e71e65b872',1,'GuiState']]], - ['my_1170',['my',['../structGuiState.html#aaae100f98cc2247cdd4c9f56e760a55e',1,'GuiState']]] + ['m_5fagentheight_1030',['m_agentHeight',['../classSample.html#af6972f1f58b458f5f5ff6291da892882',1,'Sample']]], + ['m_5fagentmaxclimb_1031',['m_agentMaxClimb',['../classSample.html#ae0149f18e59e0c90ed444c35604cb943',1,'Sample']]], + ['m_5fagentmaxslope_1032',['m_agentMaxSlope',['../classSample.html#a880cc7f8392d39666bab31f183f75b82',1,'Sample']]], + ['m_5fagentradius_1033',['m_agentRadius',['../classSample.html#ae77f5848426c540d452b7bbbdd33dcb2',1,'Sample']]], + ['m_5fanticipateturns_1034',['m_anticipateTurns',['../structCrowdToolParams.html#ad4a5ed9be39d3f974e5fae65ced6c7b1',1,'CrowdToolParams']]], + ['m_5fbmax_1035',['m_bmax',['../classSample__Debug.html#abf213338fafebbc4dfb36ab6cfa6df46',1,'Sample_Debug']]], + ['m_5fbmin_1036',['m_bmin',['../classSample__Debug.html#a965cd582365c8b945f5d5f7da22f0597',1,'Sample_Debug']]], + ['m_5fbuildall_1037',['m_buildAll',['../classSample__TileMesh.html#ac9707dcfbb5d8a82eafdd45f4f9f0394',1,'Sample_TileMesh']]], + ['m_5fcachebuildmemusage_1038',['m_cacheBuildMemUsage',['../classSample__TempObstacles.html#abf96eb913dbc51385ef27e53dedd7d75',1,'Sample_TempObstacles']]], + ['m_5fcachebuildtimems_1039',['m_cacheBuildTimeMs',['../classSample__TempObstacles.html#a470c3923af143c884587e91d673a3ef6',1,'Sample_TempObstacles']]], + ['m_5fcachecompressedsize_1040',['m_cacheCompressedSize',['../classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c',1,'Sample_TempObstacles']]], + ['m_5fcachelayercount_1041',['m_cacheLayerCount',['../classSample__TempObstacles.html#ad6c21297ac2d0010109e5b60ce9a83fc',1,'Sample_TempObstacles']]], + ['m_5fcacherawsize_1042',['m_cacheRawSize',['../classSample__TempObstacles.html#a9cc23b964ec5482ecba5334cc0802bce',1,'Sample_TempObstacles']]], + ['m_5fcellheight_1043',['m_cellHeight',['../classSample.html#a9e971309f2473d4c4f44226c049f8d9d',1,'Sample']]], + ['m_5fcellsize_1044',['m_cellSize',['../classSample.html#a0ac2919f168dbe909f642515d78b7c8d',1,'Sample']]], + ['m_5fcenter_1045',['m_center',['../classSample__Debug.html#aac3de91166d443892f1f95748bcc0c01',1,'Sample_Debug']]], + ['m_5fcfg_1046',['m_cfg',['../classSample__SoloMesh.html#a383b397074ebd6e8781928019a4b2e06',1,'Sample_SoloMesh::m_cfg()'],['../classSample__TileMesh.html#ab0c78dc40c79a650b8b7ae611fefdbfd',1,'Sample_TileMesh::m_cfg()']]], + ['m_5fchf_1047',['m_chf',['../classSample__Debug.html#a84862166a412cf8260af236d0b158c26',1,'Sample_Debug::m_chf()'],['../classSample__SoloMesh.html#a9d9606cdf612dd091df930a603f5e24c',1,'Sample_SoloMesh::m_chf()'],['../classSample__TileMesh.html#a842be8ee16528adbd212967dc0f229f8',1,'Sample_TileMesh::m_chf()']]], + ['m_5fcrowd_1048',['m_crowd',['../classSample.html#acdddfc70a599d7a6b7a9bb58517d9725',1,'Sample']]], + ['m_5fcset_1049',['m_cset',['../classSample__Debug.html#a9c3974e2ee3ac1694b8d0b83a0d54054',1,'Sample_Debug::m_cset()'],['../classSample__SoloMesh.html#aba18137adf1ed26a4a541a985a70d758',1,'Sample_SoloMesh::m_cset()'],['../classSample__TileMesh.html#aa5eafc3cc3f3c657a2ca92cbeff00889',1,'Sample_TileMesh::m_cset()']]], + ['m_5fctx_1050',['m_ctx',['../classSample.html#a275537ae765b914f89c7cd266895fec7',1,'Sample']]], + ['m_5fdd_1051',['m_dd',['../classSample.html#ab48458c3c48e771dc7a1fa295c9fd637',1,'Sample']]], + ['m_5fdetailsampledist_1052',['m_detailSampleDist',['../classSample.html#a98b63ce7047076ff8d6472eb13942e26',1,'Sample']]], + ['m_5fdetailsamplemaxerror_1053',['m_detailSampleMaxError',['../classSample.html#a9b179f82933a079bc9ea7f41aa79fa51',1,'Sample']]], + ['m_5fdmesh_1054',['m_dmesh',['../classSample__SoloMesh.html#a558ccf439fbd4ccf9efa9e3f2cf49c08',1,'Sample_SoloMesh::m_dmesh()'],['../classSample__TileMesh.html#a82d9efd99831784fbf099996778cfeab',1,'Sample_TileMesh::m_dmesh()']]], + ['m_5fdrawmode_1055',['m_drawMode',['../classSample__SoloMesh.html#a32d99e347eb1580cd1b018393af1020a',1,'Sample_SoloMesh::m_drawMode()'],['../classSample__TempObstacles.html#a3522643a8813172c084cfac471965b04',1,'Sample_TempObstacles::m_drawMode()'],['../classSample__TileMesh.html#adc0bb43d0176b9fafb1f292af15dfe25',1,'Sample_TileMesh::m_drawMode()']]], + ['m_5fedgemaxerror_1056',['m_edgeMaxError',['../classSample.html#a9d9a456fbc01f802884f15d87aadeea6',1,'Sample']]], + ['m_5fedgemaxlen_1057',['m_edgeMaxLen',['../classSample.html#a66229e8206de01d22c240bd8420442e1',1,'Sample']]], + ['m_5fexpanddebugdraw_1058',['m_expandDebugDraw',['../structCrowdToolParams.html#a50149e1b215b9c9eba1059aa15f11e1e',1,'CrowdToolParams']]], + ['m_5fexpandoptions_1059',['m_expandOptions',['../structCrowdToolParams.html#a30d772dbf4f575001ff63f91bfef609c',1,'CrowdToolParams']]], + ['m_5fexpandselecteddebugdraw_1060',['m_expandSelectedDebugDraw',['../structCrowdToolParams.html#a3a1ad9f7a37befaa4d6300ecde1748e5',1,'CrowdToolParams']]], + ['m_5ffilterledgespans_1061',['m_filterLedgeSpans',['../classSample.html#a5aba3df7565098bb9e6e327389abb462',1,'Sample']]], + ['m_5ffilterlowhangingobstacles_1062',['m_filterLowHangingObstacles',['../classSample.html#a5efb5799ef7f20d164e54913f2e80259',1,'Sample']]], + ['m_5ffilterwalkablelowheightspans_1063',['m_filterWalkableLowHeightSpans',['../classSample.html#adc2be47bf6e03ac9fd4af8b9f364e6d6',1,'Sample']]], + ['m_5fgeom_1064',['m_geom',['../classSample.html#a53ee143e40e1472eddacf76bdd141c73',1,'Sample::m_geom()'],['../structMeshProcess.html#a65db060f220e6f5f94e0bc70d1cbd398',1,'MeshProcess::m_geom()']]], + ['m_5fhalfextents_1065',['m_halfExtents',['../classSample__Debug.html#a016ffb0b2f7b328988dc8ca45de70900',1,'Sample_Debug']]], + ['m_5fkeepinterresults_1066',['m_keepInterResults',['../classSample__SoloMesh.html#a6a30d74e05436f712c10a2013cb0bd14',1,'Sample_SoloMesh::m_keepInterResults()'],['../classSample__TempObstacles.html#a9167119c0eab0407261b705248ba6220',1,'Sample_TempObstacles::m_keepInterResults()'],['../classSample__TileMesh.html#a90e635880afd028ed2b9911335dbc926',1,'Sample_TileMesh::m_keepInterResults()']]], + ['m_5flastbuilttilebmax_1067',['m_lastBuiltTileBmax',['../classSample__TileMesh.html#ae5b9119252644fafe51a796fa212b3c0',1,'Sample_TileMesh']]], + ['m_5flastbuilttilebmin_1068',['m_lastBuiltTileBmin',['../classSample__TileMesh.html#a04546976f103034b0b3075d3f02f91e8',1,'Sample_TileMesh']]], + ['m_5flogenabled_1069',['m_logEnabled',['../classrcContext.html#af3690c070989bc399cd39e2da2b0fbad',1,'rcContext']]], + ['m_5fmaxpolyspertile_1070',['m_maxPolysPerTile',['../classSample__TempObstacles.html#a1c75490508baf130ec32ef2c60ea0dc6',1,'Sample_TempObstacles::m_maxPolysPerTile()'],['../classSample__TileMesh.html#a6534d009ee994c77b2a85cbeb4afa64e',1,'Sample_TileMesh::m_maxPolysPerTile()']]], + ['m_5fmaxtiles_1071',['m_maxTiles',['../classSample__TempObstacles.html#ad680dfdf8cee7a79ecf6e95a6f44acd3',1,'Sample_TempObstacles::m_maxTiles()'],['../classSample__TileMesh.html#adf10ce20646ee109bdfda289d2002469',1,'Sample_TileMesh::m_maxTiles()']]], + ['m_5fnavmesh_1072',['m_navMesh',['../classSample.html#a85e92e352c6aa0f8942736a3f2018884',1,'Sample']]], + ['m_5fnavmeshdrawflags_1073',['m_navMeshDrawFlags',['../classSample.html#a0fb2eac8be24dbb9f54ac8d37324b7b9',1,'Sample']]], + ['m_5fnavquery_1074',['m_navQuery',['../classSample.html#a26ee023759e26ed258ad35b1183edae0',1,'Sample']]], + ['m_5fobstacleavoidance_1075',['m_obstacleAvoidance',['../structCrowdToolParams.html#abd5dd62a05171d60b075e10d9290e7b3',1,'CrowdToolParams']]], + ['m_5fobstacleavoidancetype_1076',['m_obstacleAvoidanceType',['../structCrowdToolParams.html#a9627c513e79f26b6024c8d01843bc528',1,'CrowdToolParams']]], + ['m_5foptimizetopo_1077',['m_optimizeTopo',['../structCrowdToolParams.html#a40ea83734142dd59c92cb695631eee4a',1,'CrowdToolParams']]], + ['m_5foptimizevis_1078',['m_optimizeVis',['../structCrowdToolParams.html#a36e752b30016841720cafb2b3e0ac7ae',1,'CrowdToolParams']]], + ['m_5fpartitiontype_1079',['m_partitionType',['../classSample.html#a9888fa5781dee649df14a7be470a370c',1,'Sample']]], + ['m_5fpmesh_1080',['m_pmesh',['../classSample__Debug.html#ac4e043754c0612c7b650c95f0b62706e',1,'Sample_Debug::m_pmesh()'],['../classSample__SoloMesh.html#a12b020d2ae29630abe24090452d89d58',1,'Sample_SoloMesh::m_pmesh()'],['../classSample__TileMesh.html#a62f5a6f14e2ce186b89c8130db206feb',1,'Sample_TileMesh::m_pmesh()']]], + ['m_5fref_1081',['m_ref',['../classSample__Debug.html#a673bdcae37af994d3dcd004d3e4c7ffd',1,'Sample_Debug']]], + ['m_5fregionmergesize_1082',['m_regionMergeSize',['../classSample.html#a1f8a314cdaa47586271b8509dca7849f',1,'Sample']]], + ['m_5fregionminsize_1083',['m_regionMinSize',['../classSample.html#a648ad42edba19a7bb76bb7f17bd72335',1,'Sample']]], + ['m_5fseparation_1084',['m_separation',['../structCrowdToolParams.html#a8481d268ff04bf7e6b49458c911936cb',1,'CrowdToolParams']]], + ['m_5fseparationweight_1085',['m_separationWeight',['../structCrowdToolParams.html#a4f8f193a139b5f88d1665949c3fe7c9c',1,'CrowdToolParams']]], + ['m_5fshowcollisionsegments_1086',['m_showCollisionSegments',['../structCrowdToolParams.html#a099c9551972b676121b351f18c34c9e0',1,'CrowdToolParams']]], + ['m_5fshowcorners_1087',['m_showCorners',['../structCrowdToolParams.html#a85e1edfba62c2a2e5315ad05a0eaf0f9',1,'CrowdToolParams']]], + ['m_5fshowdetailall_1088',['m_showDetailAll',['../structCrowdToolParams.html#aa7340bfdeed7994d7899f8161744a3f6',1,'CrowdToolParams']]], + ['m_5fshowgrid_1089',['m_showGrid',['../structCrowdToolParams.html#a113cc0b0ee16ce253730d4a7d3c80672',1,'CrowdToolParams']]], + ['m_5fshowlabels_1090',['m_showLabels',['../structCrowdToolParams.html#ae078b3f35f3d5b2865139b3960708426',1,'CrowdToolParams']]], + ['m_5fshowneis_1091',['m_showNeis',['../structCrowdToolParams.html#aaf7a605017a4343c0536704cf0a4f1b0',1,'CrowdToolParams']]], + ['m_5fshownodes_1092',['m_showNodes',['../structCrowdToolParams.html#a4d8f49ea1fa301ad224405d12b9cd9a9',1,'CrowdToolParams']]], + ['m_5fshowopt_1093',['m_showOpt',['../structCrowdToolParams.html#abb28bf8b771767150348b0264c649991',1,'CrowdToolParams']]], + ['m_5fshowpath_1094',['m_showPath',['../structCrowdToolParams.html#a642a969b56ed560f2472eb4bd868416a',1,'CrowdToolParams']]], + ['m_5fshowperfgraph_1095',['m_showPerfGraph',['../structCrowdToolParams.html#a1dfe5185e48bbde739f0393227594b9c',1,'CrowdToolParams']]], + ['m_5fshowvo_1096',['m_showVO',['../structCrowdToolParams.html#a3e0009ffecf65e0b3aad0b7ad33f573b',1,'CrowdToolParams']]], + ['m_5fsolid_1097',['m_solid',['../classSample__SoloMesh.html#aee04a7d9dbc1c9e1f6c6084ac5503a93',1,'Sample_SoloMesh::m_solid()'],['../classSample__TileMesh.html#a3fe8dedfda40247593c879ca19e021cf',1,'Sample_TileMesh::m_solid()']]], + ['m_5ftalloc_1098',['m_talloc',['../classSample__TempObstacles.html#ac429ee71c83f05db18b62b07ee3331ed',1,'Sample_TempObstacles']]], + ['m_5ftcomp_1099',['m_tcomp',['../classSample__TempObstacles.html#a8a31948f10e5f7bac97cef471fb14af9',1,'Sample_TempObstacles']]], + ['m_5ftilebuildtime_1100',['m_tileBuildTime',['../classSample__TileMesh.html#acaea347f4caa829f5314634b0d77cf16',1,'Sample_TileMesh']]], + ['m_5ftilecache_1101',['m_tileCache',['../classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3',1,'Sample_TempObstacles']]], + ['m_5ftilecol_1102',['m_tileCol',['../classSample__TileMesh.html#ab6439a65636c4a510cfb02b030fedfd9',1,'Sample_TileMesh']]], + ['m_5ftilememusage_1103',['m_tileMemUsage',['../classSample__TileMesh.html#a11f392f78f550bf5aa9772e0e00338fd',1,'Sample_TileMesh']]], + ['m_5ftilesize_1104',['m_tileSize',['../classSample__TempObstacles.html#a2fbc15ef10855409375630a151f62d77',1,'Sample_TempObstacles::m_tileSize()'],['../classSample__TileMesh.html#af505570e18ca82411122d5e975225b92',1,'Sample_TileMesh::m_tileSize()']]], + ['m_5ftiletricount_1105',['m_tileTriCount',['../classSample__TileMesh.html#ad779820f5b84624c5ee75c4a26738dfd',1,'Sample_TileMesh']]], + ['m_5ftimerenabled_1106',['m_timerEnabled',['../classrcContext.html#a851ba8cc41ee2185be82fe11e847c846',1,'rcContext']]], + ['m_5ftmproc_1107',['m_tmproc',['../classSample__TempObstacles.html#a3771c900fe0d20a3dc558b96dad7d13a',1,'Sample_TempObstacles']]], + ['m_5ftool_1108',['m_tool',['../classSample.html#a2b051749824672f59913671ec043dd59',1,'Sample']]], + ['m_5ftoolstates_1109',['m_toolStates',['../classSample.html#a824aa6303ba63c6c03b90aca89143ac7',1,'Sample']]], + ['m_5ftotalbuildtimems_1110',['m_totalBuildTimeMs',['../classSample__SoloMesh.html#ad018e09c3f700c7d9f7b4bec389b9643',1,'Sample_SoloMesh::m_totalBuildTimeMs()'],['../classSample__TileMesh.html#a102175de1771bd48ce7c9b87a187ee81',1,'Sample_TileMesh::m_totalBuildTimeMs()']]], + ['m_5ftriareas_1111',['m_triareas',['../classSample__SoloMesh.html#a53f7d384f99517ace66e6d4738d622e3',1,'Sample_SoloMesh::m_triareas()'],['../classSample__TileMesh.html#a6001cd8522fc9e9aaf837c757ef15faa',1,'Sample_TileMesh::m_triareas()']]], + ['m_5fvertsperpoly_1112',['m_vertsPerPoly',['../classSample.html#af57ce10362e08d94b16cc592734bd6ba',1,'Sample']]], + ['magic_1113',['magic',['../structdtMeshHeader.html#a3e7a9662d94d08b62ca84d44e150facc',1,'dtMeshHeader::magic()'],['../structdtTileState.html#ad1d40a5f3e34dcd3b0cd5e52a1929e15',1,'dtTileState::magic()'],['../structdtTileCacheLayerHeader.html#a8c7b27ed53bf0189ccc94c67d6820e2f',1,'dtTileCacheLayerHeader::magic()'],['../structNavMeshSetHeader.html#afaa6914946f66507c805e13877100822',1,'NavMeshSetHeader::magic()'],['../structTileCacheSetHeader.html#a11b814554f66b5ae6a20ff4bf5f9599e',1,'TileCacheSetHeader::magic()']]], + ['main_1114',['main',['../main_8cpp.html#a2c3f6775325c30275d11c6abee2db6a0',1,'main.cpp']]], + ['main_2ecpp_1115',['main.cpp',['../main_8cpp.html',1,'']]], + ['max_5fcommon_5fnodes_1116',['MAX_COMMON_NODES',['../DetourCrowd_8cpp.html#ac718951eb34b37a1c2f66ef6cc3f7ee6',1,'DetourCrowd.cpp']]], + ['max_5fconvexvol_5fpts_1117',['MAX_CONVEXVOL_PTS',['../InputGeom_8h.html#ab051ae2a0b2e4b23f39190bc9127098a',1,'InputGeom.h']]], + ['max_5fdrawmode_1118',['MAX_DRAWMODE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8ad3153e5f19cd59fecff1c383cdcb1',1,'Sample_SoloMesh::MAX_DRAWMODE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa6b45d4a6889c8d9b98d386cfbcd3e7a3',1,'Sample_TempObstacles::MAX_DRAWMODE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eab552cab10902063700d7b86150b3ea64',1,'Sample_TileMesh::MAX_DRAWMODE()']]], + ['max_5fiters_5fper_5fupdate_1119',['MAX_ITERS_PER_UPDATE',['../DetourCrowd_8cpp.html#a6415beb0f334c026346ca21f1473d3ed',1,'DetourCrowd.cpp']]], + ['max_5flayers_1120',['MAX_LAYERS',['../Sample__TempObstacles_8cpp.html#a79bfaaec8df17228648fc51c7c302f72',1,'Sample_TempObstacles.cpp']]], + ['max_5fpathqueue_5fnodes_1121',['MAX_PATHQUEUE_NODES',['../DetourCrowd_8cpp.html#a6041e29fcccdcfc2f0b2b41d6f5df394',1,'DetourCrowd.cpp']]], + ['max_5frem_5fedges_1122',['MAX_REM_EDGES',['../DetourTileCacheBuilder_8cpp.html#a5131aaaa744669c5e9418ecffa6e64f5',1,'DetourTileCacheBuilder.cpp']]], + ['max_5ftools_1123',['MAX_TOOLS',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baf21d3b3c7a6296454122cffd465fcb25',1,'Sample.h']]], + ['max_5fverts_5fper_5fpoly_1124',['MAX_VERTS_PER_POLY',['../DetourTileCacheBuilder_8cpp.html#a765f17c1f40a919b5a17a9701a0c9f52',1,'DetourTileCacheBuilder.cpp']]], + ['maxacceleration_1125',['maxAcceleration',['../structdtCrowdAgentParams.html#a2d1b22f12d2faf77c052b1bae3a27ada',1,'dtCrowdAgentParams']]], + ['maxcompressedsize_1126',['maxCompressedSize',['../structFastLZCompressor.html#a8fb3236d4cb66a253fd98036536b51a4',1,'FastLZCompressor::maxCompressedSize()'],['../structdtTileCacheCompressor.html#aaa7fcfc5889a5f3fc5fbf689bbbc1494',1,'dtTileCacheCompressor::maxCompressedSize()']]], + ['maxdistance_1127',['maxDistance',['../structrcCompactHeightfield.html#a38921b347d72bdc07487d07e7608ffc7',1,'rcCompactHeightfield']]], + ['maxedgeerror_1128',['maxEdgeError',['../structrcPolyMesh.html#ab26e9ea24492a2c45b1a2d71ccdb091d',1,'rcPolyMesh']]], + ['maxedgelen_1129',['maxEdgeLen',['../structrcConfig.html#a2149036442bf38b9ec9615549aa48fd4',1,'rcConfig']]], + ['maxerror_1130',['maxError',['../structrcContourSet.html#af657b46878e8fff2dd731ee066e4e1b2',1,'rcContourSet']]], + ['maxlinkcount_1131',['maxLinkCount',['../structdtMeshHeader.html#ab9f95d40e21c8710f59e78ef89ce1cc0',1,'dtMeshHeader']]], + ['maxobstacles_1132',['maxObstacles',['../structdtTileCacheParams.html#a30fb34944589db46ad6262748d3f4c0c',1,'dtTileCacheParams']]], + ['maxpath_1133',['maxPath',['../structdtRaycastHit.html#a62b75cb350d9ace5e47887c7c1add9b3',1,'dtRaycastHit']]], + ['maxpolys_1134',['maxPolys',['../structdtNavMeshParams.html#a4f44babd04fff4f8300ecd15d4237375',1,'dtNavMeshParams']]], + ['maxpolys_1135',['maxpolys',['../structrcPolyMesh.html#afc6261e7cee3e3ff2a83b6ee8baf14a9',1,'rcPolyMesh']]], + ['maxregions_1136',['maxRegions',['../structrcCompactHeightfield.html#a6bfb7a2fdb06a64b03f0fffa885edd94',1,'rcCompactHeightfield']]], + ['maxsimplificationerror_1137',['maxSimplificationError',['../structrcConfig.html#a3421826332c0acfbbdfa34ee6c7183d1',1,'rcConfig::maxSimplificationError()'],['../structdtTileCacheParams.html#a426e4e8fbaea199ecc4714ba01aa8ef2',1,'dtTileCacheParams::maxSimplificationError()']]], + ['maxspeed_1138',['maxSpeed',['../structdtCrowdAgentParams.html#a2a023328c7266577eedeba25e480479f',1,'dtCrowdAgentParams']]], + ['maxtiles_1139',['maxTiles',['../structdtNavMeshParams.html#ad6027d623e81058f0d9b2a2adf803f00',1,'dtNavMeshParams::maxTiles()'],['../structdtTileCacheParams.html#a08e5fc995595846369e9dc040370b660',1,'dtTileCacheParams::maxTiles()']]], + ['maxtrisperchunk_1140',['maxTrisPerChunk',['../structrcChunkyTriMesh.html#a93638e22b53882b6bdc700b8c35ecd05',1,'rcChunkyTriMesh']]], + ['maxvertsperpoly_1141',['maxVertsPerPoly',['../structrcConfig.html#a055d0ed71c79c9af29424de5d0cf3d2d',1,'rcConfig']]], + ['maxx_1142',['maxx',['../structdtTileCacheLayerHeader.html#ab675bd252447bcae38a8356b627af383',1,'dtTileCacheLayerHeader::maxx()'],['../structrcHeightfieldLayer.html#ab0b3836202050d3a701d2e3cfba8d9ab',1,'rcHeightfieldLayer::maxx()']]], + ['maxy_1143',['maxy',['../structrcHeightfieldLayer.html#ad697fc4a8a65c2b1ef1f976097ee2b3f',1,'rcHeightfieldLayer::maxy()'],['../structdtTileCacheLayerHeader.html#afcbde7458c37c89801243b98a5aa4674',1,'dtTileCacheLayerHeader::maxy()']]], + ['mergeandfilterlayerregions_1144',['mergeAndFilterLayerRegions',['../RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff',1,'RecastRegion.cpp']]], + ['mergeandfilterregions_1145',['mergeAndFilterRegions',['../RecastRegion_8cpp.html#a5725fdd6c9d2c932db4686ba6d411dac',1,'RecastRegion.cpp']]], + ['mergecontours_1146',['mergeContours',['../RecastContour_8cpp.html#a1b37a039e4a04535bcddcb219ca7945b',1,'RecastContour.cpp']]], + ['mergepolys_1147',['mergePolys',['../DetourTileCacheBuilder_8cpp.html#acec62cadc066beebd0bcf5623c79f0e0',1,'DetourTileCacheBuilder.cpp']]], + ['mergepolyverts_1148',['mergePolyVerts',['../RecastMesh_8cpp.html#ab16a0c6bfd0ae903d4c02eabd16fd5af',1,'RecastMesh.cpp']]], + ['mergeregionarea_1149',['mergeRegionArea',['../structrcConfig.html#ac2385e0a316304cd7b1c563cf9f7dd59',1,'rcConfig']]], + ['mergeregionholes_1150',['mergeRegionHoles',['../RecastContour_8cpp.html#a7321f3f5954d621c5255819fe4f73004',1,'RecastContour.cpp']]], + ['mergeregions_1151',['mergeRegions',['../RecastRegion_8cpp.html#aa6ad7bc5d6c9f39726a4574813bce7ec',1,'RecastRegion.cpp']]], + ['mesh_5fnull_5fidx_1152',['MESH_NULL_IDX',['../DetourNavMeshBuilder_8cpp.html#af3008e30fc489f2443bd25ae528c01e4',1,'DetourNavMeshBuilder.cpp']]], + ['meshes_1153',['meshes',['../structrcPolyMeshDetail.html#a39a0a4bdfaf81025dfd5c6efc17a9f02',1,'rcPolyMeshDetail']]], + ['meshloaderobj_2ecpp_1154',['MeshLoaderObj.cpp',['../MeshLoaderObj_8cpp.html',1,'']]], + ['meshloaderobj_2eh_1155',['MeshLoaderObj.h',['../MeshLoaderObj_8h.html',1,'']]], + ['meshparams_1156',['meshParams',['../structTileCacheSetHeader.html#ab16db6d86e12cbee7fde6e48efe92232',1,'TileCacheSetHeader']]], + ['meshprocess_1157',['MeshProcess',['../structMeshProcess.html#ae8565ad12db3ae60dd9b72a851b7afc8',1,'MeshProcess::MeshProcess()'],['../structMeshProcess.html',1,'MeshProcess']]], + ['minregionarea_1158',['minRegionArea',['../structrcConfig.html#af91c92dd5bb5ebf51a85b194917062ec',1,'rcConfig']]], + ['minx_1159',['minx',['../structrcContourHole.html#ab83982af11e1649becfdf57766fe45ee',1,'rcContourHole::minx()'],['../structrcHeightfieldLayer.html#adcd87e9ea184d277f36eea61314f6f4a',1,'rcHeightfieldLayer::minx()'],['../structdtTileCacheLayerHeader.html#ac536f24cbc32f35d0a42bd23f6ac1a56',1,'dtTileCacheLayerHeader::minx()']]], + ['miny_1160',['miny',['../structrcHeightfieldLayer.html#af5df0f6946f89193ca1c3e5c6f9ab49b',1,'rcHeightfieldLayer::miny()'],['../structdtTileCacheLayerHeader.html#a4e0f98a4b6cba8baf300311feb2700e2',1,'dtTileCacheLayerHeader::miny()']]], + ['minz_1161',['minz',['../structrcContourHole.html#a6638d0ce2b7972c1a6e795a99fea5504',1,'rcContourHole']]], + ['modify_1162',['modify',['../classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a',1,'dtNodeQueue']]], + ['movealongsurface_1163',['moveAlongSurface',['../classdtNavMeshQuery.html#a95f6d7c92a75c7773ababeb144206968',1,'dtNavMeshQuery']]], + ['moveoveroffmeshconnection_1164',['moveOverOffmeshConnection',['../classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d',1,'dtPathCorridor']]], + ['moveposition_1165',['movePosition',['../classdtPathCorridor.html#a320a804c422fdb9b58f677b9b42ebf22',1,'dtPathCorridor']]], + ['moverequeststate_1166',['MoveRequestState',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45',1,'DetourCrowd.h']]], + ['movetargetposition_1167',['moveTargetPosition',['../classdtPathCorridor.html#a66f8097a4f49c077b6c6da5c727c6877',1,'dtPathCorridor']]], + ['mx_1168',['mx',['../structGuiState.html#a500386b3162aeaaa091381e71e65b872',1,'GuiState']]], + ['my_1169',['my',['../structGuiState.html#aaae100f98cc2247cdd4c9f56e760a55e',1,'GuiState']]] ]; diff --git a/search/all_b.js b/search/all_b.js index d6338679..acd01393 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -1,52 +1,52 @@ var searchData= [ - ['n_1171',['n',['../structrcChunkyTriMeshNode.html#a21461e9717fa41aede9a197e82c2fab8',1,'rcChunkyTriMeshNode']]], - ['name_1172',['name',['../structSampleItem.html#af696aa049ca06a8a27e9d9ed4e55c0df',1,'SampleItem']]], - ['navmeshbmax_1173',['navMeshBMax',['../structBuildSettings.html#aa4bd791b8e27043a8f341274fa656edd',1,'BuildSettings']]], - ['navmeshbmin_1174',['navMeshBMin',['../structBuildSettings.html#a0edd34a0d76575e5208aa491b449f62e',1,'BuildSettings']]], - ['navmeshflags_1175',['NavmeshFlags',['../classNavmeshFlags.html',1,'NavmeshFlags'],['../classNavmeshFlags.html#a060c944fac648d5085ad1934671a2932',1,'NavmeshFlags::NavmeshFlags()']]], - ['navmeshprunetool_1176',['NavMeshPruneTool',['../classNavMeshPruneTool.html',1,'NavMeshPruneTool'],['../classNavMeshPruneTool.html#a304902339a20adafa5e57ed648c884ed',1,'NavMeshPruneTool::NavMeshPruneTool()']]], - ['navmeshprunetool_2ecpp_1177',['NavMeshPruneTool.cpp',['../NavMeshPruneTool_8cpp.html',1,'']]], - ['navmeshprunetool_2eh_1178',['NavMeshPruneTool.h',['../NavMeshPruneTool_8h.html',1,'']]], - ['navmeshset_5fmagic_1179',['NAVMESHSET_MAGIC',['../Sample_8cpp.html#a4df6b7baccb2e22c35e50eec65a51a76',1,'Sample.cpp']]], - ['navmeshset_5fversion_1180',['NAVMESHSET_VERSION',['../Sample_8cpp.html#a4f9236737e82de35f8d48f6bc55c704a',1,'Sample.cpp']]], - ['navmeshsetheader_1181',['NavMeshSetHeader',['../structNavMeshSetHeader.html',1,'']]], - ['navmeshtestertool_1182',['NavMeshTesterTool',['../classNavMeshTesterTool.html#afa92228fae1154929e4819bb9119062d',1,'NavMeshTesterTool::NavMeshTesterTool()'],['../classNavMeshTesterTool.html',1,'NavMeshTesterTool']]], - ['navmeshtestertool_2ecpp_1183',['NavMeshTesterTool.cpp',['../NavMeshTesterTool_8cpp.html',1,'']]], - ['navmeshtestertool_2eh_1184',['NavMeshTesterTool.h',['../NavMeshTesterTool_8h.html',1,'']]], - ['navmeshtilebuildcontext_1185',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html',1,'NavMeshTileBuildContext'],['../structNavMeshTileBuildContext.html#a704f1e66aa26ec967683eb097415cadd',1,'NavMeshTileBuildContext::NavMeshTileBuildContext()']]], - ['navmeshtileheader_1186',['NavMeshTileHeader',['../structNavMeshTileHeader.html',1,'']]], - ['navmeshtiletool_1187',['NavMeshTileTool',['../classNavMeshTileTool.html#abe63ee741ff92fdf708f098f03e45967',1,'NavMeshTileTool::NavMeshTileTool()'],['../classNavMeshTileTool.html',1,'NavMeshTileTool']]], - ['nconts_1188',['nconts',['../structdtTileCacheContourSet.html#a337ee629794b3eb22f605f531990456e',1,'dtTileCacheContourSet::nconts()'],['../structrcContourSet.html#aa751e5adb077b2ea7a9c8795e7a2fa99',1,'rcContourSet::nconts()']]], - ['ncorners_1189',['ncorners',['../structdtCrowdAgent.html#a74e6935a70f5a787f9e06481d9c2905b',1,'dtCrowdAgent']]], - ['ndiv_1190',['ndiv',['../structGraphParams.html#aaeedd456935f5b7bf3090cbfb0afbbbc',1,'GraphParams']]], - ['nearestpoint_1191',['nearestPoint',['../classdtFindNearestPolyQuery.html#ad6d790e28c61d28b5ebdcd79373e834c',1,'dtFindNearestPolyQuery']]], - ['nearestref_1192',['nearestRef',['../classdtFindNearestPolyQuery.html#a72c70bc181bdd635a23e0d2b6df724cb',1,'dtFindNearestPolyQuery']]], - ['nei_1193',['nei',['../structdtLayerSweepSpan.html#abbd4307e791bd3ff4bd19bf13990c694',1,'dtLayerSweepSpan::nei()'],['../structrcLayerSweepSpan.html#ae002a2c1f59bcd05df6661734ba7e466',1,'rcLayerSweepSpan::nei()'],['../structrcSweepSpan.html#a4d7da0d9409cf1124f8fed63783da60e',1,'rcSweepSpan::nei()']]], - ['neis_1194',['neis',['../structdtCrowdAgent.html#a924fad92f7bfcf396a3340d0e518bedf',1,'dtCrowdAgent::neis()'],['../structdtPoly.html#ac4f5aa32df32aa5b1385f76f697376af',1,'dtPoly::neis()'],['../structrcLayerRegion.html#a4ecba0bd9f4f46d3c349f96670c7ba05',1,'rcLayerRegion::neis()'],['../structdtLayerMonotoneRegion.html#ab9c62662a8577f672e3d8b204911811c',1,'dtLayerMonotoneRegion::neis()']]], - ['next_1195',['next',['../structdtLink.html#a475b893f03bf4c942ab6376d83dca82e',1,'dtLink::next()'],['../structdtMeshTile.html#a3c02fb96379627a32e596035f5ad9231',1,'dtMeshTile::next()'],['../structdtCompressedTile.html#a092b83bd1a640dbdcbbd34699bc2c1bd',1,'dtCompressedTile::next()'],['../structdtTileCacheObstacle.html#aa2366814cc7ea879699236e70fb3faed',1,'dtTileCacheObstacle::next()'],['../structrcSpan.html#a3b1dbeacc04852fe7330dcd0f5745424',1,'rcSpan::next()'],['../structrcSpanPool.html#aaa72cbbf0abb73bfaa8fefc55ef37f2f',1,'rcSpanPool::next()'],['../RecastMeshDetail_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMeshDetail.cpp'],['../RecastMesh_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMesh.cpp'],['../RecastContour_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): DetourTileCacheBuilder.cpp']]], - ['nextpow2_1196',['nextPow2',['../Sample__TileMesh_8cpp.html#a34ed4a57db9ff4dce4be2b8282c5f51a',1,'Sample_TileMesh.cpp']]], - ['nholes_1197',['nholes',['../structrcContourRegion.html#a868d233f83da1275952c46874d808114',1,'rcContourRegion']]], - ['nlayers_1198',['nlayers',['../structrcLayerRegion.html#a6c0f115441207bdf6eb739a000229bb2',1,'rcLayerRegion::nlayers()'],['../structrcHeightfieldLayerSet.html#aee43327ad152d5dea25ed5299f38101a',1,'rcHeightfieldLayerSet::nlayers()']]], - ['nmeshes_1199',['nmeshes',['../structrcPolyMeshDetail.html#afbe7e21cf0f9dca429c6762f457f61b6',1,'rcPolyMeshDetail']]], - ['nneis_1200',['nneis',['../structdtCrowdAgent.html#a250ba2f5d9ebd40b88ad770aced4aeab',1,'dtCrowdAgent::nneis()'],['../structdtLayerMonotoneRegion.html#a60988af0dcb5582f1017506fc01d19c6',1,'dtLayerMonotoneRegion::nneis()'],['../structrcLayerRegion.html#ac8dbef0b5cc388f6fb6492a7a4192c61',1,'rcLayerRegion::nneis()']]], - ['nnodes_1201',['nnodes',['../structrcChunkyTriMesh.html#aaf4b64877b4d7e95d037e5c8e7480420',1,'rcChunkyTriMesh']]], - ['nodes_1202',['nodes',['../structrcChunkyTriMesh.html#a9d0871acc93ee37e657ab5a39507849b',1,'rcChunkyTriMesh']]], - ['normalizearray_1203',['normalizeArray',['../DetourObstacleAvoidance_8cpp.html#ad5691e317bdbe68d51526215952a2227',1,'DetourObstacleAvoidance.cpp']]], - ['normalizesamples_1204',['normalizeSamples',['../classdtObstacleAvoidanceDebugData.html#aae878af7168a5683cf05cd6f3f9b4cfe',1,'dtObstacleAvoidanceDebugData']]], - ['np_1205',['np',['../structdtObstacleCircle.html#a04d72360e079c808469b6650fa4e3566',1,'dtObstacleCircle']]], - ['npending_1206',['npending',['../structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec',1,'dtTileCacheObstacle']]], - ['npoly_1207',['npoly',['../structdtTempContour.html#a6dd3c29881b08d88182c1a6117132879',1,'dtTempContour']]], - ['npolys_1208',['npolys',['../structdtTileCachePolyMesh.html#a19b929513482da73c5abf7aba98b46e8',1,'dtTileCachePolyMesh::npolys()'],['../structrcPolyMesh.html#abd3e50c1eb0aba7157aa3e2902ae019e',1,'rcPolyMesh::npolys()']]], - ['npos_1209',['npos',['../structdtCrowdAgent.html#ab23be37267f7f72bf6f4e2e455a8bb6c',1,'dtCrowdAgent']]], - ['nrverts_1210',['nrverts',['../structrcContour.html#a0cceba5f2070c42ac2a871189d4ceb53',1,'rcContour']]], - ['ns_1211',['ns',['../structdtLayerSweepSpan.html#a20068e1afedf77184348891cc3f863ed',1,'dtLayerSweepSpan::ns()'],['../structrcLayerSweepSpan.html#a7106ea090c417b32ef87c78a3940b997',1,'rcLayerSweepSpan::ns()'],['../structrcSweepSpan.html#afa7aea20a3d345b6663799f60d846737',1,'rcSweepSpan::ns()']]], - ['ntiles_1212',['ntiles',['../structRasterizationContext.html#a9237ebd7e26d392f54464d540317efcf',1,'RasterizationContext']]], - ['ntouched_1213',['ntouched',['../structdtTileCacheObstacle.html#a10ae8b8922bd1cad14693de0c69c27c3',1,'dtTileCacheObstacle']]], - ['ntris_1214',['ntris',['../structrcPolyMeshDetail.html#a80041af5ae32e618d4980cd81a08c9e3',1,'rcPolyMeshDetail::ntris()'],['../structrcChunkyTriMesh.html#a72fed74ea56cac960cd9eb282e312d87',1,'rcChunkyTriMesh::ntris()']]], - ['numcollected_1215',['numCollected',['../classdtCollectPolysQuery.html#af9a58ba3aff58aa0910d9446dcf8cb3b',1,'dtCollectPolysQuery']]], - ['numtiles_1216',['numTiles',['../structTileCacheSetHeader.html#a1e3660dad6ea670bb0f222c9d02cebb3',1,'TileCacheSetHeader::numTiles()'],['../structNavMeshSetHeader.html#a2efebea0358363f254fcf52aee6aeec4',1,'NavMeshSetHeader::numTiles()']]], - ['nvel_1217',['nvel',['../structdtCrowdAgent.html#aa0df33b4ae01bffe26adc2ea530cc49e',1,'dtCrowdAgent']]], - ['nverts_1218',['nverts',['../structrcContour.html#afcf77c01352f2c46172fdfabd2f9b9f6',1,'rcContour::nverts()'],['../structrcPolyMesh.html#ac9c762a21343c45649638e02332e53eb',1,'rcPolyMesh::nverts()'],['../structrcPolyMeshDetail.html#a5424a45b24c43d49d93d89e89f11b59f',1,'rcPolyMeshDetail::nverts()'],['../structConvexVolume.html#aa95664f1b0d264a0f6a5261f9bb0737a',1,'ConvexVolume::nverts()'],['../structdtTempContour.html#ab01c00d6a0d27fa0fb88743030e7a303',1,'dtTempContour::nverts()'],['../structdtTileCachePolyMesh.html#a369808f1d748df877916ad7d66ea38a1',1,'dtTileCachePolyMesh::nverts()'],['../structdtTileCacheContour.html#a2bb153bf7d141e4ab209a27eeceff55f',1,'dtTileCacheContour::nverts()']]], - ['nvp_1219',['nvp',['../structdtNavMeshCreateParams.html#aa0cacf292dd206fe7da335461c3af65c',1,'dtNavMeshCreateParams::nvp()'],['../structdtTileCachePolyMesh.html#adc3ecbab9e04c96d87b1ad4fbad439aa',1,'dtTileCachePolyMesh::nvp()'],['../structrcPolyMesh.html#ab0c55272b556ffc9db9e643b463cb66a',1,'rcPolyMesh::nvp()']]] + ['n_1170',['n',['../structrcChunkyTriMeshNode.html#a21461e9717fa41aede9a197e82c2fab8',1,'rcChunkyTriMeshNode']]], + ['name_1171',['name',['../structSampleItem.html#af696aa049ca06a8a27e9d9ed4e55c0df',1,'SampleItem']]], + ['navmeshbmax_1172',['navMeshBMax',['../structBuildSettings.html#aa4bd791b8e27043a8f341274fa656edd',1,'BuildSettings']]], + ['navmeshbmin_1173',['navMeshBMin',['../structBuildSettings.html#a0edd34a0d76575e5208aa491b449f62e',1,'BuildSettings']]], + ['navmeshflags_1174',['NavmeshFlags',['../classNavmeshFlags.html',1,'NavmeshFlags'],['../classNavmeshFlags.html#a060c944fac648d5085ad1934671a2932',1,'NavmeshFlags::NavmeshFlags()']]], + ['navmeshprunetool_1175',['NavMeshPruneTool',['../classNavMeshPruneTool.html',1,'NavMeshPruneTool'],['../classNavMeshPruneTool.html#a304902339a20adafa5e57ed648c884ed',1,'NavMeshPruneTool::NavMeshPruneTool()']]], + ['navmeshprunetool_2ecpp_1176',['NavMeshPruneTool.cpp',['../NavMeshPruneTool_8cpp.html',1,'']]], + ['navmeshprunetool_2eh_1177',['NavMeshPruneTool.h',['../NavMeshPruneTool_8h.html',1,'']]], + ['navmeshset_5fmagic_1178',['NAVMESHSET_MAGIC',['../Sample_8cpp.html#a4df6b7baccb2e22c35e50eec65a51a76',1,'Sample.cpp']]], + ['navmeshset_5fversion_1179',['NAVMESHSET_VERSION',['../Sample_8cpp.html#a4f9236737e82de35f8d48f6bc55c704a',1,'Sample.cpp']]], + ['navmeshsetheader_1180',['NavMeshSetHeader',['../structNavMeshSetHeader.html',1,'']]], + ['navmeshtestertool_1181',['NavMeshTesterTool',['../classNavMeshTesterTool.html#afa92228fae1154929e4819bb9119062d',1,'NavMeshTesterTool::NavMeshTesterTool()'],['../classNavMeshTesterTool.html',1,'NavMeshTesterTool']]], + ['navmeshtestertool_2ecpp_1182',['NavMeshTesterTool.cpp',['../NavMeshTesterTool_8cpp.html',1,'']]], + ['navmeshtestertool_2eh_1183',['NavMeshTesterTool.h',['../NavMeshTesterTool_8h.html',1,'']]], + ['navmeshtilebuildcontext_1184',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html',1,'NavMeshTileBuildContext'],['../structNavMeshTileBuildContext.html#a704f1e66aa26ec967683eb097415cadd',1,'NavMeshTileBuildContext::NavMeshTileBuildContext()']]], + ['navmeshtileheader_1185',['NavMeshTileHeader',['../structNavMeshTileHeader.html',1,'']]], + ['navmeshtiletool_1186',['NavMeshTileTool',['../classNavMeshTileTool.html#abe63ee741ff92fdf708f098f03e45967',1,'NavMeshTileTool::NavMeshTileTool()'],['../classNavMeshTileTool.html',1,'NavMeshTileTool']]], + ['nconts_1187',['nconts',['../structdtTileCacheContourSet.html#a337ee629794b3eb22f605f531990456e',1,'dtTileCacheContourSet::nconts()'],['../structrcContourSet.html#aa751e5adb077b2ea7a9c8795e7a2fa99',1,'rcContourSet::nconts()']]], + ['ncorners_1188',['ncorners',['../structdtCrowdAgent.html#a74e6935a70f5a787f9e06481d9c2905b',1,'dtCrowdAgent']]], + ['ndiv_1189',['ndiv',['../structGraphParams.html#aaeedd456935f5b7bf3090cbfb0afbbbc',1,'GraphParams']]], + ['nearestpoint_1190',['nearestPoint',['../classdtFindNearestPolyQuery.html#ad6d790e28c61d28b5ebdcd79373e834c',1,'dtFindNearestPolyQuery']]], + ['nearestref_1191',['nearestRef',['../classdtFindNearestPolyQuery.html#a72c70bc181bdd635a23e0d2b6df724cb',1,'dtFindNearestPolyQuery']]], + ['nei_1192',['nei',['../structdtLayerSweepSpan.html#abbd4307e791bd3ff4bd19bf13990c694',1,'dtLayerSweepSpan::nei()'],['../structrcLayerSweepSpan.html#ae002a2c1f59bcd05df6661734ba7e466',1,'rcLayerSweepSpan::nei()'],['../structrcSweepSpan.html#a4d7da0d9409cf1124f8fed63783da60e',1,'rcSweepSpan::nei()']]], + ['neis_1193',['neis',['../structdtCrowdAgent.html#a924fad92f7bfcf396a3340d0e518bedf',1,'dtCrowdAgent::neis()'],['../structdtPoly.html#ac4f5aa32df32aa5b1385f76f697376af',1,'dtPoly::neis()'],['../structrcLayerRegion.html#a4ecba0bd9f4f46d3c349f96670c7ba05',1,'rcLayerRegion::neis()'],['../structdtLayerMonotoneRegion.html#ab9c62662a8577f672e3d8b204911811c',1,'dtLayerMonotoneRegion::neis()']]], + ['next_1194',['next',['../structdtLink.html#a475b893f03bf4c942ab6376d83dca82e',1,'dtLink::next()'],['../structdtMeshTile.html#a3c02fb96379627a32e596035f5ad9231',1,'dtMeshTile::next()'],['../structdtCompressedTile.html#a092b83bd1a640dbdcbbd34699bc2c1bd',1,'dtCompressedTile::next()'],['../structdtTileCacheObstacle.html#aa2366814cc7ea879699236e70fb3faed',1,'dtTileCacheObstacle::next()'],['../structrcSpan.html#a3b1dbeacc04852fe7330dcd0f5745424',1,'rcSpan::next()'],['../structrcSpanPool.html#aaa72cbbf0abb73bfaa8fefc55ef37f2f',1,'rcSpanPool::next()'],['../RecastMeshDetail_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMeshDetail.cpp'],['../RecastMesh_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMesh.cpp'],['../RecastContour_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): DetourTileCacheBuilder.cpp']]], + ['nextpow2_1195',['nextPow2',['../Sample__TileMesh_8cpp.html#a34ed4a57db9ff4dce4be2b8282c5f51a',1,'Sample_TileMesh.cpp']]], + ['nholes_1196',['nholes',['../structrcContourRegion.html#a868d233f83da1275952c46874d808114',1,'rcContourRegion']]], + ['nlayers_1197',['nlayers',['../structrcLayerRegion.html#a6c0f115441207bdf6eb739a000229bb2',1,'rcLayerRegion::nlayers()'],['../structrcHeightfieldLayerSet.html#aee43327ad152d5dea25ed5299f38101a',1,'rcHeightfieldLayerSet::nlayers()']]], + ['nmeshes_1198',['nmeshes',['../structrcPolyMeshDetail.html#afbe7e21cf0f9dca429c6762f457f61b6',1,'rcPolyMeshDetail']]], + ['nneis_1199',['nneis',['../structdtCrowdAgent.html#a250ba2f5d9ebd40b88ad770aced4aeab',1,'dtCrowdAgent::nneis()'],['../structdtLayerMonotoneRegion.html#a60988af0dcb5582f1017506fc01d19c6',1,'dtLayerMonotoneRegion::nneis()'],['../structrcLayerRegion.html#ac8dbef0b5cc388f6fb6492a7a4192c61',1,'rcLayerRegion::nneis()']]], + ['nnodes_1200',['nnodes',['../structrcChunkyTriMesh.html#aaf4b64877b4d7e95d037e5c8e7480420',1,'rcChunkyTriMesh']]], + ['nodes_1201',['nodes',['../structrcChunkyTriMesh.html#a9d0871acc93ee37e657ab5a39507849b',1,'rcChunkyTriMesh']]], + ['normalizearray_1202',['normalizeArray',['../DetourObstacleAvoidance_8cpp.html#ad5691e317bdbe68d51526215952a2227',1,'DetourObstacleAvoidance.cpp']]], + ['normalizesamples_1203',['normalizeSamples',['../classdtObstacleAvoidanceDebugData.html#aae878af7168a5683cf05cd6f3f9b4cfe',1,'dtObstacleAvoidanceDebugData']]], + ['np_1204',['np',['../structdtObstacleCircle.html#a04d72360e079c808469b6650fa4e3566',1,'dtObstacleCircle']]], + ['npending_1205',['npending',['../structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec',1,'dtTileCacheObstacle']]], + ['npoly_1206',['npoly',['../structdtTempContour.html#a6dd3c29881b08d88182c1a6117132879',1,'dtTempContour']]], + ['npolys_1207',['npolys',['../structdtTileCachePolyMesh.html#a19b929513482da73c5abf7aba98b46e8',1,'dtTileCachePolyMesh::npolys()'],['../structrcPolyMesh.html#abd3e50c1eb0aba7157aa3e2902ae019e',1,'rcPolyMesh::npolys()']]], + ['npos_1208',['npos',['../structdtCrowdAgent.html#ab23be37267f7f72bf6f4e2e455a8bb6c',1,'dtCrowdAgent']]], + ['nrverts_1209',['nrverts',['../structrcContour.html#a0cceba5f2070c42ac2a871189d4ceb53',1,'rcContour']]], + ['ns_1210',['ns',['../structdtLayerSweepSpan.html#a20068e1afedf77184348891cc3f863ed',1,'dtLayerSweepSpan::ns()'],['../structrcLayerSweepSpan.html#a7106ea090c417b32ef87c78a3940b997',1,'rcLayerSweepSpan::ns()'],['../structrcSweepSpan.html#afa7aea20a3d345b6663799f60d846737',1,'rcSweepSpan::ns()']]], + ['ntiles_1211',['ntiles',['../structRasterizationContext.html#a9237ebd7e26d392f54464d540317efcf',1,'RasterizationContext']]], + ['ntouched_1212',['ntouched',['../structdtTileCacheObstacle.html#a10ae8b8922bd1cad14693de0c69c27c3',1,'dtTileCacheObstacle']]], + ['ntris_1213',['ntris',['../structrcPolyMeshDetail.html#a80041af5ae32e618d4980cd81a08c9e3',1,'rcPolyMeshDetail::ntris()'],['../structrcChunkyTriMesh.html#a72fed74ea56cac960cd9eb282e312d87',1,'rcChunkyTriMesh::ntris()']]], + ['numcollected_1214',['numCollected',['../classdtCollectPolysQuery.html#af9a58ba3aff58aa0910d9446dcf8cb3b',1,'dtCollectPolysQuery']]], + ['numtiles_1215',['numTiles',['../structTileCacheSetHeader.html#a1e3660dad6ea670bb0f222c9d02cebb3',1,'TileCacheSetHeader::numTiles()'],['../structNavMeshSetHeader.html#a2efebea0358363f254fcf52aee6aeec4',1,'NavMeshSetHeader::numTiles()']]], + ['nvel_1216',['nvel',['../structdtCrowdAgent.html#aa0df33b4ae01bffe26adc2ea530cc49e',1,'dtCrowdAgent']]], + ['nverts_1217',['nverts',['../structrcContour.html#afcf77c01352f2c46172fdfabd2f9b9f6',1,'rcContour::nverts()'],['../structrcPolyMesh.html#ac9c762a21343c45649638e02332e53eb',1,'rcPolyMesh::nverts()'],['../structrcPolyMeshDetail.html#a5424a45b24c43d49d93d89e89f11b59f',1,'rcPolyMeshDetail::nverts()'],['../structConvexVolume.html#aa95664f1b0d264a0f6a5261f9bb0737a',1,'ConvexVolume::nverts()'],['../structdtTempContour.html#ab01c00d6a0d27fa0fb88743030e7a303',1,'dtTempContour::nverts()'],['../structdtTileCachePolyMesh.html#a369808f1d748df877916ad7d66ea38a1',1,'dtTileCachePolyMesh::nverts()'],['../structdtTileCacheContour.html#a2bb153bf7d141e4ab209a27eeceff55f',1,'dtTileCacheContour::nverts()']]], + ['nvp_1218',['nvp',['../structdtNavMeshCreateParams.html#aa0cacf292dd206fe7da335461c3af65c',1,'dtNavMeshCreateParams::nvp()'],['../structdtTileCachePolyMesh.html#adc3ecbab9e04c96d87b1ad4fbad439aa',1,'dtTileCachePolyMesh::nvp()'],['../structrcPolyMesh.html#ab0c55272b556ffc9db9e643b463cb66a',1,'rcPolyMesh::nvp()']]] ]; diff --git a/search/all_c.js b/search/all_c.js index eed3c27d..d45648fa 100644 --- a/search/all_c.js +++ b/search/all_c.js @@ -1,41 +1,41 @@ var searchData= [ - ['obstacleavoidancetype_1220',['obstacleAvoidanceType',['../structdtCrowdAgentParams.html#ae8be062f1d9616d17d8b536f7a501498',1,'dtCrowdAgentParams']]], - ['obstaclestate_1221',['ObstacleState',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0',1,'DetourTileCache.h']]], - ['obstacletype_1222',['ObstacleType',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971',1,'DetourTileCache.h']]], - ['offmeshbase_1223',['offMeshBase',['../structdtMeshHeader.html#ac8f24275024a40076976e024677dc54d',1,'dtMeshHeader']]], - ['offmeshconareas_1224',['offMeshConAreas',['../structdtNavMeshCreateParams.html#a3a3aa99e495e64204ebeb1b1cd831259',1,'dtNavMeshCreateParams']]], - ['offmeshconcount_1225',['offMeshConCount',['../structdtMeshHeader.html#af48a70c7ce5f5fd586eb8e66dfe8ea36',1,'dtMeshHeader::offMeshConCount()'],['../structdtNavMeshCreateParams.html#adf244929dceba81df29f80f8869097c0',1,'dtNavMeshCreateParams::offMeshConCount()']]], - ['offmeshcondir_1226',['offMeshConDir',['../structdtNavMeshCreateParams.html#a4e497665c7f79fb93211503ebc8069be',1,'dtNavMeshCreateParams']]], - ['offmeshconflags_1227',['offMeshConFlags',['../structdtNavMeshCreateParams.html#ab1339cb28aa32fd7fe2410322cbd187b',1,'dtNavMeshCreateParams']]], - ['offmeshconnectiontool_1228',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html',1,'OffMeshConnectionTool'],['../classOffMeshConnectionTool.html#af274e3bc78ccbd95ddd0ba6831c8e600',1,'OffMeshConnectionTool::OffMeshConnectionTool()']]], - ['offmeshconnectiontool_2ecpp_1229',['OffMeshConnectionTool.cpp',['../OffMeshConnectionTool_8cpp.html',1,'']]], - ['offmeshconnectiontool_2eh_1230',['OffMeshConnectionTool.h',['../OffMeshConnectionTool_8h.html',1,'']]], - ['offmeshconrad_1231',['offMeshConRad',['../structdtNavMeshCreateParams.html#a42c0de18949baa70762b83f6aaff0bf8',1,'dtNavMeshCreateParams']]], - ['offmeshcons_1232',['offMeshCons',['../structdtMeshTile.html#aaab8cd6559e004f4e39e297ffdd1c5f9',1,'dtMeshTile']]], - ['offmeshconuserid_1233',['offMeshConUserID',['../structdtNavMeshCreateParams.html#a5d4b0e452b998375f06cd6a3103ea042',1,'dtNavMeshCreateParams']]], - ['offmeshconverts_1234',['offMeshConVerts',['../structdtNavMeshCreateParams.html#a9b075503ee6bfbb71e1b206b249e260d',1,'dtNavMeshCreateParams']]], - ['openforread_1235',['openForRead',['../classFileIO.html#a3a96ca80a7c66c14883007e88679e87e',1,'FileIO']]], - ['openforwrite_1236',['openForWrite',['../classFileIO.html#ae7fcae34c0941ffe183fbe1cdc180f22',1,'FileIO']]], - ['operator_20delete_1237',['operator delete',['../RecastAlloc_8h.html#a269d86e8a81c47659dfad4ab2a1e94ab',1,'RecastAlloc.h']]], - ['operator_20new_1238',['operator new',['../RecastAlloc_8h.html#a7c17881830a1d6f4bac23a489972e2db',1,'RecastAlloc.h']]], - ['operator_20t_2a_1239',['operator T*',['../classdtFixedArray.html#a787d42a579a87d3fe763717576d9dac0',1,'dtFixedArray::operator T*()'],['../classrcScopedDelete.html#a842c6cc65c3811faead9717aa53166dd',1,'rcScopedDelete::operator T*()']]], - ['operator_3d_1240',['operator=',['../classrcVectorBase.html#afcedee5f686452a024a3e9c3ebc722fa',1,'rcVectorBase']]], - ['operator_5b_5d_1241',['operator[]',['../classrcIntArray.html#ac4b2d9f20fe072c3ef856afc861d2230',1,'rcIntArray::operator[]()'],['../classrcVectorBase.html#aa4a57ac99a0e715821f3eb7457b09b03',1,'rcVectorBase::operator[](rcSizeType i) const'],['../classrcVectorBase.html#a72c19a4fc62d73e361d116d069587259',1,'rcVectorBase::operator[](rcSizeType i)'],['../classrcIntArray.html#a314323a7840cf986062fd3c354c2a3c9',1,'rcIntArray::operator[]()']]], - ['optend_1242',['optEnd',['../structdtCrowdAgentDebugInfo.html#a2c3da33772d29888a52162695eaf37f8',1,'dtCrowdAgentDebugInfo']]], - ['optimizepathtopology_1243',['optimizePathTopology',['../classdtPathCorridor.html#a69288d28ab5d23b2c2654e45c5a33c25',1,'dtPathCorridor']]], - ['optimizepathvisibility_1244',['optimizePathVisibility',['../classdtPathCorridor.html#a3970b6cd229731debe6beb41d9885463',1,'dtPathCorridor']]], - ['optstart_1245',['optStart',['../structdtCrowdAgentDebugInfo.html#a83c0af535de2def34dbfe42e30b33fed',1,'dtCrowdAgentDebugInfo']]], - ['orientedbox_1246',['orientedBox',['../structdtTileCacheObstacle.html#ac644e6dc7525b0157f10f3dc6abd1416',1,'dtTileCacheObstacle']]], - ['orig_1247',['orig',['../structdtTileCacheParams.html#af9020a1528db6a1ac4e21d54c951e0e5',1,'dtTileCacheParams::orig()'],['../structdtNavMeshParams.html#a188d95f6d6dbd714b952578d71e3e115',1,'dtNavMeshParams::orig()']]], - ['outline_1248',['outline',['../structrcContourRegion.html#abe0095d55beae3075672c9584211662c',1,'rcContourRegion']]], - ['overflowed_1249',['overflowed',['../classdtCollectPolysQuery.html#a5ebb596db273cdcc454c6ae6f981bf3a',1,'dtCollectPolysQuery']]], - ['overlap_1250',['overlap',['../structrcRegion.html#a74e8d6e0e6bd376822dfa732aa7106b3',1,'rcRegion']]], - ['overlapbounds_1251',['overlapBounds',['../RecastRasterization_8cpp.html#ad16e8ad5fc4ebec8d71d58217215ff60',1,'RecastRasterization.cpp']]], - ['overlapedges_1252',['overlapEdges',['../RecastMeshDetail_8cpp.html#a337ede595b48252890c745e99d559373',1,'RecastMeshDetail.cpp']]], - ['overlaprange_1253',['overlapRange',['../DetourCommon_8cpp.html#ab355890a2df99a19209f9bf12086fcb4',1,'overlapRange(const float amin, const float amax, const float bmin, const float bmax, const float eps): DetourCommon.cpp'],['../RecastLayers_8cpp.html#a9df3149dc43b5528b0003e20ccb931e3',1,'overlapRange(const unsigned short amin, const unsigned short amax, const unsigned short bmin, const unsigned short bmax): RecastLayers.cpp']]], - ['overlaprangeexl_1254',['overlapRangeExl',['../DetourTileCacheBuilder_8cpp.html#a6e9bacbb0b63ae2d5f516d75670e15c6',1,'DetourTileCacheBuilder.cpp']]], - ['overlapsegseg2d_1255',['overlapSegSeg2d',['../RecastMeshDetail_8cpp.html#a127f1eddaf7db32655955561199a064f',1,'RecastMeshDetail.cpp']]], - ['overlapslabs_1256',['overlapSlabs',['../DetourNavMesh_8cpp.html#acc02f71919750fff6272687cd0879e2a',1,'DetourNavMesh.cpp']]], - ['overoffmeshconnection_1257',['overOffmeshConnection',['../DetourCrowd_8cpp.html#a72ec7fe4c35ce817869a41b2319f0618',1,'DetourCrowd.cpp']]] + ['obstacleavoidancetype_1219',['obstacleAvoidanceType',['../structdtCrowdAgentParams.html#ae8be062f1d9616d17d8b536f7a501498',1,'dtCrowdAgentParams']]], + ['obstaclestate_1220',['ObstacleState',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0',1,'DetourTileCache.h']]], + ['obstacletype_1221',['ObstacleType',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971',1,'DetourTileCache.h']]], + ['offmeshbase_1222',['offMeshBase',['../structdtMeshHeader.html#ac8f24275024a40076976e024677dc54d',1,'dtMeshHeader']]], + ['offmeshconareas_1223',['offMeshConAreas',['../structdtNavMeshCreateParams.html#a3a3aa99e495e64204ebeb1b1cd831259',1,'dtNavMeshCreateParams']]], + ['offmeshconcount_1224',['offMeshConCount',['../structdtMeshHeader.html#af48a70c7ce5f5fd586eb8e66dfe8ea36',1,'dtMeshHeader::offMeshConCount()'],['../structdtNavMeshCreateParams.html#adf244929dceba81df29f80f8869097c0',1,'dtNavMeshCreateParams::offMeshConCount()']]], + ['offmeshcondir_1225',['offMeshConDir',['../structdtNavMeshCreateParams.html#a4e497665c7f79fb93211503ebc8069be',1,'dtNavMeshCreateParams']]], + ['offmeshconflags_1226',['offMeshConFlags',['../structdtNavMeshCreateParams.html#ab1339cb28aa32fd7fe2410322cbd187b',1,'dtNavMeshCreateParams']]], + ['offmeshconnectiontool_1227',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html',1,'OffMeshConnectionTool'],['../classOffMeshConnectionTool.html#af274e3bc78ccbd95ddd0ba6831c8e600',1,'OffMeshConnectionTool::OffMeshConnectionTool()']]], + ['offmeshconnectiontool_2ecpp_1228',['OffMeshConnectionTool.cpp',['../OffMeshConnectionTool_8cpp.html',1,'']]], + ['offmeshconnectiontool_2eh_1229',['OffMeshConnectionTool.h',['../OffMeshConnectionTool_8h.html',1,'']]], + ['offmeshconrad_1230',['offMeshConRad',['../structdtNavMeshCreateParams.html#a42c0de18949baa70762b83f6aaff0bf8',1,'dtNavMeshCreateParams']]], + ['offmeshcons_1231',['offMeshCons',['../structdtMeshTile.html#aaab8cd6559e004f4e39e297ffdd1c5f9',1,'dtMeshTile']]], + ['offmeshconuserid_1232',['offMeshConUserID',['../structdtNavMeshCreateParams.html#a5d4b0e452b998375f06cd6a3103ea042',1,'dtNavMeshCreateParams']]], + ['offmeshconverts_1233',['offMeshConVerts',['../structdtNavMeshCreateParams.html#a9b075503ee6bfbb71e1b206b249e260d',1,'dtNavMeshCreateParams']]], + ['openforread_1234',['openForRead',['../classFileIO.html#a3a96ca80a7c66c14883007e88679e87e',1,'FileIO']]], + ['openforwrite_1235',['openForWrite',['../classFileIO.html#ae7fcae34c0941ffe183fbe1cdc180f22',1,'FileIO']]], + ['operator_20delete_1236',['operator delete',['../RecastAlloc_8h.html#a269d86e8a81c47659dfad4ab2a1e94ab',1,'RecastAlloc.h']]], + ['operator_20new_1237',['operator new',['../RecastAlloc_8h.html#a7c17881830a1d6f4bac23a489972e2db',1,'RecastAlloc.h']]], + ['operator_20t_2a_1238',['operator T*',['../classdtFixedArray.html#a787d42a579a87d3fe763717576d9dac0',1,'dtFixedArray::operator T*()'],['../classrcScopedDelete.html#a842c6cc65c3811faead9717aa53166dd',1,'rcScopedDelete::operator T*()']]], + ['operator_3d_1239',['operator=',['../classrcVectorBase.html#afcedee5f686452a024a3e9c3ebc722fa',1,'rcVectorBase']]], + ['operator_5b_5d_1240',['operator[]',['../classrcIntArray.html#ac4b2d9f20fe072c3ef856afc861d2230',1,'rcIntArray::operator[]()'],['../classrcVectorBase.html#aa4a57ac99a0e715821f3eb7457b09b03',1,'rcVectorBase::operator[](rcSizeType i) const'],['../classrcVectorBase.html#a72c19a4fc62d73e361d116d069587259',1,'rcVectorBase::operator[](rcSizeType i)'],['../classrcIntArray.html#a314323a7840cf986062fd3c354c2a3c9',1,'rcIntArray::operator[]()']]], + ['optend_1241',['optEnd',['../structdtCrowdAgentDebugInfo.html#a2c3da33772d29888a52162695eaf37f8',1,'dtCrowdAgentDebugInfo']]], + ['optimizepathtopology_1242',['optimizePathTopology',['../classdtPathCorridor.html#a69288d28ab5d23b2c2654e45c5a33c25',1,'dtPathCorridor']]], + ['optimizepathvisibility_1243',['optimizePathVisibility',['../classdtPathCorridor.html#a3970b6cd229731debe6beb41d9885463',1,'dtPathCorridor']]], + ['optstart_1244',['optStart',['../structdtCrowdAgentDebugInfo.html#a83c0af535de2def34dbfe42e30b33fed',1,'dtCrowdAgentDebugInfo']]], + ['orientedbox_1245',['orientedBox',['../structdtTileCacheObstacle.html#ac644e6dc7525b0157f10f3dc6abd1416',1,'dtTileCacheObstacle']]], + ['orig_1246',['orig',['../structdtTileCacheParams.html#af9020a1528db6a1ac4e21d54c951e0e5',1,'dtTileCacheParams::orig()'],['../structdtNavMeshParams.html#a188d95f6d6dbd714b952578d71e3e115',1,'dtNavMeshParams::orig()']]], + ['outline_1247',['outline',['../structrcContourRegion.html#abe0095d55beae3075672c9584211662c',1,'rcContourRegion']]], + ['overflowed_1248',['overflowed',['../classdtCollectPolysQuery.html#a5ebb596db273cdcc454c6ae6f981bf3a',1,'dtCollectPolysQuery']]], + ['overlap_1249',['overlap',['../structrcRegion.html#a74e8d6e0e6bd376822dfa732aa7106b3',1,'rcRegion']]], + ['overlapbounds_1250',['overlapBounds',['../RecastRasterization_8cpp.html#ad16e8ad5fc4ebec8d71d58217215ff60',1,'RecastRasterization.cpp']]], + ['overlapedges_1251',['overlapEdges',['../RecastMeshDetail_8cpp.html#a337ede595b48252890c745e99d559373',1,'RecastMeshDetail.cpp']]], + ['overlaprange_1252',['overlapRange',['../DetourCommon_8cpp.html#ab355890a2df99a19209f9bf12086fcb4',1,'overlapRange(const float amin, const float amax, const float bmin, const float bmax, const float eps): DetourCommon.cpp'],['../RecastLayers_8cpp.html#a9df3149dc43b5528b0003e20ccb931e3',1,'overlapRange(const unsigned short amin, const unsigned short amax, const unsigned short bmin, const unsigned short bmax): RecastLayers.cpp']]], + ['overlaprangeexl_1253',['overlapRangeExl',['../DetourTileCacheBuilder_8cpp.html#a6e9bacbb0b63ae2d5f516d75670e15c6',1,'DetourTileCacheBuilder.cpp']]], + ['overlapsegseg2d_1254',['overlapSegSeg2d',['../RecastMeshDetail_8cpp.html#a127f1eddaf7db32655955561199a064f',1,'RecastMeshDetail.cpp']]], + ['overlapslabs_1255',['overlapSlabs',['../DetourNavMesh_8cpp.html#acc02f71919750fff6272687cd0879e2a',1,'DetourNavMesh.cpp']]], + ['overoffmeshconnection_1256',['overOffmeshConnection',['../DetourCrowd_8cpp.html#a72ec7fe4c35ce817869a41b2319f0618',1,'DetourCrowd.cpp']]] ]; diff --git a/search/all_d.js b/search/all_d.js index dcf32187..62edfd1b 100644 --- a/search/all_d.js +++ b/search/all_d.js @@ -1,43 +1,43 @@ var searchData= [ - ['p_1258',['p',['../structdtObstacleCircle.html#a28678b711bbd24d62df014d53b091c68',1,'dtObstacleCircle::p()'],['../structdtObstacleSegment.html#aac975238e1614b0652643f973f32dc78',1,'dtObstacleSegment::p()']]], - ['pad_1259',['pad',['../structimguiGfxCmd.html#ae68d40f922fd4dda9f7e41d69db143c0',1,'imguiGfxCmd::pad()'],['../structGraphParams.html#a884cdd1fb7c9f58c88dc5d061d7b7e4b',1,'GraphParams::pad()']]], - ['paintrectregion_1260',['paintRectRegion',['../RecastRegion_8cpp.html#abc80f3a23c09dd8f6570fa5b3d30792a',1,'RecastRegion.cpp']]], - ['params_1261',['params',['../structdtCrowdAgent.html#acd1b22112639114ce05c793d178eb4b5',1,'dtCrowdAgent::params()'],['../structNavMeshSetHeader.html#a09e6f8cc597d5a96b13f2e429874d24e',1,'NavMeshSetHeader::params()']]], - ['parseface_1262',['parseFace',['../MeshLoaderObj_8cpp.html#a2c2c592a29fbae9b5bded3d2cf1bede7',1,'MeshLoaderObj.cpp']]], - ['parserow_1263',['parseRow',['../TestCase_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): TestCase.cpp'],['../MeshLoaderObj_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): MeshLoaderObj.cpp'],['../InputGeom_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): InputGeom.cpp']]], - ['partial_1264',['partial',['../structdtCrowdAgent.html#aeb06d7c34ab74696ebb125b0c409043d',1,'dtCrowdAgent']]], - ['partitiontype_1265',['partitionType',['../structBuildSettings.html#a1c247eac02103152762034a47530086b',1,'BuildSettings']]], - ['passfilter_1266',['passFilter',['../classdtQueryFilter.html#aaf072b8617dfbd4701a8e07f0f10be9c',1,'dtQueryFilter']]], - ['path_1267',['path',['../structdtRaycastHit.html#afaec74eedaf7e62a4fcc9b2bc2ce7006',1,'dtRaycastHit']]], - ['pathcost_1268',['pathCost',['../structdtRaycastHit.html#aa545333016e4844923a022263ab6a5fa',1,'dtRaycastHit']]], - ['pathcount_1269',['pathCount',['../structdtRaycastHit.html#ae1b9b3893e653ce5a1ecf8d8415f5a93',1,'dtRaycastHit']]], - ['pathoptimizationrange_1270',['pathOptimizationRange',['../structdtCrowdAgentParams.html#ab390e7ccafffda667a1132917ad91b93',1,'dtCrowdAgentParams']]], - ['pending_1271',['pending',['../structdtTileCacheObstacle.html#afb12e99f5680d18d4d61b8ad40c4a654',1,'dtTileCacheObstacle']]], - ['perftimer_2ecpp_1272',['PerfTimer.cpp',['../PerfTimer_8cpp.html',1,'']]], - ['perftimer_2eh_1273',['PerfTimer.h',['../PerfTimer_8h.html',1,'']]], - ['pi_1274',['PI',['../imguiRenderGL_8cpp.html#aa08a577393243b86dfd2a97e61443673',1,'imguiRenderGL.cpp']]], - ['pidx_1275',['pidx',['../structdtNode.html#af9b33590451ca71942c251e140724d49',1,'dtNode']]], - ['pointinpoly_1276',['pointInPoly',['../RecastArea_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): RecastArea.cpp'],['../ConvexVolumeTool_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): ConvexVolumeTool.cpp']]], - ['poly_1277',['poly',['../structdtOffMeshConnection.html#a4b6b7097d8fd55a5e7f7173a40d01325',1,'dtOffMeshConnection::poly()'],['../structdtTempContour.html#a3292c9c8f9d16f471d8c0c9d702ce062',1,'dtTempContour::poly()'],['../structrcEdge.html#a8c7453ea99462ccd11a1a4df861897db',1,'rcEdge::poly()']]], - ['polyareas_1278',['polyAreas',['../structdtNavMeshCreateParams.html#a6968dabec88b5fc3f549f675b7a40eed',1,'dtNavMeshCreateParams']]], - ['polycount_1279',['polyCount',['../structdtNavMeshCreateParams.html#ade05d506a6505335142d06f18a35cc45',1,'dtNavMeshCreateParams::polyCount()'],['../structdtMeshHeader.html#ab36d94238505dbf5370c69c8e5276d74',1,'dtMeshHeader::polyCount()']]], - ['polyedge_1280',['polyEdge',['../structrcEdge.html#ab20ad72bbcb3029d46c375f3b9358d07',1,'rcEdge']]], - ['polyflags_1281',['polyFlags',['../structdtNavMeshCreateParams.html#a61193891d27672918981c8e9447baf47',1,'dtNavMeshCreateParams']]], - ['polyminextent_1282',['polyMinExtent',['../RecastMeshDetail_8cpp.html#a43a5a2bbda38a829d1266337e19c4a6f',1,'RecastMeshDetail.cpp']]], - ['polyref_1283',['polyRef',['../structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac',1,'dtCrowdAgentAnimation']]], - ['polys_1284',['polys',['../structrcPolyMesh.html#a74e59a4854036ac66dfac9761b9f59b2',1,'rcPolyMesh::polys()'],['../structdtTileCachePolyMesh.html#a334e7e9d3643a199f8b006d632bf15e3',1,'dtTileCachePolyMesh::polys()'],['../structdtNavMeshCreateParams.html#a32129adb089b24ce7f328f780bbf35a7',1,'dtNavMeshCreateParams::polys()'],['../structdtMeshTile.html#abd8ed5dcf003464a7d8c456f671e6c1e',1,'dtMeshTile::polys()']]], - ['pools_1285',['pools',['../structrcHeightfield.html#a9808fdf31203f60447a3b9d693a6efc7',1,'rcHeightfield']]], - ['pop_1286',['pop',['../classrcIntArray.html#a25558e84868988dc42bf5b2b3c9c3a84',1,'rcIntArray::pop()'],['../classdtNodeQueue.html#a4fa10be8cbf65dcdf2284f18a3e949d3',1,'dtNodeQueue::pop()']]], - ['pop_5fback_1287',['pop_back',['../classrcVectorBase.html#a77865965d7b87881ca42242a8e9d6fcf',1,'rcVectorBase']]], - ['pos_1288',['pos',['../structdtObstacleCylinder.html#aae2ca30505f18221ddd9a583382daa0d',1,'dtObstacleCylinder::pos()'],['../structdtNode.html#a2e6577134c6d533b9cc9914c38eb877d',1,'dtNode::pos()'],['../structdtOffMeshConnection.html#a1ad6f470aa15ca67e1df62d692a4efe4',1,'dtOffMeshConnection::pos()']]], - ['prev_1289',['prev',['../RecastMeshDetail_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMeshDetail.cpp'],['../RecastMesh_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastContour.cpp']]], - ['process_1290',['process',['../structMeshProcess.html#a2e6cdfd8885e79abc9055707a340cb2c',1,'MeshProcess::process()'],['../structdtTileCacheMeshProcess.html#a215d535bec3a568d5fdb0b8ebe8cd609',1,'dtTileCacheMeshProcess::process()'],['../classdtCollectPolysQuery.html#a720fc8d71cb55210dd3db71b77f3db4f',1,'dtCollectPolysQuery::process()'],['../classdtFindNearestPolyQuery.html#a70f751a070792e099462d3af34357bcd',1,'dtFindNearestPolyQuery::process()'],['../classdtPolyQuery.html#a21184a157b5762bc558ac49e43a1131e',1,'dtPolyQuery::process()']]], - ['projectpoly_1291',['projectPoly',['../DetourCommon_8cpp.html#af6e917ef4b822dd1feee0665ebbc3bda',1,'DetourCommon.cpp']]], - ['purge_1292',['purge',['../structNavMeshTileBuildContext.html#aaad3439a65fc68c5aed3b535ead58214',1,'NavMeshTileBuildContext']]], - ['push_1293',['push',['../classrcIntArray.html#ae52f6cd7ffdd2dba00f6f006853dc441',1,'rcIntArray::push()'],['../classdtNodeQueue.html#a76d83f497e1a5bcf72a6cc902a696a2a',1,'dtNodeQueue::push()']]], - ['push3_1294',['push3',['../RecastMeshDetail_8cpp.html#afe63298d01e44c843ffc828d419dc6f4',1,'RecastMeshDetail.cpp']]], - ['push_5fback_1295',['push_back',['../classrcVectorBase.html#a9a9a0bae26bd80346a174dbb1848fc61',1,'rcVectorBase']]], - ['pushback_1296',['pushBack',['../DetourTileCacheBuilder_8cpp.html#a6da2f8c2b0bea0922a50e844a7579b73',1,'pushBack(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aec063018a8d28a41c26ac51762618208',1,'pushBack(int v, int *arr, int &an): RecastMesh.cpp']]], - ['pushfront_1297',['pushFront',['../DetourTileCacheBuilder_8cpp.html#a6798e70992affb7d5ba3152641398a1c',1,'pushFront(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a589bd4317fc5d856399939218757d09e',1,'pushFront(int v, int *arr, int &an): RecastMesh.cpp']]] + ['p_1257',['p',['../structdtObstacleCircle.html#a28678b711bbd24d62df014d53b091c68',1,'dtObstacleCircle::p()'],['../structdtObstacleSegment.html#aac975238e1614b0652643f973f32dc78',1,'dtObstacleSegment::p()']]], + ['pad_1258',['pad',['../structimguiGfxCmd.html#ae68d40f922fd4dda9f7e41d69db143c0',1,'imguiGfxCmd::pad()'],['../structGraphParams.html#a884cdd1fb7c9f58c88dc5d061d7b7e4b',1,'GraphParams::pad()']]], + ['paintrectregion_1259',['paintRectRegion',['../RecastRegion_8cpp.html#abc80f3a23c09dd8f6570fa5b3d30792a',1,'RecastRegion.cpp']]], + ['params_1260',['params',['../structdtCrowdAgent.html#acd1b22112639114ce05c793d178eb4b5',1,'dtCrowdAgent::params()'],['../structNavMeshSetHeader.html#a09e6f8cc597d5a96b13f2e429874d24e',1,'NavMeshSetHeader::params()']]], + ['parseface_1261',['parseFace',['../MeshLoaderObj_8cpp.html#a2c2c592a29fbae9b5bded3d2cf1bede7',1,'MeshLoaderObj.cpp']]], + ['parserow_1262',['parseRow',['../TestCase_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): TestCase.cpp'],['../MeshLoaderObj_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): MeshLoaderObj.cpp'],['../InputGeom_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): InputGeom.cpp']]], + ['partial_1263',['partial',['../structdtCrowdAgent.html#aeb06d7c34ab74696ebb125b0c409043d',1,'dtCrowdAgent']]], + ['partitiontype_1264',['partitionType',['../structBuildSettings.html#a1c247eac02103152762034a47530086b',1,'BuildSettings']]], + ['passfilter_1265',['passFilter',['../classdtQueryFilter.html#aaf072b8617dfbd4701a8e07f0f10be9c',1,'dtQueryFilter']]], + ['path_1266',['path',['../structdtRaycastHit.html#afaec74eedaf7e62a4fcc9b2bc2ce7006',1,'dtRaycastHit']]], + ['pathcost_1267',['pathCost',['../structdtRaycastHit.html#aa545333016e4844923a022263ab6a5fa',1,'dtRaycastHit']]], + ['pathcount_1268',['pathCount',['../structdtRaycastHit.html#ae1b9b3893e653ce5a1ecf8d8415f5a93',1,'dtRaycastHit']]], + ['pathoptimizationrange_1269',['pathOptimizationRange',['../structdtCrowdAgentParams.html#ab390e7ccafffda667a1132917ad91b93',1,'dtCrowdAgentParams']]], + ['pending_1270',['pending',['../structdtTileCacheObstacle.html#afb12e99f5680d18d4d61b8ad40c4a654',1,'dtTileCacheObstacle']]], + ['perftimer_2ecpp_1271',['PerfTimer.cpp',['../PerfTimer_8cpp.html',1,'']]], + ['perftimer_2eh_1272',['PerfTimer.h',['../PerfTimer_8h.html',1,'']]], + ['pi_1273',['PI',['../imguiRenderGL_8cpp.html#aa08a577393243b86dfd2a97e61443673',1,'imguiRenderGL.cpp']]], + ['pidx_1274',['pidx',['../structdtNode.html#af9b33590451ca71942c251e140724d49',1,'dtNode']]], + ['pointinpoly_1275',['pointInPoly',['../RecastArea_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): RecastArea.cpp'],['../ConvexVolumeTool_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): ConvexVolumeTool.cpp']]], + ['poly_1276',['poly',['../structdtOffMeshConnection.html#a4b6b7097d8fd55a5e7f7173a40d01325',1,'dtOffMeshConnection::poly()'],['../structdtTempContour.html#a3292c9c8f9d16f471d8c0c9d702ce062',1,'dtTempContour::poly()'],['../structrcEdge.html#a8c7453ea99462ccd11a1a4df861897db',1,'rcEdge::poly()']]], + ['polyareas_1277',['polyAreas',['../structdtNavMeshCreateParams.html#a6968dabec88b5fc3f549f675b7a40eed',1,'dtNavMeshCreateParams']]], + ['polycount_1278',['polyCount',['../structdtNavMeshCreateParams.html#ade05d506a6505335142d06f18a35cc45',1,'dtNavMeshCreateParams::polyCount()'],['../structdtMeshHeader.html#ab36d94238505dbf5370c69c8e5276d74',1,'dtMeshHeader::polyCount()']]], + ['polyedge_1279',['polyEdge',['../structrcEdge.html#ab20ad72bbcb3029d46c375f3b9358d07',1,'rcEdge']]], + ['polyflags_1280',['polyFlags',['../structdtNavMeshCreateParams.html#a61193891d27672918981c8e9447baf47',1,'dtNavMeshCreateParams']]], + ['polyminextent_1281',['polyMinExtent',['../RecastMeshDetail_8cpp.html#a43a5a2bbda38a829d1266337e19c4a6f',1,'RecastMeshDetail.cpp']]], + ['polyref_1282',['polyRef',['../structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac',1,'dtCrowdAgentAnimation']]], + ['polys_1283',['polys',['../structrcPolyMesh.html#a74e59a4854036ac66dfac9761b9f59b2',1,'rcPolyMesh::polys()'],['../structdtTileCachePolyMesh.html#a334e7e9d3643a199f8b006d632bf15e3',1,'dtTileCachePolyMesh::polys()'],['../structdtNavMeshCreateParams.html#a32129adb089b24ce7f328f780bbf35a7',1,'dtNavMeshCreateParams::polys()'],['../structdtMeshTile.html#abd8ed5dcf003464a7d8c456f671e6c1e',1,'dtMeshTile::polys()']]], + ['pools_1284',['pools',['../structrcHeightfield.html#a9808fdf31203f60447a3b9d693a6efc7',1,'rcHeightfield']]], + ['pop_1285',['pop',['../classrcIntArray.html#a25558e84868988dc42bf5b2b3c9c3a84',1,'rcIntArray::pop()'],['../classdtNodeQueue.html#a4fa10be8cbf65dcdf2284f18a3e949d3',1,'dtNodeQueue::pop()']]], + ['pop_5fback_1286',['pop_back',['../classrcVectorBase.html#a77865965d7b87881ca42242a8e9d6fcf',1,'rcVectorBase']]], + ['pos_1287',['pos',['../structdtObstacleCylinder.html#aae2ca30505f18221ddd9a583382daa0d',1,'dtObstacleCylinder::pos()'],['../structdtNode.html#a2e6577134c6d533b9cc9914c38eb877d',1,'dtNode::pos()'],['../structdtOffMeshConnection.html#a1ad6f470aa15ca67e1df62d692a4efe4',1,'dtOffMeshConnection::pos()']]], + ['prev_1288',['prev',['../RecastMeshDetail_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMeshDetail.cpp'],['../RecastMesh_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastContour.cpp']]], + ['process_1289',['process',['../structMeshProcess.html#a2e6cdfd8885e79abc9055707a340cb2c',1,'MeshProcess::process()'],['../structdtTileCacheMeshProcess.html#a215d535bec3a568d5fdb0b8ebe8cd609',1,'dtTileCacheMeshProcess::process()'],['../classdtCollectPolysQuery.html#a720fc8d71cb55210dd3db71b77f3db4f',1,'dtCollectPolysQuery::process()'],['../classdtFindNearestPolyQuery.html#a70f751a070792e099462d3af34357bcd',1,'dtFindNearestPolyQuery::process()'],['../classdtPolyQuery.html#a21184a157b5762bc558ac49e43a1131e',1,'dtPolyQuery::process()']]], + ['projectpoly_1290',['projectPoly',['../DetourCommon_8cpp.html#af6e917ef4b822dd1feee0665ebbc3bda',1,'DetourCommon.cpp']]], + ['purge_1291',['purge',['../structNavMeshTileBuildContext.html#aaad3439a65fc68c5aed3b535ead58214',1,'NavMeshTileBuildContext']]], + ['push_1292',['push',['../classrcIntArray.html#ae52f6cd7ffdd2dba00f6f006853dc441',1,'rcIntArray::push()'],['../classdtNodeQueue.html#a76d83f497e1a5bcf72a6cc902a696a2a',1,'dtNodeQueue::push()']]], + ['push3_1293',['push3',['../RecastMeshDetail_8cpp.html#afe63298d01e44c843ffc828d419dc6f4',1,'RecastMeshDetail.cpp']]], + ['push_5fback_1294',['push_back',['../classrcVectorBase.html#a9a9a0bae26bd80346a174dbb1848fc61',1,'rcVectorBase']]], + ['pushback_1295',['pushBack',['../DetourTileCacheBuilder_8cpp.html#a6da2f8c2b0bea0922a50e844a7579b73',1,'pushBack(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aec063018a8d28a41c26ac51762618208',1,'pushBack(int v, int *arr, int &an): RecastMesh.cpp']]], + ['pushfront_1296',['pushFront',['../DetourTileCacheBuilder_8cpp.html#a6798e70992affb7d5ba3152641398a1c',1,'pushFront(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a589bd4317fc5d856399939218757d09e',1,'pushFront(int v, int *arr, int &an): RecastMesh.cpp']]] ]; diff --git a/search/all_e.js b/search/all_e.js index 3ec96f29..909ecd49 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -1,8 +1,8 @@ var searchData= [ - ['q_1298',['q',['../structdtObstacleSegment.html#a3282730543d772664692b32c15576ee9',1,'dtObstacleSegment']]], - ['queryfiltertype_1299',['queryFilterType',['../structdtCrowdAgentParams.html#af5d15cba10237592b1766d7d82da1420',1,'dtCrowdAgentParams']]], - ['queryitems_1300',['queryItems',['../classdtProximityGrid.html#a4ee1269c36500bb20d3891a2363c5ea8',1,'dtProximityGrid']]], - ['querypolygons_1301',['queryPolygons',['../classdtNavMeshQuery.html#a06e46d57afad3f07380d82bb8d4a6720',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *polys, int *polyCount, const int maxPolys) const'],['../classdtNavMeshQuery.html#aed2fc9071ca182a548baf5158cd4f441',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyQuery *query) const']]], - ['querytiles_1302',['queryTiles',['../classdtTileCache.html#afa3fb52e3082723c52a2048698a26cb3',1,'dtTileCache']]] + ['q_1297',['q',['../structdtObstacleSegment.html#a3282730543d772664692b32c15576ee9',1,'dtObstacleSegment']]], + ['queryfiltertype_1298',['queryFilterType',['../structdtCrowdAgentParams.html#af5d15cba10237592b1766d7d82da1420',1,'dtCrowdAgentParams']]], + ['queryitems_1299',['queryItems',['../classdtProximityGrid.html#a4ee1269c36500bb20d3891a2363c5ea8',1,'dtProximityGrid']]], + ['querypolygons_1300',['queryPolygons',['../classdtNavMeshQuery.html#a06e46d57afad3f07380d82bb8d4a6720',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *polys, int *polyCount, const int maxPolys) const'],['../classdtNavMeshQuery.html#aed2fc9071ca182a548baf5158cd4f441',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyQuery *query) const']]], + ['querytiles_1301',['queryTiles',['../classdtTileCache.html#afa3fb52e3082723c52a2048698a26cb3',1,'dtTileCache']]] ]; diff --git a/search/all_f.js b/search/all_f.js index 35aa8274..51e39ec5 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -1,259 +1,259 @@ var searchData= [ - ['r_1303',['r',['../structimguiGfxLine.html#a6e6579cb0bbe0b6adc256326c5580e9e',1,'imguiGfxLine::r()'],['../structimguiGfxRect.html#ae51467bcbbb702b825ebac3f0307fc4e',1,'imguiGfxRect::r()']]], - ['rad_1304',['rad',['../structdtObstacleCircle.html#ae666389d33d7316c1e4e303b13871adc',1,'dtObstacleCircle::rad()'],['../structdtOffMeshConnection.html#af5ea87d3e8c0d6c1bd5afeac3f954fa1',1,'dtOffMeshConnection::rad()']]], - ['radius_1305',['radius',['../structdtObstacleCylinder.html#aea6d46db3e78e208d217b8915e1f195a',1,'dtObstacleCylinder::radius()'],['../structdtCrowdAgentParams.html#a780421355c73aecb187c1aa36de854d8',1,'dtCrowdAgentParams::radius()']]], - ['rasterizationcontext_1306',['RasterizationContext',['../structRasterizationContext.html',1,'RasterizationContext'],['../structRasterizationContext.html#afd127baddc666d46e474217dde4eabe7',1,'RasterizationContext::RasterizationContext()']]], - ['rasterizetri_1307',['rasterizeTri',['../RecastRasterization_8cpp.html#a48cc2a033f9552494a06236a5d66326b',1,'RecastRasterization.cpp']]], - ['raycast_1308',['raycast',['../classdtNavMeshQuery.html#a96bd4282df1e863d1c813b2fe881a262',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, const unsigned int options, dtRaycastHit *hit, dtPolyRef prevRef=0) const'],['../classdtNavMeshQuery.html#a7509a4bf31a215f20478c5050ef25913',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *t, float *hitNormal, dtPolyRef *path, int *pathCount, const int maxPath) const']]], - ['raycastmesh_1309',['raycastMesh',['../classInputGeom.html#a926c973026443671ea51d7f32ddf0b11',1,'InputGeom']]], - ['rc_5falloc_5fperm_1310',['RC_ALLOC_PERM',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60ac5753fe6be6e82f85794f719149356a5',1,'RecastAlloc.h']]], - ['rc_5falloc_5ftemp_1311',['RC_ALLOC_TEMP',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60a5e5b510fb1d2422e28f5262d4bd058ee',1,'RecastAlloc.h']]], - ['rc_5farea_5fborder_1312',['RC_AREA_BORDER',['../Recast_8h.html#a55bb146cbd1c0ec0e06ca8e90dd5b7bc',1,'Recast.h']]], - ['rc_5faxis_5fx_1313',['RC_AXIS_X',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba4f552701c96db6d643c5ae3741030fda',1,'RecastRasterization.cpp']]], - ['rc_5faxis_5fy_1314',['RC_AXIS_Y',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba505b172a6e189588ed8d8607e857f432',1,'RecastRasterization.cpp']]], - ['rc_5faxis_5fz_1315',['RC_AXIS_Z',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba5b56c442d066db5cc6e612ae9bcadcf4',1,'RecastRasterization.cpp']]], - ['rc_5fborder_5freg_1316',['RC_BORDER_REG',['../Recast_8h.html#ac47ca685874fce67f50bd580ef1e0497',1,'Recast.h']]], - ['rc_5fborder_5fvertex_1317',['RC_BORDER_VERTEX',['../Recast_8h.html#a8b57de86c98abbad39cce7df7c0aa1f8',1,'Recast.h']]], - ['rc_5fcontour_5freg_5fmask_1318',['RC_CONTOUR_REG_MASK',['../Recast_8h.html#a86c6c9df2df0402a9d026fb9603fb02b',1,'Recast.h']]], - ['rc_5fcontour_5ftess_5farea_5fedges_1319',['RC_CONTOUR_TESS_AREA_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786faf433dd3fd4cf358173e454a145233810',1,'Recast.h']]], - ['rc_5fcontour_5ftess_5fwall_5fedges_1320',['RC_CONTOUR_TESS_WALL_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786fa895b8adb44c79179f5e22f8f65abe5ed',1,'Recast.h']]], - ['rc_5flog_5ferror_1321',['RC_LOG_ERROR',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba50cefdab02ef964b5f5ba6093752eea9',1,'Recast.h']]], - ['rc_5flog_5fprogress_1322',['RC_LOG_PROGRESS',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba4489590461db6062a1d83986297a1bcd',1,'Recast.h']]], - ['rc_5flog_5fwarning_1323',['RC_LOG_WARNING',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba05dd323a1feaf0c125be248057cc40a5',1,'Recast.h']]], - ['rc_5fmax_5flayers_1324',['RC_MAX_LAYERS',['../RecastLayers_8cpp.html#a0865bdb05f7816f06bd8666f04535f42',1,'RecastLayers.cpp']]], - ['rc_5fmax_5flayers_5fdef_1325',['RC_MAX_LAYERS_DEF',['../RecastLayers_8cpp.html#ae1ec4cdafb537791b99aa91bb4c515c1',1,'RecastLayers.cpp']]], - ['rc_5fmax_5fneis_1326',['RC_MAX_NEIS',['../RecastLayers_8cpp.html#adc47551fbc117d2c43a91dd14a78df66',1,'RecastLayers.cpp']]], - ['rc_5fmax_5fneis_5fdef_1327',['RC_MAX_NEIS_DEF',['../RecastLayers_8cpp.html#a5ec9fb3bfe164c823f6d4f6a2f3c73cd',1,'RecastLayers.cpp']]], - ['rc_5fmax_5ftimers_1328',['RC_MAX_TIMERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3597bcc0a74259286ba7e06ec236b405',1,'Recast.h']]], - ['rc_5fmesh_5fnull_5fidx_1329',['RC_MESH_NULL_IDX',['../Recast_8h.html#a66e1b0e59a450182b5551eb12e68fcfe',1,'Recast.h']]], - ['rc_5fmultiple_5fregs_1330',['RC_MULTIPLE_REGS',['../Recast_8h.html#abf6ad8971b152bddbd9c1b1e1e256cc3',1,'Recast.h']]], - ['rc_5fnot_5fconnected_1331',['RC_NOT_CONNECTED',['../Recast_8h.html#a64354aff947c2d8040e39bb4ceaf1a9f',1,'Recast.h']]], - ['rc_5fnull_5farea_1332',['RC_NULL_AREA',['../Recast_8h.html#a5105dbfb2d2bf8aa69122db502d0e39e',1,'Recast.h']]], - ['rc_5fnull_5fnei_1333',['RC_NULL_NEI',['../RecastRegion_8cpp.html#ae985981f9a0039f8584d8c165959c817',1,'RecastRegion.cpp']]], - ['rc_5fpi_1334',['RC_PI',['../Recast_8h.html#ac784d579fcb90e51ba0ea98fd529e5ed',1,'Recast.h']]], - ['rc_5fsize_5fmax_1335',['RC_SIZE_MAX',['../RecastAlloc_8h.html#a76aa1cda643d12fb282dffdd127c1bac',1,'RecastAlloc.h']]], - ['rc_5fspan_5fheight_5fbits_1336',['RC_SPAN_HEIGHT_BITS',['../Recast_8h.html#a70b5ff22f9acea41e961ee7ea4f7300f',1,'Recast.h']]], - ['rc_5fspan_5fmax_5fheight_1337',['RC_SPAN_MAX_HEIGHT',['../Recast_8h.html#a29fe08410353b3b0dfdf777303750b43',1,'Recast.h']]], - ['rc_5fspans_5fper_5fpool_1338',['RC_SPANS_PER_POOL',['../Recast_8h.html#a55acc4ef20d0b0507e2c6fee696ecf5e',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcompactheightfield_1339',['RC_TIMER_BUILD_COMPACTHEIGHTFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da303c06e25bf4609eb21ba3b668f10bba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_1340',['RC_TIMER_BUILD_CONTOURS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da5bfad3b856c9ff5f3d94231adc363437',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_5fsimplify_1341',['RC_TIMER_BUILD_CONTOURS_SIMPLIFY',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daac93d9ba18d8dedee3b584ef9131fdba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_5ftrace_1342',['RC_TIMER_BUILD_CONTOURS_TRACE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7780e2f5b2726d76169f8c0a38cfc12b',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_1343',['RC_TIMER_BUILD_DISTANCEFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2d9eae7de0473e03695f147c3b0ed4fe',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_5fblur_1344',['RC_TIMER_BUILD_DISTANCEFIELD_BLUR',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da9452d6a2c2be5c1bb92a20440a42509c',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_5fdist_1345',['RC_TIMER_BUILD_DISTANCEFIELD_DIST',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da95ae391397574299fa86757572dadf78',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5flayers_1346',['RC_TIMER_BUILD_LAYERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daa13252ec42af278ed8b511ef2573efba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fpolymesh_1347',['RC_TIMER_BUILD_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2db68b2ee0e88bd48f687d8912be2b87',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fpolymeshdetail_1348',['RC_TIMER_BUILD_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da154109a5c78860b81ce9370a6a8debfd',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_1349',['RC_TIMER_BUILD_REGIONS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daeac9f250cd8a04c3d14f8fa548d4b31f',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fexpand_1350',['RC_TIMER_BUILD_REGIONS_EXPAND',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92d9f71f85b57488a09a3d6d0cec04d2',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5ffilter_1351',['RC_TIMER_BUILD_REGIONS_FILTER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da14403d6ce136beb776b9004e73dde436',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fflood_1352',['RC_TIMER_BUILD_REGIONS_FLOOD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da51802900abb3935de5b7dbc2423e2d62',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fwatershed_1353',['RC_TIMER_BUILD_REGIONS_WATERSHED',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7c9d166e9be3c76d444908348fccde9c',1,'Recast.h']]], - ['rc_5ftimer_5ferode_5farea_1354',['RC_TIMER_ERODE_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dad109da926d20816d0fd7b16001b6e463',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5fborder_1355',['RC_TIMER_FILTER_BORDER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da438af561b3f22c44dd9a4672ab7efa09',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5flow_5fobstacles_1356',['RC_TIMER_FILTER_LOW_OBSTACLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dafd77d72ef738a5bb20b2bfc2753ed3c2',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5fwalkable_1357',['RC_TIMER_FILTER_WALKABLE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dae2cf8a1eed8d008417af66448900d120',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fbox_5farea_1358',['RC_TIMER_MARK_BOX_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3ba77f8aaeff3f0ea1c0703144701789',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fconvexpoly_5farea_1359',['RC_TIMER_MARK_CONVEXPOLY_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dac76c8eea599c3cf1c7f76a7a90a245b1',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fcylinder_5farea_1360',['RC_TIMER_MARK_CYLINDER_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daade33c6e1f1b1037e63546ca863d9690',1,'Recast.h']]], - ['rc_5ftimer_5fmedian_5farea_1361',['RC_TIMER_MEDIAN_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daff9bd2eec4ca8457b601f3d8186824bf',1,'Recast.h']]], - ['rc_5ftimer_5fmerge_5fpolymesh_1362',['RC_TIMER_MERGE_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da20a8bc8f7341a3ea1af2b7581b67de6c',1,'Recast.h']]], - ['rc_5ftimer_5fmerge_5fpolymeshdetail_1363',['RC_TIMER_MERGE_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da24182cce77d41ba2d42db93b65dc7535',1,'Recast.h']]], - ['rc_5ftimer_5frasterize_5ftriangles_1364',['RC_TIMER_RASTERIZE_TRIANGLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3fa1b3fe84fd4f3624887a1fa38944e6',1,'Recast.h']]], - ['rc_5ftimer_5ftemp_1365',['RC_TIMER_TEMP',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92968e4f7d7e891393de01a5554f4b8c',1,'Recast.h']]], - ['rc_5ftimer_5ftotal_1366',['RC_TIMER_TOTAL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dade020216459ee686aac7c19d7ee2729a',1,'Recast.h']]], - ['rc_5funset_5fheight_1367',['RC_UNSET_HEIGHT',['../RecastMeshDetail_8cpp.html#a17129b9465fbc4a0d5b375870f751ff2',1,'RecastMeshDetail.cpp']]], - ['rc_5fwalkable_5farea_1368',['RC_WALKABLE_AREA',['../Recast_8h.html#a55c878bf81a2811829c8c5e491be41cb',1,'Recast.h']]], - ['rcabs_1369',['rcAbs',['../Recast_8h.html#afa1623d0ed253473ef26cd7717f8bf2f',1,'Recast.h']]], - ['rcaddspan_1370',['rcAddSpan',['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, const int x, const int z, const unsigned short spanMin, const unsigned short spanMax, const unsigned char areaID, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, int x, int z, unsigned short spanMin, unsigned short spanMax, unsigned char areaID, int flagMergeThreshold): RecastRasterization.cpp']]], - ['rcalloc_1371',['rcAlloc',['../RecastAlloc_8cpp.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp'],['../RecastAlloc_8h.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp']]], - ['rcalloccompactheightfield_1372',['rcAllocCompactHeightfield',['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp'],['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp']]], - ['rcalloccontourset_1373',['rcAllocContourSet',['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp'],['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp']]], - ['rcallocdefault_1374',['rcAllocDefault',['../RecastAlloc_8cpp.html#aba573a0899585714d5e4b3c109fa3ba4',1,'RecastAlloc.cpp']]], - ['rcallocfunc_1375',['rcAllocFunc',['../RecastAlloc_8h.html#a4f8483e0c7c0a3e42ca98cd75a5cec39',1,'RecastAlloc.h']]], - ['rcallocheightfield_1376',['rcAllocHeightfield',['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp'],['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp']]], - ['rcallocheightfieldlayerset_1377',['rcAllocHeightfieldLayerSet',['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp'],['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp']]], - ['rcallochint_1378',['rcAllocHint',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60',1,'RecastAlloc.h']]], - ['rcallocpolymesh_1379',['rcAllocPolyMesh',['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp'],['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp']]], - ['rcallocpolymeshdetail_1380',['rcAllocPolyMeshDetail',['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp'],['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp']]], - ['rcallocsetcustom_1381',['rcAllocSetCustom',['../RecastAlloc_8cpp.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp'],['../RecastAlloc_8h.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp']]], - ['rcassert_1382',['rcAssert',['../RecastAssert_8h.html#a857ec26f725d5a8d341fedca5a32f649',1,'RecastAssert.h']]], - ['rcassertfailfunc_1383',['rcAssertFailFunc',['../RecastAssert_8h.html#a56d4bc754448f291c6bf5f444c3c11e3',1,'RecastAssert.h']]], - ['rcassertfailgetcustom_1384',['rcAssertFailGetCustom',['../RecastAssert_8cpp.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp'],['../RecastAssert_8h.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp']]], - ['rcassertfailsetcustom_1385',['rcAssertFailSetCustom',['../RecastAssert_8cpp.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp'],['../RecastAssert_8h.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp']]], - ['rcaxis_1386',['rcAxis',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789b',1,'RecastRasterization.cpp']]], - ['rcbuildcompactheightfield_1387',['rcBuildCompactHeightfield',['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, const int walkableHeight, const int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp'],['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, int walkableHeight, int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp']]], - ['rcbuildcontours_1388',['rcBuildContours',['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, const float maxError, const int maxEdgeLen, rcContourSet &cset, const int buildFlags): RecastContour.cpp'],['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, float maxError, int maxEdgeLen, rcContourSet &cset, int buildFlags=RC_CONTOUR_TESS_WALL_EDGES): RecastContour.cpp']]], - ['rcbuildcontoursflags_1389',['rcBuildContoursFlags',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786f',1,'Recast.h']]], - ['rcbuilddistancefield_1390',['rcBuildDistanceField',['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp'],['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp']]], - ['rcbuildheightfieldlayers_1391',['rcBuildHeightfieldLayers',['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, const int borderSize, const int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp'],['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, int borderSize, int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp']]], - ['rcbuildlayerregions_1392',['rcBuildLayerRegions',['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea): RecastRegion.cpp'],['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea): RecastRegion.cpp']]], - ['rcbuildpolymesh_1393',['rcBuildPolyMesh',['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp']]], - ['rcbuildpolymeshdetail_1394',['rcBuildPolyMeshDetail',['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, const float sampleDist, const float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp'],['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, float sampleDist, float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp']]], - ['rcbuildregions_1395',['rcBuildRegions',['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp']]], - ['rcbuildregionsmonotone_1396',['rcBuildRegionsMonotone',['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp']]], - ['rccalcbounds_1397',['rcCalcBounds',['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp'],['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp']]], - ['rccalcgridsize_1398',['rcCalcGridSize',['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, const float cellSize, int *sizeX, int *sizeZ): Recast.cpp'],['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, float cellSize, int *sizeX, int *sizeZ): Recast.cpp']]], - ['rcchunkytrimesh_1399',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html',1,'rcChunkyTriMesh'],['../structrcChunkyTriMesh.html#a11e03f096c8d3bcd8a249e6b64fb0502',1,'rcChunkyTriMesh::rcChunkyTriMesh()']]], - ['rcchunkytrimeshnode_1400',['rcChunkyTriMeshNode',['../structrcChunkyTriMeshNode.html',1,'']]], - ['rcclamp_1401',['rcClamp',['../Recast_8h.html#af96c0566e4d2d6787d4bc205159486d3',1,'Recast.h']]], - ['rcclearunwalkabletriangles_1402',['rcClearUnwalkableTriangles',['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp']]], - ['rccompactcell_1403',['rcCompactCell',['../structrcCompactCell.html',1,'']]], - ['rccompactheightfield_1404',['rcCompactHeightfield',['../structrcCompactHeightfield.html#a33d0846cef5f90e605f272b61277ffb0',1,'rcCompactHeightfield::rcCompactHeightfield()'],['../structrcCompactHeightfield.html',1,'rcCompactHeightfield']]], - ['rccompactspan_1405',['rcCompactSpan',['../structrcCompactSpan.html',1,'']]], - ['rcconfig_1406',['rcConfig',['../structrcConfig.html',1,'']]], - ['rccontext_1407',['rcContext',['../classrcContext.html',1,'rcContext'],['../classrcContext.html#ae405295998d6c1db0ceb60d0f64559bc',1,'rcContext::rcContext()']]], - ['rccontour_1408',['rcContour',['../structrcContour.html',1,'']]], - ['rccontourhole_1409',['rcContourHole',['../structrcContourHole.html',1,'']]], - ['rccontourregion_1410',['rcContourRegion',['../structrcContourRegion.html',1,'']]], - ['rccontourset_1411',['rcContourSet',['../structrcContourSet.html#a01481af6f568ea6098fc5fa4fc5140f7',1,'rcContourSet::rcContourSet()'],['../structrcContourSet.html',1,'rcContourSet']]], - ['rccopypolymesh_1412',['rcCopyPolyMesh',['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp'],['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp']]], - ['rccreatechunkytrimesh_1413',['rcCreateChunkyTriMesh',['../ChunkyTriMesh_8h.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8cpp.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp']]], - ['rccreateheightfield_1414',['rcCreateHeightfield',['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp'],['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp']]], - ['rcedge_1415',['rcEdge',['../structrcEdge.html',1,'']]], - ['rcerodewalkablearea_1416',['rcErodeWalkableArea',['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcfilterledgespans_1417',['rcFilterLedgeSpans',['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, const int walkableHeight, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, int walkableHeight, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfilterlowhangingwalkableobstacles_1418',['rcFilterLowHangingWalkableObstacles',['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfilterwalkablelowheightspans_1419',['rcFilterWalkableLowHeightSpans',['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, const int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfree_1420',['rcFree',['../RecastAlloc_8cpp.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp'],['../RecastAlloc_8h.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp']]], - ['rcfreecompactheightfield_1421',['rcFreeCompactHeightfield',['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp'],['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp']]], - ['rcfreecontourset_1422',['rcFreeContourSet',['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp'],['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp']]], - ['rcfreedefault_1423',['rcFreeDefault',['../RecastAlloc_8cpp.html#a0145e00a43b3248ba49fda410573128f',1,'RecastAlloc.cpp']]], - ['rcfreefunc_1424',['rcFreeFunc',['../RecastAlloc_8h.html#a4b9eeb5aeec74bff1afc64fdf8e72764',1,'RecastAlloc.h']]], - ['rcfreeheightfield_1425',['rcFreeHeightField',['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp'],['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp']]], - ['rcfreeheightfieldlayerset_1426',['rcFreeHeightfieldLayerSet',['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp'],['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp']]], - ['rcfreepolymesh_1427',['rcFreePolyMesh',['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp'],['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp']]], - ['rcfreepolymeshdetail_1428',['rcFreePolyMeshDetail',['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp'],['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp']]], - ['rcgetchunksoverlappingrect_1429',['rcGetChunksOverlappingRect',['../ChunkyTriMesh_8cpp.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], - ['rcgetchunksoverlappingsegment_1430',['rcGetChunksOverlappingSegment',['../ChunkyTriMesh_8cpp.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], - ['rcgetcon_1431',['rcGetCon',['../group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b',1,'Recast.h']]], - ['rcgetdirforoffset_1432',['rcGetDirForOffset',['../group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26',1,'Recast.h']]], - ['rcgetdiroffsetx_1433',['rcGetDirOffsetX',['../group__recast.html#ga7f308c34d7d5beb73eca24fe30033064',1,'Recast.h']]], - ['rcgetdiroffsety_1434',['rcGetDirOffsetY',['../group__recast.html#ga7d225822d057252755aeeebdc2388cf2',1,'Recast.h']]], - ['rcgetheightfieldspancount_1435',['rcGetHeightFieldSpanCount',['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp'],['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp']]], - ['rcheightfield_1436',['rcHeightfield',['../structrcHeightfield.html',1,'rcHeightfield'],['../structrcHeightfield.html#acfb6e103d887102196c69f1e28954cd4',1,'rcHeightfield::rcHeightfield()']]], - ['rcheightfieldlayer_1437',['rcHeightfieldLayer',['../structrcHeightfieldLayer.html',1,'']]], - ['rcheightfieldlayerset_1438',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html',1,'rcHeightfieldLayerSet'],['../structrcHeightfieldLayerSet.html#a5c4ff4d898a2f7e014439ac1c8e98e6f',1,'rcHeightfieldLayerSet::rcHeightfieldLayerSet()']]], - ['rcheightpatch_1439',['rcHeightPatch',['../structrcHeightPatch.html',1,'rcHeightPatch'],['../structrcHeightPatch.html#a7bec65bd5c005d4c47e041596fdf1b8d',1,'rcHeightPatch::rcHeightPatch()']]], - ['rcignoreunused_1440',['rcIgnoreUnused',['../Recast_8h.html#a590be6fed00e1ed747939ee51b0b433c',1,'Recast.h']]], - ['rcintarray_1441',['rcIntArray',['../classrcIntArray.html#a7c2de9614c66762b3083becbdcaf07d4',1,'rcIntArray::rcIntArray()'],['../classrcIntArray.html#ae24aed0e0cb7e79fc0a34de088eba93a',1,'rcIntArray::rcIntArray(int n)'],['../classrcIntArray.html',1,'rcIntArray']]], - ['rclayerregion_1442',['rcLayerRegion',['../structrcLayerRegion.html',1,'']]], - ['rclayersweepspan_1443',['rcLayerSweepSpan',['../structrcLayerSweepSpan.html',1,'']]], - ['rclikely_1444',['rcLikely',['../RecastAlloc_8h.html#ae2660587d43aff9382684c2410bf2dc5',1,'RecastAlloc.h']]], - ['rclogcategory_1445',['rcLogCategory',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410b',1,'Recast.h']]], - ['rcmarkboxarea_1446',['rcMarkBoxArea',['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkconvexpolyarea_1447',['rcMarkConvexPolyArea',['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkcylinderarea_1448',['rcMarkCylinderArea',['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkwalkabletriangles_1449',['rcMarkWalkableTriangles',['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, const int numVerts, const int *tris, const int numTris, unsigned char *triAreaIDs): Recast.cpp']]], - ['rcmax_1450',['rcMax',['../Recast_8h.html#accb921a8353da3a74aa90a491aff74c8',1,'Recast.h']]], - ['rcmedianfilterwalkablearea_1451',['rcMedianFilterWalkableArea',['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmergepolymeshdetails_1452',['rcMergePolyMeshDetails',['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp'],['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp']]], - ['rcmergepolymeshes_1453',['rcMergePolyMeshes',['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp']]], - ['rcmeshloaderobj_1454',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html#aca2b288ef62db83a15950ef74e38c598',1,'rcMeshLoaderObj::rcMeshLoaderObj()'],['../classrcMeshLoaderObj.html',1,'rcMeshLoaderObj']]], - ['rcmin_1455',['rcMin',['../Recast_8h.html#aac83e8b749d8fed2164e00e7e0f43687',1,'Recast.h']]], - ['rcnewtag_1456',['rcNewTag',['../structrcNewTag.html',1,'']]], - ['rcoffsetpoly_1457',['rcOffsetPoly',['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp'],['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp']]], - ['rcpermvector_1458',['rcPermVector',['../classrcPermVector.html',1,'rcPermVector< T >'],['../classrcPermVector.html#a5d48515ae3a5a8e1039d7d50a2c2a983',1,'rcPermVector::rcPermVector(const rcPermVector< T > &other)'],['../classrcPermVector.html#ab845b684e91805b000408677bb5f7950',1,'rcPermVector::rcPermVector(rcSizeType size)'],['../classrcPermVector.html#a6bab96097aa5bc2a52ed9db6cf2bfe44',1,'rcPermVector::rcPermVector(rcSizeType size, const T &value)'],['../classrcPermVector.html#a4a8e2bd6e71f585760376609218e3862',1,'rcPermVector::rcPermVector()'],['../classrcPermVector.html#a89cdaf5eed318260c697bdcbe75a82f1',1,'rcPermVector::rcPermVector(const T *begin, const T *end)']]], - ['rcpolymesh_1459',['rcPolyMesh',['../structrcPolyMesh.html',1,'rcPolyMesh'],['../structrcPolyMesh.html#a219af1d7c18ebc7cea0d845c76166123',1,'rcPolyMesh::rcPolyMesh()']]], - ['rcpolymeshdetail_1460',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html#ac19c2eb106a9a9bd40e15f16fd847c84',1,'rcPolyMeshDetail::rcPolyMeshDetail()'],['../structrcPolyMeshDetail.html',1,'rcPolyMeshDetail']]], - ['rcpotentialdiagonal_1461',['rcPotentialDiagonal',['../structrcPotentialDiagonal.html',1,'']]], - ['rcrasterizetriangle_1462',['rcRasterizeTriangle',['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, const unsigned char areaID, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, unsigned char areaID, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], - ['rcrasterizetriangles_1463',['rcRasterizeTriangles',['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const unsigned short *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const int *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const int *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const unsigned short *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp']]], - ['rcregion_1464',['rcRegion',['../structrcRegion.html#ac7b24c63bcdaeee325cdc61b4f12f39c',1,'rcRegion::rcRegion()'],['../structrcRegion.html',1,'rcRegion']]], - ['rcscopeddelete_1465',['rcScopedDelete',['../classrcScopedDelete.html#a2f096ff87f4d48259dd85360a4218155',1,'rcScopedDelete::rcScopedDelete(T *p)'],['../classrcScopedDelete.html#a24d9238f78295ccbd1050247030e3741',1,'rcScopedDelete::rcScopedDelete()'],['../classrcScopedDelete.html',1,'rcScopedDelete< T >']]], - ['rcscopedtimer_1466',['rcScopedTimer',['../classrcScopedTimer.html#ac75ae8ce09cdb8fc53a994e027e8735f',1,'rcScopedTimer::rcScopedTimer()'],['../classrcScopedTimer.html',1,'rcScopedTimer']]], - ['rcsetcon_1467',['rcSetCon',['../group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4',1,'Recast.h']]], - ['rcsizetype_1468',['rcSizeType',['../RecastAlloc_8h.html#a44d212414873bc2fc522d9e6493a4c36',1,'RecastAlloc.h']]], - ['rcspan_1469',['rcSpan',['../structrcSpan.html',1,'']]], - ['rcspanpool_1470',['rcSpanPool',['../structrcSpanPool.html',1,'']]], - ['rcsqr_1471',['rcSqr',['../Recast_8h.html#a9c26528d4e9f1c67f9a44c37462fd8fd',1,'Recast.h']]], - ['rcsqrt_1472',['rcSqrt',['../Recast_8h.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp'],['../Recast_8cpp.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp']]], - ['rcswap_1473',['rcSwap',['../Recast_8h.html#a2b7d8e54f72e8918a8b19c73eedf2d46',1,'Recast.h']]], - ['rcsweepspan_1474',['rcSweepSpan',['../structrcSweepSpan.html',1,'']]], - ['rctempvector_1475',['rcTempVector',['../classrcTempVector.html',1,'rcTempVector< T >'],['../classrcTempVector.html#ad68fddbb8a49de780a7bc5dfd7ba931b',1,'rcTempVector::rcTempVector(const T *begin, const T *end)'],['../classrcTempVector.html#aa33c5488bd5f8a8b2fc744b664492ec0',1,'rcTempVector::rcTempVector(const rcTempVector< T > &other)'],['../classrcTempVector.html#add0f3a3c33369289dbda6c516dcbf2fe',1,'rcTempVector::rcTempVector(rcSizeType size, const T &value)'],['../classrcTempVector.html#a9e491141c491c6f8d486f0d3b1b8c138',1,'rcTempVector::rcTempVector(rcSizeType size)'],['../classrcTempVector.html#af5ec381dde4823dd11a07e6148a24ecb',1,'rcTempVector::rcTempVector()']]], - ['rctempvector_3c_20int_20_3e_1476',['rcTempVector< int >',['../classrcTempVector.html',1,'']]], - ['rctimerlabel_1477',['rcTimerLabel',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18d',1,'Recast.h']]], - ['rcunlikely_1478',['rcUnlikely',['../RecastAlloc_8h.html#a97095ea2bb90ee745014fe8dc36ca483',1,'RecastAlloc.h']]], - ['rcvadd_1479',['rcVadd',['../Recast_8h.html#ac291c13507720ed59b046c7730d1cee7',1,'Recast.h']]], - ['rcvcopy_1480',['rcVcopy',['../Recast_8h.html#a9cbb34310e47a6def133a4b533d073ea',1,'Recast.h']]], - ['rcvcross_1481',['rcVcross',['../Recast_8h.html#a374fcf43c2ade76f195d3089b6964833',1,'Recast.h']]], - ['rcvdist_1482',['rcVdist',['../Recast_8h.html#a0d790d74c5ca7363ba1c0cddc9d2d896',1,'Recast.h']]], - ['rcvdistsqr_1483',['rcVdistSqr',['../Recast_8h.html#aa30870674c29a9777390a289bf862163',1,'Recast.h']]], - ['rcvdot_1484',['rcVdot',['../Recast_8h.html#a0c946b3f2523d0dfb776fc393387279f',1,'Recast.h']]], - ['rcvectorbase_1485',['rcVectorBase',['../classrcVectorBase.html#aac2d9f172cfd893f2d9909307d8f0464',1,'rcVectorBase::rcVectorBase(const T *begin, const T *end)'],['../classrcVectorBase.html#abc573f1079adf53bcedca5399229725a',1,'rcVectorBase::rcVectorBase(rcSizeType count, const T &value)'],['../classrcVectorBase.html',1,'rcVectorBase< T, H >'],['../classrcVectorBase.html#a6208e9739c444e7502096879fb5533c8',1,'rcVectorBase::rcVectorBase(rcSizeType count)'],['../classrcVectorBase.html#a8e430f14a32b2995876ac042d32f674b',1,'rcVectorBase::rcVectorBase(const rcVectorBase< T, H > &other)'],['../classrcVectorBase.html#a82283bb72bbcc6c9c4fada0b12d1594a',1,'rcVectorBase::rcVectorBase()']]], - ['rcvectorbase_3c_20t_2c_20rc_5falloc_5fperm_20_3e_1486',['rcVectorBase< T, RC_ALLOC_PERM >',['../classrcVectorBase.html',1,'']]], - ['rcvectorbase_3c_20t_2c_20rc_5falloc_5ftemp_20_3e_1487',['rcVectorBase< T, RC_ALLOC_TEMP >',['../classrcVectorBase.html',1,'']]], - ['rcvmad_1488',['rcVmad',['../Recast_8h.html#a1a400b0467856a9ab0cbcd8a695484e0',1,'Recast.h']]], - ['rcvmax_1489',['rcVmax',['../Recast_8h.html#a5033980308619575a48cef8f497af3cf',1,'Recast.h']]], - ['rcvmin_1490',['rcVmin',['../Recast_8h.html#ab49a84d90945782df879b0c7e84239db',1,'Recast.h']]], - ['rcvnormalize_1491',['rcVnormalize',['../Recast_8h.html#adad36d3a913091d1288e386192c3c6ab',1,'Recast.h']]], - ['rcvsub_1492',['rcVsub',['../Recast_8h.html#a5d171a02fc4cda0b829b6ff7a4793376',1,'Recast.h']]], - ['read_1493',['read',['../structduFileIO.html#af9c0d46a4697c00c657fa75636d0cf67',1,'duFileIO::read()'],['../classFileIO.html#a11dcd9d7e8a00db63db74abf437dc4a7',1,'FileIO::read()']]], - ['readme_2emd_1494',['README.md',['../README_8md.html',1,'']]], - ['recalc_1495',['recalc',['../classNavMeshTesterTool.html#ae83ed79dc72553b7e14f2fcbaa05d380',1,'NavMeshTesterTool']]], - ['recast_1496',['Recast',['../group__recast.html',1,'']]], - ['recast_20_26_20detour_1497',['Recast & Detour',['../index.html',1,'']]], - ['recast_20development_20roadmap_1498',['Recast Development Roadmap',['../md_Roadmap.html',1,'']]], - ['recast_2ecpp_1499',['Recast.cpp',['../Recast_8cpp.html',1,'']]], - ['recast_2eh_1500',['Recast.h',['../Recast_8h.html',1,'']]], - ['recast_5fapi_2etxt_1501',['Recast_api.txt',['../Recast__api_8txt.html',1,'']]], - ['recastalloc_2ecpp_1502',['RecastAlloc.cpp',['../RecastAlloc_8cpp.html',1,'']]], - ['recastalloc_2eh_1503',['RecastAlloc.h',['../RecastAlloc_8h.html',1,'']]], - ['recastarea_2ecpp_1504',['RecastArea.cpp',['../RecastArea_8cpp.html',1,'']]], - ['recastassert_2ecpp_1505',['RecastAssert.cpp',['../RecastAssert_8cpp.html',1,'']]], - ['recastassert_2eh_1506',['RecastAssert.h',['../RecastAssert_8h.html',1,'']]], - ['recastcontour_2ecpp_1507',['RecastContour.cpp',['../RecastContour_8cpp.html',1,'']]], - ['recastdebugdraw_2ecpp_1508',['RecastDebugDraw.cpp',['../RecastDebugDraw_8cpp.html',1,'']]], - ['recastdebugdraw_2eh_1509',['RecastDebugDraw.h',['../RecastDebugDraw_8h.html',1,'']]], - ['recastdump_2ecpp_1510',['RecastDump.cpp',['../RecastDump_8cpp.html',1,'']]], - ['recastdump_2eh_1511',['RecastDump.h',['../RecastDump_8h.html',1,'']]], - ['recastfilter_2ecpp_1512',['RecastFilter.cpp',['../RecastFilter_8cpp.html',1,'']]], - ['recastlayers_2ecpp_1513',['RecastLayers.cpp',['../RecastLayers_8cpp.html',1,'']]], - ['recastmesh_2ecpp_1514',['RecastMesh.cpp',['../RecastMesh_8cpp.html',1,'']]], - ['recastmeshdetail_2ecpp_1515',['RecastMeshDetail.cpp',['../RecastMeshDetail_8cpp.html',1,'']]], - ['recastrasterization_2ecpp_1516',['RecastRasterization.cpp',['../RecastRasterization_8cpp.html',1,'']]], - ['recastregion_2ecpp_1517',['RecastRegion.cpp',['../RecastRegion_8cpp.html',1,'']]], - ['rect_1518',['rect',['../structimguiGfxCmd.html#a83f785a85c31c45d64870075d76e9b50',1,'imguiGfxCmd']]], - ['ref_1519',['ref',['../structdtLink.html#a34c73193fed76de347adb0f2e9841659',1,'dtLink::ref()'],['../structdtSegInterval.html#adeaef89322156ccfb6ecd7fc5e259b70',1,'dtSegInterval::ref()'],['../structdtTileState.html#a5c3602092e22491b52974d478e229cd0',1,'dtTileState::ref()']]], - ['reg_1520',['reg',['../structdtTileCacheContour.html#a71fc05a4f350f018a5ee82c446381d6a',1,'dtTileCacheContour::reg()'],['../structrcCompactSpan.html#aca1a16c8453c9533120c094979601d77',1,'rcCompactSpan::reg()'],['../structrcContour.html#a8971d5c5cc7c7fb8e5d79a6ff9812cd1',1,'rcContour::reg()']]], - ['regcount_1521',['regCount',['../structdtTileCacheLayer.html#ab9bd3001111fc4512c2ef7f225a4466d',1,'dtTileCacheLayer']]], - ['regid_1522',['regId',['../structdtLayerMonotoneRegion.html#a1f4d98055db146d7bd28129b1f5741cd',1,'dtLayerMonotoneRegion']]], - ['region_1523',['region',['../structDirtyEntry.html#ad3c4712adccfb24f1a7ab8d75f42ab1e',1,'DirtyEntry']]], - ['regionmergesize_1524',['regionMergeSize',['../structBuildSettings.html#af2ca11587809f94520e65568f878b05a',1,'BuildSettings']]], - ['regionminsize_1525',['regionMinSize',['../structBuildSettings.html#a3d005a4039976ee34798ff06775f6d73',1,'BuildSettings']]], - ['regs_1526',['regs',['../structrcPolyMesh.html#a9ae584e99de152fb89d957d43b7becd8',1,'rcPolyMesh::regs()'],['../structdtTileCacheLayer.html#a2c1f0dc1d5b1b0c5770fdd49aa0cb634',1,'dtTileCacheLayer::regs()']]], - ['remap_1527',['remap',['../structrcRegion.html#afacd1efddbdfbb854e7c2cf505365f0b',1,'rcRegion']]], - ['removeadjacentneighbours_1528',['removeAdjacentNeighbours',['../RecastRegion_8cpp.html#acee28f21b593f1ff6a235c444fafc59c',1,'RecastRegion.cpp']]], - ['removeagent_1529',['removeAgent',['../classdtCrowd.html#ae958ada7790a718a2887114264010f62',1,'dtCrowd::removeAgent()'],['../classCrowdToolState.html#a17350c7e2780825c7e0d1ee8d72efc51',1,'CrowdToolState::removeAgent()']]], - ['removealltiles_1530',['removeAllTiles',['../classSample__TileMesh.html#a89b9b604265264545dd4f2e7774bbd38',1,'Sample_TileMesh']]], - ['removedegeneratesegments_1531',['removeDegenerateSegments',['../RecastContour_8cpp.html#a4e79138985b8e7443e813250a17d3f71',1,'RecastContour.cpp']]], - ['removeobstacle_1532',['removeObstacle',['../classdtTileCache.html#afa96b0b04338947f24097a39db50d9f8',1,'dtTileCache']]], - ['removetempobstacle_1533',['removeTempObstacle',['../classSample__TempObstacles.html#aa75dc5c43353654d26725c28d5c70a1a',1,'Sample_TempObstacles']]], - ['removetile_1534',['removeTile',['../classSample__TileMesh.html#acb20fb7f98bae7e834d9e013a2bfab99',1,'Sample_TileMesh::removeTile()'],['../classdtNavMesh.html#a5ca09946d00f1cee4987ed5e2f999fdb',1,'dtNavMesh::removeTile()'],['../classdtTileCache.html#a8ead2a72687eec8644f64b3e3cf1942e',1,'dtTileCache::removeTile()']]], - ['removevertex_1535',['removeVertex',['../RecastMesh_8cpp.html#ac8ebd1bb6f534d5a37959dcb3321ce7d',1,'removeVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem, const int maxTris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a5bdb6e945a71779feecea1da449ee446',1,'removeVertex(dtTileCachePolyMesh &mesh, const unsigned short rem, const int maxTris): DetourTileCacheBuilder.cpp']]], - ['rendercachedtile_1536',['renderCachedTile',['../classSample__TempObstacles.html#a7fa8a7f3d017bd06e1d0900d33be8289',1,'Sample_TempObstacles']]], - ['rendercachedtileoverlay_1537',['renderCachedTileOverlay',['../classSample__TempObstacles.html#ac46b5df666eee29f76a1e0a2fa16651b',1,'Sample_TempObstacles']]], - ['renderoverlaytoolstates_1538',['renderOverlayToolStates',['../classSample.html#a3f94bf8837f6fe91430508b1cd6dc33e',1,'Sample']]], - ['rendertoolstates_1539',['renderToolStates',['../classSample.html#ae660249e6e9f94b1606e617cf8c3a7a0',1,'Sample']]], - ['replaceneighbour_1540',['replaceNeighbour',['../RecastRegion_8cpp.html#a5b2ece2d7931891cdb3fe0b7b41de1b4',1,'RecastRegion.cpp']]], - ['request_1541',['request',['../classdtPathQueue.html#acc95d9bf0e1b12543be41c3ca938e994',1,'dtPathQueue']]], - ['requestmovetarget_1542',['requestMoveTarget',['../classdtCrowd.html#aa30c34a65535118989ccd86542e96797',1,'dtCrowd']]], - ['requestmovevelocity_1543',['requestMoveVelocity',['../classdtCrowd.html#a4fe7e43e63d857e77f9db1f20b904806',1,'dtCrowd']]], - ['reserve_1544',['reserve',['../classrcVectorBase.html#a1177670bcc87add05f0e060e93b5e6bd',1,'rcVectorBase']]], - ['reset_1545',['reset',['../classCrowdTool.html#ad997d15d14cf4815d57f843186faeba7',1,'CrowdTool::reset()'],['../classdtLocalBoundary.html#a2a3911b20edb27140857289dd2eea76c',1,'dtLocalBoundary::reset()'],['../classdtObstacleAvoidanceDebugData.html#a2e7d802ea941ad37d5244af91c47f0c9',1,'dtObstacleAvoidanceDebugData::reset()'],['../classdtObstacleAvoidanceQuery.html#a993c62548ead013ac1cb622c43c175ad',1,'dtObstacleAvoidanceQuery::reset()'],['../classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0',1,'dtPathCorridor::reset()'],['../structdtTileCacheAlloc.html#a04f61863b2c6a81e1fbfd96dd519a733',1,'dtTileCacheAlloc::reset()'],['../classConvexVolumeTool.html#a1d76b864c30767fc81ade0dbaa44e6af',1,'ConvexVolumeTool::reset()'],['../classCrowdToolState.html#a759f52b7630a3799e6c616ab28b9e2df',1,'CrowdToolState::reset()'],['../classNavMeshPruneTool.html#a97fbf2b28e1c1df8eb3a2005d688009f',1,'NavMeshPruneTool::reset()'],['../classNavMeshTesterTool.html#a0706dadffb0df9078b205469d62d6d92',1,'NavMeshTesterTool::reset()'],['../classOffMeshConnectionTool.html#a8c283c43fa59b196e16440b177cefcfe',1,'OffMeshConnectionTool::reset()'],['../structSampleTool.html#ac861b5b1d9c1b5be2be6059c1d842cb8',1,'SampleTool::reset()'],['../structSampleToolState.html#aa2dbe87e98b6544ac923398ec93184cf',1,'SampleToolState::reset()'],['../structLinearAllocator.html#acc5d12bb6d334626d7af0aecdbf163ec',1,'LinearAllocator::reset()'],['../classTempObstacleHilightTool.html#a18662a3c7ada140b16aa40cdf678caf5',1,'TempObstacleHilightTool::reset()'],['../classTempObstacleCreateTool.html#a8977e144279facb03ae5bbceb6102b5d',1,'TempObstacleCreateTool::reset()'],['../classNavMeshTileTool.html#aa53d119041aa124651928b09a99adbc6',1,'NavMeshTileTool::reset()']]], - ['resetcommonsettings_1546',['resetCommonSettings',['../classSample.html#a2b527228b469ae5d437e6f0a1caf958d',1,'Sample']]], - ['resetgfxcmdqueue_1547',['resetGfxCmdQueue',['../imgui_8cpp.html#a7b4f83dac967ed4fec237068a1ad2760',1,'imgui.cpp']]], - ['resetlog_1548',['resetLog',['../classrcContext.html#a68403737730ee112c523890a9fdc237d',1,'rcContext']]], - ['resetmovetarget_1549',['resetMoveTarget',['../classdtCrowd.html#a81405dee71882d0a21a4defd6087a270',1,'dtCrowd']]], - ['resettimers_1550',['resetTimers',['../classrcContext.html#a2fcc58bb1e29bbb9a7dfb834efff4a6d',1,'rcContext']]], - ['resettoolstates_1551',['resetToolStates',['../classSample.html#acfb792ed987cf946d264461a04683ff7',1,'Sample']]], - ['resize_1552',['resize',['../classrcVectorBase.html#a7b39b29cfdec8a9cd2aca4a7f0f7a675',1,'rcVectorBase::resize(rcSizeType size)'],['../classrcVectorBase.html#a1cb229e5cbe8e798fe216393f2f0f327',1,'rcVectorBase::resize(rcSizeType size, const T &value)'],['../classrcIntArray.html#a3b07043775a4b76e7017c645dd9a7590',1,'rcIntArray::resize()'],['../structLinearAllocator.html#accc8b1eeda78503beeb05db04bedd4b9',1,'LinearAllocator::resize()']]], - ['restoretilestate_1553',['restoreTileState',['../classdtNavMesh.html#aef336a67e552a9d031d669ec84029fb8',1,'dtNavMesh']]], - ['rgba_1554',['RGBA',['../imguiRenderGL_8cpp.html#a413aaddb1ddea117f86218f2ca0234fe',1,'imguiRenderGL.cpp']]], - ['rid_1555',['rid',['../structrcSweepSpan.html#ab92de3221c19c2c9a2d716ea7680146f',1,'rcSweepSpan']]], - ['roadmap_2emd_1556',['Roadmap.md',['../Roadmap_8md.html',1,'']]], - ['rotaux_1557',['rotAux',['../structdtObstacleOrientedBox.html#a458dd50502225f6b7070f9cad93c537b',1,'dtObstacleOrientedBox']]], - ['rverts_1558',['rverts',['../structrcContour.html#a4875d6bf00efae95009d0fe8ccb1f0e9',1,'rcContour']]] + ['r_1302',['r',['../structimguiGfxLine.html#a6e6579cb0bbe0b6adc256326c5580e9e',1,'imguiGfxLine::r()'],['../structimguiGfxRect.html#ae51467bcbbb702b825ebac3f0307fc4e',1,'imguiGfxRect::r()']]], + ['rad_1303',['rad',['../structdtObstacleCircle.html#ae666389d33d7316c1e4e303b13871adc',1,'dtObstacleCircle::rad()'],['../structdtOffMeshConnection.html#af5ea87d3e8c0d6c1bd5afeac3f954fa1',1,'dtOffMeshConnection::rad()']]], + ['radius_1304',['radius',['../structdtObstacleCylinder.html#aea6d46db3e78e208d217b8915e1f195a',1,'dtObstacleCylinder::radius()'],['../structdtCrowdAgentParams.html#a780421355c73aecb187c1aa36de854d8',1,'dtCrowdAgentParams::radius()']]], + ['rasterizationcontext_1305',['RasterizationContext',['../structRasterizationContext.html',1,'RasterizationContext'],['../structRasterizationContext.html#afd127baddc666d46e474217dde4eabe7',1,'RasterizationContext::RasterizationContext()']]], + ['rasterizetri_1306',['rasterizeTri',['../RecastRasterization_8cpp.html#a48cc2a033f9552494a06236a5d66326b',1,'RecastRasterization.cpp']]], + ['raycast_1307',['raycast',['../classdtNavMeshQuery.html#a96bd4282df1e863d1c813b2fe881a262',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, const unsigned int options, dtRaycastHit *hit, dtPolyRef prevRef=0) const'],['../classdtNavMeshQuery.html#a7509a4bf31a215f20478c5050ef25913',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *t, float *hitNormal, dtPolyRef *path, int *pathCount, const int maxPath) const']]], + ['raycastmesh_1308',['raycastMesh',['../classInputGeom.html#a926c973026443671ea51d7f32ddf0b11',1,'InputGeom']]], + ['rc_5falloc_5fperm_1309',['RC_ALLOC_PERM',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60ac5753fe6be6e82f85794f719149356a5',1,'RecastAlloc.h']]], + ['rc_5falloc_5ftemp_1310',['RC_ALLOC_TEMP',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60a5e5b510fb1d2422e28f5262d4bd058ee',1,'RecastAlloc.h']]], + ['rc_5farea_5fborder_1311',['RC_AREA_BORDER',['../Recast_8h.html#a55bb146cbd1c0ec0e06ca8e90dd5b7bc',1,'Recast.h']]], + ['rc_5faxis_5fx_1312',['RC_AXIS_X',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba4f552701c96db6d643c5ae3741030fda',1,'RecastRasterization.cpp']]], + ['rc_5faxis_5fy_1313',['RC_AXIS_Y',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba505b172a6e189588ed8d8607e857f432',1,'RecastRasterization.cpp']]], + ['rc_5faxis_5fz_1314',['RC_AXIS_Z',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba5b56c442d066db5cc6e612ae9bcadcf4',1,'RecastRasterization.cpp']]], + ['rc_5fborder_5freg_1315',['RC_BORDER_REG',['../Recast_8h.html#ac47ca685874fce67f50bd580ef1e0497',1,'Recast.h']]], + ['rc_5fborder_5fvertex_1316',['RC_BORDER_VERTEX',['../Recast_8h.html#a8b57de86c98abbad39cce7df7c0aa1f8',1,'Recast.h']]], + ['rc_5fcontour_5freg_5fmask_1317',['RC_CONTOUR_REG_MASK',['../Recast_8h.html#a86c6c9df2df0402a9d026fb9603fb02b',1,'Recast.h']]], + ['rc_5fcontour_5ftess_5farea_5fedges_1318',['RC_CONTOUR_TESS_AREA_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786faf433dd3fd4cf358173e454a145233810',1,'Recast.h']]], + ['rc_5fcontour_5ftess_5fwall_5fedges_1319',['RC_CONTOUR_TESS_WALL_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786fa895b8adb44c79179f5e22f8f65abe5ed',1,'Recast.h']]], + ['rc_5flog_5ferror_1320',['RC_LOG_ERROR',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba50cefdab02ef964b5f5ba6093752eea9',1,'Recast.h']]], + ['rc_5flog_5fprogress_1321',['RC_LOG_PROGRESS',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba4489590461db6062a1d83986297a1bcd',1,'Recast.h']]], + ['rc_5flog_5fwarning_1322',['RC_LOG_WARNING',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba05dd323a1feaf0c125be248057cc40a5',1,'Recast.h']]], + ['rc_5fmax_5flayers_1323',['RC_MAX_LAYERS',['../RecastLayers_8cpp.html#a0865bdb05f7816f06bd8666f04535f42',1,'RecastLayers.cpp']]], + ['rc_5fmax_5flayers_5fdef_1324',['RC_MAX_LAYERS_DEF',['../RecastLayers_8cpp.html#ae1ec4cdafb537791b99aa91bb4c515c1',1,'RecastLayers.cpp']]], + ['rc_5fmax_5fneis_1325',['RC_MAX_NEIS',['../RecastLayers_8cpp.html#adc47551fbc117d2c43a91dd14a78df66',1,'RecastLayers.cpp']]], + ['rc_5fmax_5fneis_5fdef_1326',['RC_MAX_NEIS_DEF',['../RecastLayers_8cpp.html#a5ec9fb3bfe164c823f6d4f6a2f3c73cd',1,'RecastLayers.cpp']]], + ['rc_5fmax_5ftimers_1327',['RC_MAX_TIMERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3597bcc0a74259286ba7e06ec236b405',1,'Recast.h']]], + ['rc_5fmesh_5fnull_5fidx_1328',['RC_MESH_NULL_IDX',['../Recast_8h.html#a66e1b0e59a450182b5551eb12e68fcfe',1,'Recast.h']]], + ['rc_5fmultiple_5fregs_1329',['RC_MULTIPLE_REGS',['../Recast_8h.html#abf6ad8971b152bddbd9c1b1e1e256cc3',1,'Recast.h']]], + ['rc_5fnot_5fconnected_1330',['RC_NOT_CONNECTED',['../Recast_8h.html#a64354aff947c2d8040e39bb4ceaf1a9f',1,'Recast.h']]], + ['rc_5fnull_5farea_1331',['RC_NULL_AREA',['../Recast_8h.html#a5105dbfb2d2bf8aa69122db502d0e39e',1,'Recast.h']]], + ['rc_5fnull_5fnei_1332',['RC_NULL_NEI',['../RecastRegion_8cpp.html#ae985981f9a0039f8584d8c165959c817',1,'RecastRegion.cpp']]], + ['rc_5fpi_1333',['RC_PI',['../Recast_8h.html#ac784d579fcb90e51ba0ea98fd529e5ed',1,'Recast.h']]], + ['rc_5fsize_5fmax_1334',['RC_SIZE_MAX',['../RecastAlloc_8h.html#a76aa1cda643d12fb282dffdd127c1bac',1,'RecastAlloc.h']]], + ['rc_5fspan_5fheight_5fbits_1335',['RC_SPAN_HEIGHT_BITS',['../Recast_8h.html#a70b5ff22f9acea41e961ee7ea4f7300f',1,'Recast.h']]], + ['rc_5fspan_5fmax_5fheight_1336',['RC_SPAN_MAX_HEIGHT',['../Recast_8h.html#a29fe08410353b3b0dfdf777303750b43',1,'Recast.h']]], + ['rc_5fspans_5fper_5fpool_1337',['RC_SPANS_PER_POOL',['../Recast_8h.html#a55acc4ef20d0b0507e2c6fee696ecf5e',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcompactheightfield_1338',['RC_TIMER_BUILD_COMPACTHEIGHTFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da303c06e25bf4609eb21ba3b668f10bba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_1339',['RC_TIMER_BUILD_CONTOURS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da5bfad3b856c9ff5f3d94231adc363437',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_5fsimplify_1340',['RC_TIMER_BUILD_CONTOURS_SIMPLIFY',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daac93d9ba18d8dedee3b584ef9131fdba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_5ftrace_1341',['RC_TIMER_BUILD_CONTOURS_TRACE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7780e2f5b2726d76169f8c0a38cfc12b',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_1342',['RC_TIMER_BUILD_DISTANCEFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2d9eae7de0473e03695f147c3b0ed4fe',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_5fblur_1343',['RC_TIMER_BUILD_DISTANCEFIELD_BLUR',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da9452d6a2c2be5c1bb92a20440a42509c',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_5fdist_1344',['RC_TIMER_BUILD_DISTANCEFIELD_DIST',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da95ae391397574299fa86757572dadf78',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5flayers_1345',['RC_TIMER_BUILD_LAYERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daa13252ec42af278ed8b511ef2573efba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fpolymesh_1346',['RC_TIMER_BUILD_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2db68b2ee0e88bd48f687d8912be2b87',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fpolymeshdetail_1347',['RC_TIMER_BUILD_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da154109a5c78860b81ce9370a6a8debfd',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_1348',['RC_TIMER_BUILD_REGIONS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daeac9f250cd8a04c3d14f8fa548d4b31f',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fexpand_1349',['RC_TIMER_BUILD_REGIONS_EXPAND',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92d9f71f85b57488a09a3d6d0cec04d2',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5ffilter_1350',['RC_TIMER_BUILD_REGIONS_FILTER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da14403d6ce136beb776b9004e73dde436',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fflood_1351',['RC_TIMER_BUILD_REGIONS_FLOOD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da51802900abb3935de5b7dbc2423e2d62',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fwatershed_1352',['RC_TIMER_BUILD_REGIONS_WATERSHED',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7c9d166e9be3c76d444908348fccde9c',1,'Recast.h']]], + ['rc_5ftimer_5ferode_5farea_1353',['RC_TIMER_ERODE_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dad109da926d20816d0fd7b16001b6e463',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5fborder_1354',['RC_TIMER_FILTER_BORDER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da438af561b3f22c44dd9a4672ab7efa09',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5flow_5fobstacles_1355',['RC_TIMER_FILTER_LOW_OBSTACLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dafd77d72ef738a5bb20b2bfc2753ed3c2',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5fwalkable_1356',['RC_TIMER_FILTER_WALKABLE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dae2cf8a1eed8d008417af66448900d120',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fbox_5farea_1357',['RC_TIMER_MARK_BOX_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3ba77f8aaeff3f0ea1c0703144701789',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fconvexpoly_5farea_1358',['RC_TIMER_MARK_CONVEXPOLY_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dac76c8eea599c3cf1c7f76a7a90a245b1',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fcylinder_5farea_1359',['RC_TIMER_MARK_CYLINDER_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daade33c6e1f1b1037e63546ca863d9690',1,'Recast.h']]], + ['rc_5ftimer_5fmedian_5farea_1360',['RC_TIMER_MEDIAN_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daff9bd2eec4ca8457b601f3d8186824bf',1,'Recast.h']]], + ['rc_5ftimer_5fmerge_5fpolymesh_1361',['RC_TIMER_MERGE_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da20a8bc8f7341a3ea1af2b7581b67de6c',1,'Recast.h']]], + ['rc_5ftimer_5fmerge_5fpolymeshdetail_1362',['RC_TIMER_MERGE_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da24182cce77d41ba2d42db93b65dc7535',1,'Recast.h']]], + ['rc_5ftimer_5frasterize_5ftriangles_1363',['RC_TIMER_RASTERIZE_TRIANGLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3fa1b3fe84fd4f3624887a1fa38944e6',1,'Recast.h']]], + ['rc_5ftimer_5ftemp_1364',['RC_TIMER_TEMP',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92968e4f7d7e891393de01a5554f4b8c',1,'Recast.h']]], + ['rc_5ftimer_5ftotal_1365',['RC_TIMER_TOTAL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dade020216459ee686aac7c19d7ee2729a',1,'Recast.h']]], + ['rc_5funset_5fheight_1366',['RC_UNSET_HEIGHT',['../RecastMeshDetail_8cpp.html#a17129b9465fbc4a0d5b375870f751ff2',1,'RecastMeshDetail.cpp']]], + ['rc_5fwalkable_5farea_1367',['RC_WALKABLE_AREA',['../Recast_8h.html#a55c878bf81a2811829c8c5e491be41cb',1,'Recast.h']]], + ['rcabs_1368',['rcAbs',['../Recast_8h.html#afa1623d0ed253473ef26cd7717f8bf2f',1,'Recast.h']]], + ['rcaddspan_1369',['rcAddSpan',['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, const int x, const int z, const unsigned short spanMin, const unsigned short spanMax, const unsigned char areaID, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, int x, int z, unsigned short spanMin, unsigned short spanMax, unsigned char areaID, int flagMergeThreshold): RecastRasterization.cpp']]], + ['rcalloc_1370',['rcAlloc',['../RecastAlloc_8cpp.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp'],['../RecastAlloc_8h.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp']]], + ['rcalloccompactheightfield_1371',['rcAllocCompactHeightfield',['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp'],['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp']]], + ['rcalloccontourset_1372',['rcAllocContourSet',['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp'],['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp']]], + ['rcallocdefault_1373',['rcAllocDefault',['../RecastAlloc_8cpp.html#aba573a0899585714d5e4b3c109fa3ba4',1,'RecastAlloc.cpp']]], + ['rcallocfunc_1374',['rcAllocFunc',['../RecastAlloc_8h.html#a4f8483e0c7c0a3e42ca98cd75a5cec39',1,'RecastAlloc.h']]], + ['rcallocheightfield_1375',['rcAllocHeightfield',['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp'],['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp']]], + ['rcallocheightfieldlayerset_1376',['rcAllocHeightfieldLayerSet',['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp'],['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp']]], + ['rcallochint_1377',['rcAllocHint',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60',1,'RecastAlloc.h']]], + ['rcallocpolymesh_1378',['rcAllocPolyMesh',['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp'],['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp']]], + ['rcallocpolymeshdetail_1379',['rcAllocPolyMeshDetail',['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp'],['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp']]], + ['rcallocsetcustom_1380',['rcAllocSetCustom',['../RecastAlloc_8cpp.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp'],['../RecastAlloc_8h.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp']]], + ['rcassert_1381',['rcAssert',['../RecastAssert_8h.html#a857ec26f725d5a8d341fedca5a32f649',1,'RecastAssert.h']]], + ['rcassertfailfunc_1382',['rcAssertFailFunc',['../RecastAssert_8h.html#a56d4bc754448f291c6bf5f444c3c11e3',1,'RecastAssert.h']]], + ['rcassertfailgetcustom_1383',['rcAssertFailGetCustom',['../RecastAssert_8cpp.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp'],['../RecastAssert_8h.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp']]], + ['rcassertfailsetcustom_1384',['rcAssertFailSetCustom',['../RecastAssert_8cpp.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp'],['../RecastAssert_8h.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp']]], + ['rcaxis_1385',['rcAxis',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789b',1,'RecastRasterization.cpp']]], + ['rcbuildcompactheightfield_1386',['rcBuildCompactHeightfield',['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, const int walkableHeight, const int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp'],['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, int walkableHeight, int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp']]], + ['rcbuildcontours_1387',['rcBuildContours',['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, const float maxError, const int maxEdgeLen, rcContourSet &cset, const int buildFlags): RecastContour.cpp'],['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, float maxError, int maxEdgeLen, rcContourSet &cset, int buildFlags=RC_CONTOUR_TESS_WALL_EDGES): RecastContour.cpp']]], + ['rcbuildcontoursflags_1388',['rcBuildContoursFlags',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786f',1,'Recast.h']]], + ['rcbuilddistancefield_1389',['rcBuildDistanceField',['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp'],['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp']]], + ['rcbuildheightfieldlayers_1390',['rcBuildHeightfieldLayers',['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, const int borderSize, const int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp'],['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, int borderSize, int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp']]], + ['rcbuildlayerregions_1391',['rcBuildLayerRegions',['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea): RecastRegion.cpp'],['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea): RecastRegion.cpp']]], + ['rcbuildpolymesh_1392',['rcBuildPolyMesh',['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp']]], + ['rcbuildpolymeshdetail_1393',['rcBuildPolyMeshDetail',['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, const float sampleDist, const float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp'],['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, float sampleDist, float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp']]], + ['rcbuildregions_1394',['rcBuildRegions',['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp']]], + ['rcbuildregionsmonotone_1395',['rcBuildRegionsMonotone',['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp']]], + ['rccalcbounds_1396',['rcCalcBounds',['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp'],['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp']]], + ['rccalcgridsize_1397',['rcCalcGridSize',['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, const float cellSize, int *sizeX, int *sizeZ): Recast.cpp'],['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, float cellSize, int *sizeX, int *sizeZ): Recast.cpp']]], + ['rcchunkytrimesh_1398',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html',1,'rcChunkyTriMesh'],['../structrcChunkyTriMesh.html#a11e03f096c8d3bcd8a249e6b64fb0502',1,'rcChunkyTriMesh::rcChunkyTriMesh()']]], + ['rcchunkytrimeshnode_1399',['rcChunkyTriMeshNode',['../structrcChunkyTriMeshNode.html',1,'']]], + ['rcclamp_1400',['rcClamp',['../Recast_8h.html#af96c0566e4d2d6787d4bc205159486d3',1,'Recast.h']]], + ['rcclearunwalkabletriangles_1401',['rcClearUnwalkableTriangles',['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp']]], + ['rccompactcell_1402',['rcCompactCell',['../structrcCompactCell.html',1,'']]], + ['rccompactheightfield_1403',['rcCompactHeightfield',['../structrcCompactHeightfield.html#a33d0846cef5f90e605f272b61277ffb0',1,'rcCompactHeightfield::rcCompactHeightfield()'],['../structrcCompactHeightfield.html',1,'rcCompactHeightfield']]], + ['rccompactspan_1404',['rcCompactSpan',['../structrcCompactSpan.html',1,'']]], + ['rcconfig_1405',['rcConfig',['../structrcConfig.html',1,'']]], + ['rccontext_1406',['rcContext',['../classrcContext.html',1,'rcContext'],['../classrcContext.html#ae405295998d6c1db0ceb60d0f64559bc',1,'rcContext::rcContext()']]], + ['rccontour_1407',['rcContour',['../structrcContour.html',1,'']]], + ['rccontourhole_1408',['rcContourHole',['../structrcContourHole.html',1,'']]], + ['rccontourregion_1409',['rcContourRegion',['../structrcContourRegion.html',1,'']]], + ['rccontourset_1410',['rcContourSet',['../structrcContourSet.html#a01481af6f568ea6098fc5fa4fc5140f7',1,'rcContourSet::rcContourSet()'],['../structrcContourSet.html',1,'rcContourSet']]], + ['rccopypolymesh_1411',['rcCopyPolyMesh',['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp'],['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp']]], + ['rccreatechunkytrimesh_1412',['rcCreateChunkyTriMesh',['../ChunkyTriMesh_8h.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8cpp.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp']]], + ['rccreateheightfield_1413',['rcCreateHeightfield',['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp'],['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp']]], + ['rcedge_1414',['rcEdge',['../structrcEdge.html',1,'']]], + ['rcerodewalkablearea_1415',['rcErodeWalkableArea',['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcfilterledgespans_1416',['rcFilterLedgeSpans',['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, const int walkableHeight, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, int walkableHeight, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfilterlowhangingwalkableobstacles_1417',['rcFilterLowHangingWalkableObstacles',['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfilterwalkablelowheightspans_1418',['rcFilterWalkableLowHeightSpans',['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, const int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfree_1419',['rcFree',['../RecastAlloc_8cpp.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp'],['../RecastAlloc_8h.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp']]], + ['rcfreecompactheightfield_1420',['rcFreeCompactHeightfield',['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp'],['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp']]], + ['rcfreecontourset_1421',['rcFreeContourSet',['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp'],['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp']]], + ['rcfreedefault_1422',['rcFreeDefault',['../RecastAlloc_8cpp.html#a0145e00a43b3248ba49fda410573128f',1,'RecastAlloc.cpp']]], + ['rcfreefunc_1423',['rcFreeFunc',['../RecastAlloc_8h.html#a4b9eeb5aeec74bff1afc64fdf8e72764',1,'RecastAlloc.h']]], + ['rcfreeheightfield_1424',['rcFreeHeightField',['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp'],['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp']]], + ['rcfreeheightfieldlayerset_1425',['rcFreeHeightfieldLayerSet',['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp'],['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp']]], + ['rcfreepolymesh_1426',['rcFreePolyMesh',['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp'],['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp']]], + ['rcfreepolymeshdetail_1427',['rcFreePolyMeshDetail',['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp'],['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp']]], + ['rcgetchunksoverlappingrect_1428',['rcGetChunksOverlappingRect',['../ChunkyTriMesh_8cpp.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], + ['rcgetchunksoverlappingsegment_1429',['rcGetChunksOverlappingSegment',['../ChunkyTriMesh_8cpp.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], + ['rcgetcon_1430',['rcGetCon',['../group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b',1,'Recast.h']]], + ['rcgetdirforoffset_1431',['rcGetDirForOffset',['../group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26',1,'Recast.h']]], + ['rcgetdiroffsetx_1432',['rcGetDirOffsetX',['../group__recast.html#ga7f308c34d7d5beb73eca24fe30033064',1,'Recast.h']]], + ['rcgetdiroffsety_1433',['rcGetDirOffsetY',['../group__recast.html#ga7d225822d057252755aeeebdc2388cf2',1,'Recast.h']]], + ['rcgetheightfieldspancount_1434',['rcGetHeightFieldSpanCount',['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp'],['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp']]], + ['rcheightfield_1435',['rcHeightfield',['../structrcHeightfield.html',1,'rcHeightfield'],['../structrcHeightfield.html#acfb6e103d887102196c69f1e28954cd4',1,'rcHeightfield::rcHeightfield()']]], + ['rcheightfieldlayer_1436',['rcHeightfieldLayer',['../structrcHeightfieldLayer.html',1,'']]], + ['rcheightfieldlayerset_1437',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html',1,'rcHeightfieldLayerSet'],['../structrcHeightfieldLayerSet.html#a5c4ff4d898a2f7e014439ac1c8e98e6f',1,'rcHeightfieldLayerSet::rcHeightfieldLayerSet()']]], + ['rcheightpatch_1438',['rcHeightPatch',['../structrcHeightPatch.html',1,'rcHeightPatch'],['../structrcHeightPatch.html#a7bec65bd5c005d4c47e041596fdf1b8d',1,'rcHeightPatch::rcHeightPatch()']]], + ['rcignoreunused_1439',['rcIgnoreUnused',['../Recast_8h.html#a590be6fed00e1ed747939ee51b0b433c',1,'Recast.h']]], + ['rcintarray_1440',['rcIntArray',['../classrcIntArray.html#a7c2de9614c66762b3083becbdcaf07d4',1,'rcIntArray::rcIntArray()'],['../classrcIntArray.html#ae24aed0e0cb7e79fc0a34de088eba93a',1,'rcIntArray::rcIntArray(int n)'],['../classrcIntArray.html',1,'rcIntArray']]], + ['rclayerregion_1441',['rcLayerRegion',['../structrcLayerRegion.html',1,'']]], + ['rclayersweepspan_1442',['rcLayerSweepSpan',['../structrcLayerSweepSpan.html',1,'']]], + ['rclikely_1443',['rcLikely',['../RecastAlloc_8h.html#ae2660587d43aff9382684c2410bf2dc5',1,'RecastAlloc.h']]], + ['rclogcategory_1444',['rcLogCategory',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410b',1,'Recast.h']]], + ['rcmarkboxarea_1445',['rcMarkBoxArea',['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkconvexpolyarea_1446',['rcMarkConvexPolyArea',['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkcylinderarea_1447',['rcMarkCylinderArea',['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkwalkabletriangles_1448',['rcMarkWalkableTriangles',['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, const int numVerts, const int *tris, const int numTris, unsigned char *triAreaIDs): Recast.cpp']]], + ['rcmax_1449',['rcMax',['../Recast_8h.html#accb921a8353da3a74aa90a491aff74c8',1,'Recast.h']]], + ['rcmedianfilterwalkablearea_1450',['rcMedianFilterWalkableArea',['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmergepolymeshdetails_1451',['rcMergePolyMeshDetails',['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp'],['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp']]], + ['rcmergepolymeshes_1452',['rcMergePolyMeshes',['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp']]], + ['rcmeshloaderobj_1453',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html#aca2b288ef62db83a15950ef74e38c598',1,'rcMeshLoaderObj::rcMeshLoaderObj()'],['../classrcMeshLoaderObj.html',1,'rcMeshLoaderObj']]], + ['rcmin_1454',['rcMin',['../Recast_8h.html#aac83e8b749d8fed2164e00e7e0f43687',1,'Recast.h']]], + ['rcnewtag_1455',['rcNewTag',['../structrcNewTag.html',1,'']]], + ['rcoffsetpoly_1456',['rcOffsetPoly',['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp'],['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp']]], + ['rcpermvector_1457',['rcPermVector',['../classrcPermVector.html',1,'rcPermVector< T >'],['../classrcPermVector.html#a5d48515ae3a5a8e1039d7d50a2c2a983',1,'rcPermVector::rcPermVector(const rcPermVector< T > &other)'],['../classrcPermVector.html#ab845b684e91805b000408677bb5f7950',1,'rcPermVector::rcPermVector(rcSizeType size)'],['../classrcPermVector.html#a6bab96097aa5bc2a52ed9db6cf2bfe44',1,'rcPermVector::rcPermVector(rcSizeType size, const T &value)'],['../classrcPermVector.html#a4a8e2bd6e71f585760376609218e3862',1,'rcPermVector::rcPermVector()'],['../classrcPermVector.html#a89cdaf5eed318260c697bdcbe75a82f1',1,'rcPermVector::rcPermVector(const T *begin, const T *end)']]], + ['rcpolymesh_1458',['rcPolyMesh',['../structrcPolyMesh.html',1,'rcPolyMesh'],['../structrcPolyMesh.html#a219af1d7c18ebc7cea0d845c76166123',1,'rcPolyMesh::rcPolyMesh()']]], + ['rcpolymeshdetail_1459',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html#ac19c2eb106a9a9bd40e15f16fd847c84',1,'rcPolyMeshDetail::rcPolyMeshDetail()'],['../structrcPolyMeshDetail.html',1,'rcPolyMeshDetail']]], + ['rcpotentialdiagonal_1460',['rcPotentialDiagonal',['../structrcPotentialDiagonal.html',1,'']]], + ['rcrasterizetriangle_1461',['rcRasterizeTriangle',['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, const unsigned char areaID, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, unsigned char areaID, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], + ['rcrasterizetriangles_1462',['rcRasterizeTriangles',['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const unsigned short *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const int *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const int *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const unsigned short *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp']]], + ['rcregion_1463',['rcRegion',['../structrcRegion.html#ac7b24c63bcdaeee325cdc61b4f12f39c',1,'rcRegion::rcRegion()'],['../structrcRegion.html',1,'rcRegion']]], + ['rcscopeddelete_1464',['rcScopedDelete',['../classrcScopedDelete.html#a2f096ff87f4d48259dd85360a4218155',1,'rcScopedDelete::rcScopedDelete(T *p)'],['../classrcScopedDelete.html#a24d9238f78295ccbd1050247030e3741',1,'rcScopedDelete::rcScopedDelete()'],['../classrcScopedDelete.html',1,'rcScopedDelete< T >']]], + ['rcscopedtimer_1465',['rcScopedTimer',['../classrcScopedTimer.html#ac75ae8ce09cdb8fc53a994e027e8735f',1,'rcScopedTimer::rcScopedTimer()'],['../classrcScopedTimer.html',1,'rcScopedTimer']]], + ['rcsetcon_1466',['rcSetCon',['../group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4',1,'Recast.h']]], + ['rcsizetype_1467',['rcSizeType',['../RecastAlloc_8h.html#a44d212414873bc2fc522d9e6493a4c36',1,'RecastAlloc.h']]], + ['rcspan_1468',['rcSpan',['../structrcSpan.html',1,'']]], + ['rcspanpool_1469',['rcSpanPool',['../structrcSpanPool.html',1,'']]], + ['rcsqr_1470',['rcSqr',['../Recast_8h.html#a9c26528d4e9f1c67f9a44c37462fd8fd',1,'Recast.h']]], + ['rcsqrt_1471',['rcSqrt',['../Recast_8h.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp'],['../Recast_8cpp.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp']]], + ['rcswap_1472',['rcSwap',['../Recast_8h.html#a2b7d8e54f72e8918a8b19c73eedf2d46',1,'Recast.h']]], + ['rcsweepspan_1473',['rcSweepSpan',['../structrcSweepSpan.html',1,'']]], + ['rctempvector_1474',['rcTempVector',['../classrcTempVector.html',1,'rcTempVector< T >'],['../classrcTempVector.html#ad68fddbb8a49de780a7bc5dfd7ba931b',1,'rcTempVector::rcTempVector(const T *begin, const T *end)'],['../classrcTempVector.html#aa33c5488bd5f8a8b2fc744b664492ec0',1,'rcTempVector::rcTempVector(const rcTempVector< T > &other)'],['../classrcTempVector.html#add0f3a3c33369289dbda6c516dcbf2fe',1,'rcTempVector::rcTempVector(rcSizeType size, const T &value)'],['../classrcTempVector.html#a9e491141c491c6f8d486f0d3b1b8c138',1,'rcTempVector::rcTempVector(rcSizeType size)'],['../classrcTempVector.html#af5ec381dde4823dd11a07e6148a24ecb',1,'rcTempVector::rcTempVector()']]], + ['rctempvector_3c_20int_20_3e_1475',['rcTempVector< int >',['../classrcTempVector.html',1,'']]], + ['rctimerlabel_1476',['rcTimerLabel',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18d',1,'Recast.h']]], + ['rcunlikely_1477',['rcUnlikely',['../RecastAlloc_8h.html#a97095ea2bb90ee745014fe8dc36ca483',1,'RecastAlloc.h']]], + ['rcvadd_1478',['rcVadd',['../Recast_8h.html#ac291c13507720ed59b046c7730d1cee7',1,'Recast.h']]], + ['rcvcopy_1479',['rcVcopy',['../Recast_8h.html#a9cbb34310e47a6def133a4b533d073ea',1,'Recast.h']]], + ['rcvcross_1480',['rcVcross',['../Recast_8h.html#a374fcf43c2ade76f195d3089b6964833',1,'Recast.h']]], + ['rcvdist_1481',['rcVdist',['../Recast_8h.html#a0d790d74c5ca7363ba1c0cddc9d2d896',1,'Recast.h']]], + ['rcvdistsqr_1482',['rcVdistSqr',['../Recast_8h.html#aa30870674c29a9777390a289bf862163',1,'Recast.h']]], + ['rcvdot_1483',['rcVdot',['../Recast_8h.html#a0c946b3f2523d0dfb776fc393387279f',1,'Recast.h']]], + ['rcvectorbase_1484',['rcVectorBase',['../classrcVectorBase.html#aac2d9f172cfd893f2d9909307d8f0464',1,'rcVectorBase::rcVectorBase(const T *begin, const T *end)'],['../classrcVectorBase.html#abc573f1079adf53bcedca5399229725a',1,'rcVectorBase::rcVectorBase(rcSizeType count, const T &value)'],['../classrcVectorBase.html',1,'rcVectorBase< T, H >'],['../classrcVectorBase.html#a6208e9739c444e7502096879fb5533c8',1,'rcVectorBase::rcVectorBase(rcSizeType count)'],['../classrcVectorBase.html#a8e430f14a32b2995876ac042d32f674b',1,'rcVectorBase::rcVectorBase(const rcVectorBase< T, H > &other)'],['../classrcVectorBase.html#a82283bb72bbcc6c9c4fada0b12d1594a',1,'rcVectorBase::rcVectorBase()']]], + ['rcvectorbase_3c_20t_2c_20rc_5falloc_5fperm_20_3e_1485',['rcVectorBase< T, RC_ALLOC_PERM >',['../classrcVectorBase.html',1,'']]], + ['rcvectorbase_3c_20t_2c_20rc_5falloc_5ftemp_20_3e_1486',['rcVectorBase< T, RC_ALLOC_TEMP >',['../classrcVectorBase.html',1,'']]], + ['rcvmad_1487',['rcVmad',['../Recast_8h.html#a1a400b0467856a9ab0cbcd8a695484e0',1,'Recast.h']]], + ['rcvmax_1488',['rcVmax',['../Recast_8h.html#a5033980308619575a48cef8f497af3cf',1,'Recast.h']]], + ['rcvmin_1489',['rcVmin',['../Recast_8h.html#ab49a84d90945782df879b0c7e84239db',1,'Recast.h']]], + ['rcvnormalize_1490',['rcVnormalize',['../Recast_8h.html#adad36d3a913091d1288e386192c3c6ab',1,'Recast.h']]], + ['rcvsub_1491',['rcVsub',['../Recast_8h.html#a5d171a02fc4cda0b829b6ff7a4793376',1,'Recast.h']]], + ['read_1492',['read',['../structduFileIO.html#af9c0d46a4697c00c657fa75636d0cf67',1,'duFileIO::read()'],['../classFileIO.html#a11dcd9d7e8a00db63db74abf437dc4a7',1,'FileIO::read()']]], + ['readme_2emd_1493',['README.md',['../README_8md.html',1,'']]], + ['recalc_1494',['recalc',['../classNavMeshTesterTool.html#ae83ed79dc72553b7e14f2fcbaa05d380',1,'NavMeshTesterTool']]], + ['recast_1495',['Recast',['../group__recast.html',1,'']]], + ['recast_20_26_20detour_1496',['Recast & Detour',['../index.html',1,'']]], + ['recast_20development_20roadmap_1497',['Recast Development Roadmap',['../md_Roadmap.html',1,'']]], + ['recast_2ecpp_1498',['Recast.cpp',['../Recast_8cpp.html',1,'']]], + ['recast_2eh_1499',['Recast.h',['../Recast_8h.html',1,'']]], + ['recast_5fapi_2etxt_1500',['Recast_api.txt',['../Recast__api_8txt.html',1,'']]], + ['recastalloc_2ecpp_1501',['RecastAlloc.cpp',['../RecastAlloc_8cpp.html',1,'']]], + ['recastalloc_2eh_1502',['RecastAlloc.h',['../RecastAlloc_8h.html',1,'']]], + ['recastarea_2ecpp_1503',['RecastArea.cpp',['../RecastArea_8cpp.html',1,'']]], + ['recastassert_2ecpp_1504',['RecastAssert.cpp',['../RecastAssert_8cpp.html',1,'']]], + ['recastassert_2eh_1505',['RecastAssert.h',['../RecastAssert_8h.html',1,'']]], + ['recastcontour_2ecpp_1506',['RecastContour.cpp',['../RecastContour_8cpp.html',1,'']]], + ['recastdebugdraw_2ecpp_1507',['RecastDebugDraw.cpp',['../RecastDebugDraw_8cpp.html',1,'']]], + ['recastdebugdraw_2eh_1508',['RecastDebugDraw.h',['../RecastDebugDraw_8h.html',1,'']]], + ['recastdump_2ecpp_1509',['RecastDump.cpp',['../RecastDump_8cpp.html',1,'']]], + ['recastdump_2eh_1510',['RecastDump.h',['../RecastDump_8h.html',1,'']]], + ['recastfilter_2ecpp_1511',['RecastFilter.cpp',['../RecastFilter_8cpp.html',1,'']]], + ['recastlayers_2ecpp_1512',['RecastLayers.cpp',['../RecastLayers_8cpp.html',1,'']]], + ['recastmesh_2ecpp_1513',['RecastMesh.cpp',['../RecastMesh_8cpp.html',1,'']]], + ['recastmeshdetail_2ecpp_1514',['RecastMeshDetail.cpp',['../RecastMeshDetail_8cpp.html',1,'']]], + ['recastrasterization_2ecpp_1515',['RecastRasterization.cpp',['../RecastRasterization_8cpp.html',1,'']]], + ['recastregion_2ecpp_1516',['RecastRegion.cpp',['../RecastRegion_8cpp.html',1,'']]], + ['rect_1517',['rect',['../structimguiGfxCmd.html#a83f785a85c31c45d64870075d76e9b50',1,'imguiGfxCmd']]], + ['ref_1518',['ref',['../structdtLink.html#a34c73193fed76de347adb0f2e9841659',1,'dtLink::ref()'],['../structdtSegInterval.html#adeaef89322156ccfb6ecd7fc5e259b70',1,'dtSegInterval::ref()'],['../structdtTileState.html#a5c3602092e22491b52974d478e229cd0',1,'dtTileState::ref()']]], + ['reg_1519',['reg',['../structdtTileCacheContour.html#a71fc05a4f350f018a5ee82c446381d6a',1,'dtTileCacheContour::reg()'],['../structrcCompactSpan.html#aca1a16c8453c9533120c094979601d77',1,'rcCompactSpan::reg()'],['../structrcContour.html#a8971d5c5cc7c7fb8e5d79a6ff9812cd1',1,'rcContour::reg()']]], + ['regcount_1520',['regCount',['../structdtTileCacheLayer.html#ab9bd3001111fc4512c2ef7f225a4466d',1,'dtTileCacheLayer']]], + ['regid_1521',['regId',['../structdtLayerMonotoneRegion.html#a1f4d98055db146d7bd28129b1f5741cd',1,'dtLayerMonotoneRegion']]], + ['region_1522',['region',['../structDirtyEntry.html#ad3c4712adccfb24f1a7ab8d75f42ab1e',1,'DirtyEntry']]], + ['regionmergesize_1523',['regionMergeSize',['../structBuildSettings.html#af2ca11587809f94520e65568f878b05a',1,'BuildSettings']]], + ['regionminsize_1524',['regionMinSize',['../structBuildSettings.html#a3d005a4039976ee34798ff06775f6d73',1,'BuildSettings']]], + ['regs_1525',['regs',['../structrcPolyMesh.html#a9ae584e99de152fb89d957d43b7becd8',1,'rcPolyMesh::regs()'],['../structdtTileCacheLayer.html#a2c1f0dc1d5b1b0c5770fdd49aa0cb634',1,'dtTileCacheLayer::regs()']]], + ['remap_1526',['remap',['../structrcRegion.html#afacd1efddbdfbb854e7c2cf505365f0b',1,'rcRegion']]], + ['removeadjacentneighbours_1527',['removeAdjacentNeighbours',['../RecastRegion_8cpp.html#acee28f21b593f1ff6a235c444fafc59c',1,'RecastRegion.cpp']]], + ['removeagent_1528',['removeAgent',['../classdtCrowd.html#ae958ada7790a718a2887114264010f62',1,'dtCrowd::removeAgent()'],['../classCrowdToolState.html#a17350c7e2780825c7e0d1ee8d72efc51',1,'CrowdToolState::removeAgent()']]], + ['removealltiles_1529',['removeAllTiles',['../classSample__TileMesh.html#a89b9b604265264545dd4f2e7774bbd38',1,'Sample_TileMesh']]], + ['removedegeneratesegments_1530',['removeDegenerateSegments',['../RecastContour_8cpp.html#a4e79138985b8e7443e813250a17d3f71',1,'RecastContour.cpp']]], + ['removeobstacle_1531',['removeObstacle',['../classdtTileCache.html#afa96b0b04338947f24097a39db50d9f8',1,'dtTileCache']]], + ['removetempobstacle_1532',['removeTempObstacle',['../classSample__TempObstacles.html#aa75dc5c43353654d26725c28d5c70a1a',1,'Sample_TempObstacles']]], + ['removetile_1533',['removeTile',['../classSample__TileMesh.html#acb20fb7f98bae7e834d9e013a2bfab99',1,'Sample_TileMesh::removeTile()'],['../classdtNavMesh.html#a5ca09946d00f1cee4987ed5e2f999fdb',1,'dtNavMesh::removeTile()'],['../classdtTileCache.html#a8ead2a72687eec8644f64b3e3cf1942e',1,'dtTileCache::removeTile()']]], + ['removevertex_1534',['removeVertex',['../RecastMesh_8cpp.html#ac8ebd1bb6f534d5a37959dcb3321ce7d',1,'removeVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem, const int maxTris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a5bdb6e945a71779feecea1da449ee446',1,'removeVertex(dtTileCachePolyMesh &mesh, const unsigned short rem, const int maxTris): DetourTileCacheBuilder.cpp']]], + ['rendercachedtile_1535',['renderCachedTile',['../classSample__TempObstacles.html#a7fa8a7f3d017bd06e1d0900d33be8289',1,'Sample_TempObstacles']]], + ['rendercachedtileoverlay_1536',['renderCachedTileOverlay',['../classSample__TempObstacles.html#ac46b5df666eee29f76a1e0a2fa16651b',1,'Sample_TempObstacles']]], + ['renderoverlaytoolstates_1537',['renderOverlayToolStates',['../classSample.html#a3f94bf8837f6fe91430508b1cd6dc33e',1,'Sample']]], + ['rendertoolstates_1538',['renderToolStates',['../classSample.html#ae660249e6e9f94b1606e617cf8c3a7a0',1,'Sample']]], + ['replaceneighbour_1539',['replaceNeighbour',['../RecastRegion_8cpp.html#a5b2ece2d7931891cdb3fe0b7b41de1b4',1,'RecastRegion.cpp']]], + ['request_1540',['request',['../classdtPathQueue.html#acc95d9bf0e1b12543be41c3ca938e994',1,'dtPathQueue']]], + ['requestmovetarget_1541',['requestMoveTarget',['../classdtCrowd.html#aa30c34a65535118989ccd86542e96797',1,'dtCrowd']]], + ['requestmovevelocity_1542',['requestMoveVelocity',['../classdtCrowd.html#a4fe7e43e63d857e77f9db1f20b904806',1,'dtCrowd']]], + ['reserve_1543',['reserve',['../classrcVectorBase.html#a1177670bcc87add05f0e060e93b5e6bd',1,'rcVectorBase']]], + ['reset_1544',['reset',['../classCrowdTool.html#ad997d15d14cf4815d57f843186faeba7',1,'CrowdTool::reset()'],['../classdtLocalBoundary.html#a2a3911b20edb27140857289dd2eea76c',1,'dtLocalBoundary::reset()'],['../classdtObstacleAvoidanceDebugData.html#a2e7d802ea941ad37d5244af91c47f0c9',1,'dtObstacleAvoidanceDebugData::reset()'],['../classdtObstacleAvoidanceQuery.html#a993c62548ead013ac1cb622c43c175ad',1,'dtObstacleAvoidanceQuery::reset()'],['../classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0',1,'dtPathCorridor::reset()'],['../structdtTileCacheAlloc.html#a04f61863b2c6a81e1fbfd96dd519a733',1,'dtTileCacheAlloc::reset()'],['../classConvexVolumeTool.html#a1d76b864c30767fc81ade0dbaa44e6af',1,'ConvexVolumeTool::reset()'],['../classCrowdToolState.html#a759f52b7630a3799e6c616ab28b9e2df',1,'CrowdToolState::reset()'],['../classNavMeshPruneTool.html#a97fbf2b28e1c1df8eb3a2005d688009f',1,'NavMeshPruneTool::reset()'],['../classNavMeshTesterTool.html#a0706dadffb0df9078b205469d62d6d92',1,'NavMeshTesterTool::reset()'],['../classOffMeshConnectionTool.html#a8c283c43fa59b196e16440b177cefcfe',1,'OffMeshConnectionTool::reset()'],['../structSampleTool.html#ac861b5b1d9c1b5be2be6059c1d842cb8',1,'SampleTool::reset()'],['../structSampleToolState.html#aa2dbe87e98b6544ac923398ec93184cf',1,'SampleToolState::reset()'],['../structLinearAllocator.html#acc5d12bb6d334626d7af0aecdbf163ec',1,'LinearAllocator::reset()'],['../classTempObstacleHilightTool.html#a18662a3c7ada140b16aa40cdf678caf5',1,'TempObstacleHilightTool::reset()'],['../classTempObstacleCreateTool.html#a8977e144279facb03ae5bbceb6102b5d',1,'TempObstacleCreateTool::reset()'],['../classNavMeshTileTool.html#aa53d119041aa124651928b09a99adbc6',1,'NavMeshTileTool::reset()']]], + ['resetcommonsettings_1545',['resetCommonSettings',['../classSample.html#a2b527228b469ae5d437e6f0a1caf958d',1,'Sample']]], + ['resetgfxcmdqueue_1546',['resetGfxCmdQueue',['../imgui_8cpp.html#a7b4f83dac967ed4fec237068a1ad2760',1,'imgui.cpp']]], + ['resetlog_1547',['resetLog',['../classrcContext.html#a68403737730ee112c523890a9fdc237d',1,'rcContext']]], + ['resetmovetarget_1548',['resetMoveTarget',['../classdtCrowd.html#a81405dee71882d0a21a4defd6087a270',1,'dtCrowd']]], + ['resettimers_1549',['resetTimers',['../classrcContext.html#a2fcc58bb1e29bbb9a7dfb834efff4a6d',1,'rcContext']]], + ['resettoolstates_1550',['resetToolStates',['../classSample.html#acfb792ed987cf946d264461a04683ff7',1,'Sample']]], + ['resize_1551',['resize',['../classrcVectorBase.html#a7b39b29cfdec8a9cd2aca4a7f0f7a675',1,'rcVectorBase::resize(rcSizeType size)'],['../classrcVectorBase.html#a1cb229e5cbe8e798fe216393f2f0f327',1,'rcVectorBase::resize(rcSizeType size, const T &value)'],['../classrcIntArray.html#a3b07043775a4b76e7017c645dd9a7590',1,'rcIntArray::resize()'],['../structLinearAllocator.html#accc8b1eeda78503beeb05db04bedd4b9',1,'LinearAllocator::resize()']]], + ['restoretilestate_1552',['restoreTileState',['../classdtNavMesh.html#aef336a67e552a9d031d669ec84029fb8',1,'dtNavMesh']]], + ['rgba_1553',['RGBA',['../imguiRenderGL_8cpp.html#a413aaddb1ddea117f86218f2ca0234fe',1,'imguiRenderGL.cpp']]], + ['rid_1554',['rid',['../structrcSweepSpan.html#ab92de3221c19c2c9a2d716ea7680146f',1,'rcSweepSpan']]], + ['roadmap_2emd_1555',['Roadmap.md',['../Roadmap_8md.html',1,'']]], + ['rotaux_1556',['rotAux',['../structdtObstacleOrientedBox.html#a458dd50502225f6b7070f9cad93c537b',1,'dtObstacleOrientedBox']]], + ['rverts_1557',['rverts',['../structrcContour.html#a4875d6bf00efae95009d0fe8ccb1f0e9',1,'rcContour']]] ]; diff --git a/search/classes_0.js b/search/classes_0.js index 95405fb6..41b855a1 100644 --- a/search/classes_0.js +++ b/search/classes_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['boundsitem_1845',['BoundsItem',['../structBoundsItem.html',1,'']]], - ['buildcontext_1846',['BuildContext',['../classBuildContext.html',1,'']]], - ['buildsettings_1847',['BuildSettings',['../structBuildSettings.html',1,'']]], - ['bvitem_1848',['BVItem',['../structBVItem.html',1,'']]] + ['boundsitem_1844',['BoundsItem',['../structBoundsItem.html',1,'']]], + ['buildcontext_1845',['BuildContext',['../classBuildContext.html',1,'']]], + ['buildsettings_1846',['BuildSettings',['../structBuildSettings.html',1,'']]], + ['bvitem_1847',['BVItem',['../structBVItem.html',1,'']]] ]; diff --git a/search/classes_1.js b/search/classes_1.js index d065dc88..82c83f61 100644 --- a/search/classes_1.js +++ b/search/classes_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['convexvolume_1849',['ConvexVolume',['../structConvexVolume.html',1,'']]], - ['convexvolumetool_1850',['ConvexVolumeTool',['../classConvexVolumeTool.html',1,'']]], - ['crowdtool_1851',['CrowdTool',['../classCrowdTool.html',1,'']]], - ['crowdtoolparams_1852',['CrowdToolParams',['../structCrowdToolParams.html',1,'']]], - ['crowdtoolstate_1853',['CrowdToolState',['../classCrowdToolState.html',1,'']]] + ['convexvolume_1848',['ConvexVolume',['../structConvexVolume.html',1,'']]], + ['convexvolumetool_1849',['ConvexVolumeTool',['../classConvexVolumeTool.html',1,'']]], + ['crowdtool_1850',['CrowdTool',['../classCrowdTool.html',1,'']]], + ['crowdtoolparams_1851',['CrowdToolParams',['../structCrowdToolParams.html',1,'']]], + ['crowdtoolstate_1852',['CrowdToolState',['../classCrowdToolState.html',1,'']]] ]; diff --git a/search/classes_2.js b/search/classes_2.js index 1602dd7c..7c2e11e6 100644 --- a/search/classes_2.js +++ b/search/classes_2.js @@ -1,64 +1,64 @@ var searchData= [ - ['debugdrawgl_1854',['DebugDrawGL',['../classDebugDrawGL.html',1,'']]], - ['dirtyentry_1855',['DirtyEntry',['../structDirtyEntry.html',1,'']]], - ['dtbvnode_1856',['dtBVNode',['../structdtBVNode.html',1,'']]], - ['dtcollectpolysquery_1857',['dtCollectPolysQuery',['../classdtCollectPolysQuery.html',1,'']]], - ['dtcompressedtile_1858',['dtCompressedTile',['../structdtCompressedTile.html',1,'']]], - ['dtcrowd_1859',['dtCrowd',['../classdtCrowd.html',1,'']]], - ['dtcrowdagent_1860',['dtCrowdAgent',['../structdtCrowdAgent.html',1,'']]], - ['dtcrowdagentanimation_1861',['dtCrowdAgentAnimation',['../structdtCrowdAgentAnimation.html',1,'']]], - ['dtcrowdagentdebuginfo_1862',['dtCrowdAgentDebugInfo',['../structdtCrowdAgentDebugInfo.html',1,'']]], - ['dtcrowdagentparams_1863',['dtCrowdAgentParams',['../structdtCrowdAgentParams.html',1,'']]], - ['dtcrowdneighbour_1864',['dtCrowdNeighbour',['../structdtCrowdNeighbour.html',1,'']]], - ['dtfindnearestpolyquery_1865',['dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html',1,'']]], - ['dtfixedarray_1866',['dtFixedArray',['../classdtFixedArray.html',1,'']]], - ['dtlayermonotoneregion_1867',['dtLayerMonotoneRegion',['../structdtLayerMonotoneRegion.html',1,'']]], - ['dtlayersweepspan_1868',['dtLayerSweepSpan',['../structdtLayerSweepSpan.html',1,'']]], - ['dtlink_1869',['dtLink',['../structdtLink.html',1,'']]], - ['dtlocalboundary_1870',['dtLocalBoundary',['../classdtLocalBoundary.html',1,'']]], - ['dtmeshheader_1871',['dtMeshHeader',['../structdtMeshHeader.html',1,'']]], - ['dtmeshtile_1872',['dtMeshTile',['../structdtMeshTile.html',1,'']]], - ['dtnavmesh_1873',['dtNavMesh',['../classdtNavMesh.html',1,'']]], - ['dtnavmeshcreateparams_1874',['dtNavMeshCreateParams',['../structdtNavMeshCreateParams.html',1,'']]], - ['dtnavmeshparams_1875',['dtNavMeshParams',['../structdtNavMeshParams.html',1,'']]], - ['dtnavmeshquery_1876',['dtNavMeshQuery',['../classdtNavMeshQuery.html',1,'']]], - ['dtnode_1877',['dtNode',['../structdtNode.html',1,'']]], - ['dtnodepool_1878',['dtNodePool',['../classdtNodePool.html',1,'']]], - ['dtnodequeue_1879',['dtNodeQueue',['../classdtNodeQueue.html',1,'']]], - ['dtobstacleavoidancedebugdata_1880',['dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html',1,'']]], - ['dtobstacleavoidanceparams_1881',['dtObstacleAvoidanceParams',['../structdtObstacleAvoidanceParams.html',1,'']]], - ['dtobstacleavoidancequery_1882',['dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html',1,'']]], - ['dtobstaclebox_1883',['dtObstacleBox',['../structdtObstacleBox.html',1,'']]], - ['dtobstaclecircle_1884',['dtObstacleCircle',['../structdtObstacleCircle.html',1,'']]], - ['dtobstaclecylinder_1885',['dtObstacleCylinder',['../structdtObstacleCylinder.html',1,'']]], - ['dtobstacleorientedbox_1886',['dtObstacleOrientedBox',['../structdtObstacleOrientedBox.html',1,'']]], - ['dtobstaclesegment_1887',['dtObstacleSegment',['../structdtObstacleSegment.html',1,'']]], - ['dtoffmeshconnection_1888',['dtOffMeshConnection',['../structdtOffMeshConnection.html',1,'']]], - ['dtpathcorridor_1889',['dtPathCorridor',['../classdtPathCorridor.html',1,'']]], - ['dtpathqueue_1890',['dtPathQueue',['../classdtPathQueue.html',1,'']]], - ['dtpoly_1891',['dtPoly',['../structdtPoly.html',1,'']]], - ['dtpolydetail_1892',['dtPolyDetail',['../structdtPolyDetail.html',1,'']]], - ['dtpolyquery_1893',['dtPolyQuery',['../classdtPolyQuery.html',1,'']]], - ['dtpolystate_1894',['dtPolyState',['../structdtPolyState.html',1,'']]], - ['dtproximitygrid_1895',['dtProximityGrid',['../classdtProximityGrid.html',1,'']]], - ['dtqueryfilter_1896',['dtQueryFilter',['../classdtQueryFilter.html',1,'']]], - ['dtraycasthit_1897',['dtRaycastHit',['../structdtRaycastHit.html',1,'']]], - ['dtseginterval_1898',['dtSegInterval',['../structdtSegInterval.html',1,'']]], - ['dttempcontour_1899',['dtTempContour',['../structdtTempContour.html',1,'']]], - ['dttilecache_1900',['dtTileCache',['../classdtTileCache.html',1,'']]], - ['dttilecachealloc_1901',['dtTileCacheAlloc',['../structdtTileCacheAlloc.html',1,'']]], - ['dttilecachecompressor_1902',['dtTileCacheCompressor',['../structdtTileCacheCompressor.html',1,'']]], - ['dttilecachecontour_1903',['dtTileCacheContour',['../structdtTileCacheContour.html',1,'']]], - ['dttilecachecontourset_1904',['dtTileCacheContourSet',['../structdtTileCacheContourSet.html',1,'']]], - ['dttilecachelayer_1905',['dtTileCacheLayer',['../structdtTileCacheLayer.html',1,'']]], - ['dttilecachelayerheader_1906',['dtTileCacheLayerHeader',['../structdtTileCacheLayerHeader.html',1,'']]], - ['dttilecachemeshprocess_1907',['dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html',1,'']]], - ['dttilecacheobstacle_1908',['dtTileCacheObstacle',['../structdtTileCacheObstacle.html',1,'']]], - ['dttilecacheparams_1909',['dtTileCacheParams',['../structdtTileCacheParams.html',1,'']]], - ['dttilecachepolymesh_1910',['dtTileCachePolyMesh',['../structdtTileCachePolyMesh.html',1,'']]], - ['dttilestate_1911',['dtTileState',['../structdtTileState.html',1,'']]], - ['dudebugdraw_1912',['duDebugDraw',['../structduDebugDraw.html',1,'']]], - ['dudisplaylist_1913',['duDisplayList',['../classduDisplayList.html',1,'']]], - ['dufileio_1914',['duFileIO',['../structduFileIO.html',1,'']]] + ['debugdrawgl_1853',['DebugDrawGL',['../classDebugDrawGL.html',1,'']]], + ['dirtyentry_1854',['DirtyEntry',['../structDirtyEntry.html',1,'']]], + ['dtbvnode_1855',['dtBVNode',['../structdtBVNode.html',1,'']]], + ['dtcollectpolysquery_1856',['dtCollectPolysQuery',['../classdtCollectPolysQuery.html',1,'']]], + ['dtcompressedtile_1857',['dtCompressedTile',['../structdtCompressedTile.html',1,'']]], + ['dtcrowd_1858',['dtCrowd',['../classdtCrowd.html',1,'']]], + ['dtcrowdagent_1859',['dtCrowdAgent',['../structdtCrowdAgent.html',1,'']]], + ['dtcrowdagentanimation_1860',['dtCrowdAgentAnimation',['../structdtCrowdAgentAnimation.html',1,'']]], + ['dtcrowdagentdebuginfo_1861',['dtCrowdAgentDebugInfo',['../structdtCrowdAgentDebugInfo.html',1,'']]], + ['dtcrowdagentparams_1862',['dtCrowdAgentParams',['../structdtCrowdAgentParams.html',1,'']]], + ['dtcrowdneighbour_1863',['dtCrowdNeighbour',['../structdtCrowdNeighbour.html',1,'']]], + ['dtfindnearestpolyquery_1864',['dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html',1,'']]], + ['dtfixedarray_1865',['dtFixedArray',['../classdtFixedArray.html',1,'']]], + ['dtlayermonotoneregion_1866',['dtLayerMonotoneRegion',['../structdtLayerMonotoneRegion.html',1,'']]], + ['dtlayersweepspan_1867',['dtLayerSweepSpan',['../structdtLayerSweepSpan.html',1,'']]], + ['dtlink_1868',['dtLink',['../structdtLink.html',1,'']]], + ['dtlocalboundary_1869',['dtLocalBoundary',['../classdtLocalBoundary.html',1,'']]], + ['dtmeshheader_1870',['dtMeshHeader',['../structdtMeshHeader.html',1,'']]], + ['dtmeshtile_1871',['dtMeshTile',['../structdtMeshTile.html',1,'']]], + ['dtnavmesh_1872',['dtNavMesh',['../classdtNavMesh.html',1,'']]], + ['dtnavmeshcreateparams_1873',['dtNavMeshCreateParams',['../structdtNavMeshCreateParams.html',1,'']]], + ['dtnavmeshparams_1874',['dtNavMeshParams',['../structdtNavMeshParams.html',1,'']]], + ['dtnavmeshquery_1875',['dtNavMeshQuery',['../classdtNavMeshQuery.html',1,'']]], + ['dtnode_1876',['dtNode',['../structdtNode.html',1,'']]], + ['dtnodepool_1877',['dtNodePool',['../classdtNodePool.html',1,'']]], + ['dtnodequeue_1878',['dtNodeQueue',['../classdtNodeQueue.html',1,'']]], + ['dtobstacleavoidancedebugdata_1879',['dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html',1,'']]], + ['dtobstacleavoidanceparams_1880',['dtObstacleAvoidanceParams',['../structdtObstacleAvoidanceParams.html',1,'']]], + ['dtobstacleavoidancequery_1881',['dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html',1,'']]], + ['dtobstaclebox_1882',['dtObstacleBox',['../structdtObstacleBox.html',1,'']]], + ['dtobstaclecircle_1883',['dtObstacleCircle',['../structdtObstacleCircle.html',1,'']]], + ['dtobstaclecylinder_1884',['dtObstacleCylinder',['../structdtObstacleCylinder.html',1,'']]], + ['dtobstacleorientedbox_1885',['dtObstacleOrientedBox',['../structdtObstacleOrientedBox.html',1,'']]], + ['dtobstaclesegment_1886',['dtObstacleSegment',['../structdtObstacleSegment.html',1,'']]], + ['dtoffmeshconnection_1887',['dtOffMeshConnection',['../structdtOffMeshConnection.html',1,'']]], + ['dtpathcorridor_1888',['dtPathCorridor',['../classdtPathCorridor.html',1,'']]], + ['dtpathqueue_1889',['dtPathQueue',['../classdtPathQueue.html',1,'']]], + ['dtpoly_1890',['dtPoly',['../structdtPoly.html',1,'']]], + ['dtpolydetail_1891',['dtPolyDetail',['../structdtPolyDetail.html',1,'']]], + ['dtpolyquery_1892',['dtPolyQuery',['../classdtPolyQuery.html',1,'']]], + ['dtpolystate_1893',['dtPolyState',['../structdtPolyState.html',1,'']]], + ['dtproximitygrid_1894',['dtProximityGrid',['../classdtProximityGrid.html',1,'']]], + ['dtqueryfilter_1895',['dtQueryFilter',['../classdtQueryFilter.html',1,'']]], + ['dtraycasthit_1896',['dtRaycastHit',['../structdtRaycastHit.html',1,'']]], + ['dtseginterval_1897',['dtSegInterval',['../structdtSegInterval.html',1,'']]], + ['dttempcontour_1898',['dtTempContour',['../structdtTempContour.html',1,'']]], + ['dttilecache_1899',['dtTileCache',['../classdtTileCache.html',1,'']]], + ['dttilecachealloc_1900',['dtTileCacheAlloc',['../structdtTileCacheAlloc.html',1,'']]], + ['dttilecachecompressor_1901',['dtTileCacheCompressor',['../structdtTileCacheCompressor.html',1,'']]], + ['dttilecachecontour_1902',['dtTileCacheContour',['../structdtTileCacheContour.html',1,'']]], + ['dttilecachecontourset_1903',['dtTileCacheContourSet',['../structdtTileCacheContourSet.html',1,'']]], + ['dttilecachelayer_1904',['dtTileCacheLayer',['../structdtTileCacheLayer.html',1,'']]], + ['dttilecachelayerheader_1905',['dtTileCacheLayerHeader',['../structdtTileCacheLayerHeader.html',1,'']]], + ['dttilecachemeshprocess_1906',['dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html',1,'']]], + ['dttilecacheobstacle_1907',['dtTileCacheObstacle',['../structdtTileCacheObstacle.html',1,'']]], + ['dttilecacheparams_1908',['dtTileCacheParams',['../structdtTileCacheParams.html',1,'']]], + ['dttilecachepolymesh_1909',['dtTileCachePolyMesh',['../structdtTileCachePolyMesh.html',1,'']]], + ['dttilestate_1910',['dtTileState',['../structdtTileState.html',1,'']]], + ['dudebugdraw_1911',['duDebugDraw',['../structduDebugDraw.html',1,'']]], + ['dudisplaylist_1912',['duDisplayList',['../classduDisplayList.html',1,'']]], + ['dufileio_1913',['duFileIO',['../structduFileIO.html',1,'']]] ]; diff --git a/search/classes_3.js b/search/classes_3.js index a6bbb661..46ca6f65 100644 --- a/search/classes_3.js +++ b/search/classes_3.js @@ -1,5 +1,5 @@ var searchData= [ - ['fastlzcompressor_1915',['FastLZCompressor',['../structFastLZCompressor.html',1,'']]], - ['fileio_1916',['FileIO',['../classFileIO.html',1,'']]] + ['fastlzcompressor_1914',['FastLZCompressor',['../structFastLZCompressor.html',1,'']]], + ['fileio_1915',['FileIO',['../classFileIO.html',1,'']]] ]; diff --git a/search/classes_4.js b/search/classes_4.js index 6dcf4ebb..5835d2ba 100644 --- a/search/classes_4.js +++ b/search/classes_4.js @@ -1,6 +1,6 @@ var searchData= [ - ['glcheckertexture_1917',['GLCheckerTexture',['../classGLCheckerTexture.html',1,'']]], - ['graphparams_1918',['GraphParams',['../structGraphParams.html',1,'']]], - ['guistate_1919',['GuiState',['../structGuiState.html',1,'']]] + ['glcheckertexture_1916',['GLCheckerTexture',['../classGLCheckerTexture.html',1,'']]], + ['graphparams_1917',['GraphParams',['../structGraphParams.html',1,'']]], + ['guistate_1918',['GuiState',['../structGuiState.html',1,'']]] ]; diff --git a/search/classes_5.js b/search/classes_5.js index 72e4d851..f088b35b 100644 --- a/search/classes_5.js +++ b/search/classes_5.js @@ -1,8 +1,8 @@ var searchData= [ - ['imguigfxcmd_1920',['imguiGfxCmd',['../structimguiGfxCmd.html',1,'']]], - ['imguigfxline_1921',['imguiGfxLine',['../structimguiGfxLine.html',1,'']]], - ['imguigfxrect_1922',['imguiGfxRect',['../structimguiGfxRect.html',1,'']]], - ['imguigfxtext_1923',['imguiGfxText',['../structimguiGfxText.html',1,'']]], - ['inputgeom_1924',['InputGeom',['../classInputGeom.html',1,'']]] + ['imguigfxcmd_1919',['imguiGfxCmd',['../structimguiGfxCmd.html',1,'']]], + ['imguigfxline_1920',['imguiGfxLine',['../structimguiGfxLine.html',1,'']]], + ['imguigfxrect_1921',['imguiGfxRect',['../structimguiGfxRect.html',1,'']]], + ['imguigfxtext_1922',['imguiGfxText',['../structimguiGfxText.html',1,'']]], + ['inputgeom_1923',['InputGeom',['../classInputGeom.html',1,'']]] ]; diff --git a/search/classes_6.js b/search/classes_6.js index 0476b9d5..9e887e2c 100644 --- a/search/classes_6.js +++ b/search/classes_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['linearallocator_1925',['LinearAllocator',['../structLinearAllocator.html',1,'']]] + ['linearallocator_1924',['LinearAllocator',['../structLinearAllocator.html',1,'']]] ]; diff --git a/search/classes_7.js b/search/classes_7.js index cc530681..24aab19f 100644 --- a/search/classes_7.js +++ b/search/classes_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['meshprocess_1926',['MeshProcess',['../structMeshProcess.html',1,'']]] + ['meshprocess_1925',['MeshProcess',['../structMeshProcess.html',1,'']]] ]; diff --git a/search/classes_8.js b/search/classes_8.js index 8a5f0553..d58f07ac 100644 --- a/search/classes_8.js +++ b/search/classes_8.js @@ -1,10 +1,10 @@ var searchData= [ - ['navmeshflags_1927',['NavmeshFlags',['../classNavmeshFlags.html',1,'']]], - ['navmeshprunetool_1928',['NavMeshPruneTool',['../classNavMeshPruneTool.html',1,'']]], - ['navmeshsetheader_1929',['NavMeshSetHeader',['../structNavMeshSetHeader.html',1,'']]], - ['navmeshtestertool_1930',['NavMeshTesterTool',['../classNavMeshTesterTool.html',1,'']]], - ['navmeshtilebuildcontext_1931',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html',1,'']]], - ['navmeshtileheader_1932',['NavMeshTileHeader',['../structNavMeshTileHeader.html',1,'']]], - ['navmeshtiletool_1933',['NavMeshTileTool',['../classNavMeshTileTool.html',1,'']]] + ['navmeshflags_1926',['NavmeshFlags',['../classNavmeshFlags.html',1,'']]], + ['navmeshprunetool_1927',['NavMeshPruneTool',['../classNavMeshPruneTool.html',1,'']]], + ['navmeshsetheader_1928',['NavMeshSetHeader',['../structNavMeshSetHeader.html',1,'']]], + ['navmeshtestertool_1929',['NavMeshTesterTool',['../classNavMeshTesterTool.html',1,'']]], + ['navmeshtilebuildcontext_1930',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html',1,'']]], + ['navmeshtileheader_1931',['NavMeshTileHeader',['../structNavMeshTileHeader.html',1,'']]], + ['navmeshtiletool_1932',['NavMeshTileTool',['../classNavMeshTileTool.html',1,'']]] ]; diff --git a/search/classes_9.js b/search/classes_9.js index 07f9a9ad..062221ed 100644 --- a/search/classes_9.js +++ b/search/classes_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['offmeshconnectiontool_1934',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html',1,'']]] + ['offmeshconnectiontool_1933',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html',1,'']]] ]; diff --git a/search/classes_a.js b/search/classes_a.js index 8e2dbd39..f66a7e69 100644 --- a/search/classes_a.js +++ b/search/classes_a.js @@ -1,40 +1,40 @@ var searchData= [ - ['rasterizationcontext_1935',['RasterizationContext',['../structRasterizationContext.html',1,'']]], - ['rcchunkytrimesh_1936',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html',1,'']]], - ['rcchunkytrimeshnode_1937',['rcChunkyTriMeshNode',['../structrcChunkyTriMeshNode.html',1,'']]], - ['rccompactcell_1938',['rcCompactCell',['../structrcCompactCell.html',1,'']]], - ['rccompactheightfield_1939',['rcCompactHeightfield',['../structrcCompactHeightfield.html',1,'']]], - ['rccompactspan_1940',['rcCompactSpan',['../structrcCompactSpan.html',1,'']]], - ['rcconfig_1941',['rcConfig',['../structrcConfig.html',1,'']]], - ['rccontext_1942',['rcContext',['../classrcContext.html',1,'']]], - ['rccontour_1943',['rcContour',['../structrcContour.html',1,'']]], - ['rccontourhole_1944',['rcContourHole',['../structrcContourHole.html',1,'']]], - ['rccontourregion_1945',['rcContourRegion',['../structrcContourRegion.html',1,'']]], - ['rccontourset_1946',['rcContourSet',['../structrcContourSet.html',1,'']]], - ['rcedge_1947',['rcEdge',['../structrcEdge.html',1,'']]], - ['rcheightfield_1948',['rcHeightfield',['../structrcHeightfield.html',1,'']]], - ['rcheightfieldlayer_1949',['rcHeightfieldLayer',['../structrcHeightfieldLayer.html',1,'']]], - ['rcheightfieldlayerset_1950',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html',1,'']]], - ['rcheightpatch_1951',['rcHeightPatch',['../structrcHeightPatch.html',1,'']]], - ['rcintarray_1952',['rcIntArray',['../classrcIntArray.html',1,'']]], - ['rclayerregion_1953',['rcLayerRegion',['../structrcLayerRegion.html',1,'']]], - ['rclayersweepspan_1954',['rcLayerSweepSpan',['../structrcLayerSweepSpan.html',1,'']]], - ['rcmeshloaderobj_1955',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html',1,'']]], - ['rcnewtag_1956',['rcNewTag',['../structrcNewTag.html',1,'']]], - ['rcpermvector_1957',['rcPermVector',['../classrcPermVector.html',1,'']]], - ['rcpolymesh_1958',['rcPolyMesh',['../structrcPolyMesh.html',1,'']]], - ['rcpolymeshdetail_1959',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html',1,'']]], - ['rcpotentialdiagonal_1960',['rcPotentialDiagonal',['../structrcPotentialDiagonal.html',1,'']]], - ['rcregion_1961',['rcRegion',['../structrcRegion.html',1,'']]], - ['rcscopeddelete_1962',['rcScopedDelete',['../classrcScopedDelete.html',1,'']]], - ['rcscopedtimer_1963',['rcScopedTimer',['../classrcScopedTimer.html',1,'']]], - ['rcspan_1964',['rcSpan',['../structrcSpan.html',1,'']]], - ['rcspanpool_1965',['rcSpanPool',['../structrcSpanPool.html',1,'']]], - ['rcsweepspan_1966',['rcSweepSpan',['../structrcSweepSpan.html',1,'']]], - ['rctempvector_1967',['rcTempVector',['../classrcTempVector.html',1,'']]], - ['rctempvector_3c_20int_20_3e_1968',['rcTempVector< int >',['../classrcTempVector.html',1,'']]], - ['rcvectorbase_1969',['rcVectorBase',['../classrcVectorBase.html',1,'']]], - ['rcvectorbase_3c_20t_2c_20rc_5falloc_5fperm_20_3e_1970',['rcVectorBase< T, RC_ALLOC_PERM >',['../classrcVectorBase.html',1,'']]], - ['rcvectorbase_3c_20t_2c_20rc_5falloc_5ftemp_20_3e_1971',['rcVectorBase< T, RC_ALLOC_TEMP >',['../classrcVectorBase.html',1,'']]] + ['rasterizationcontext_1934',['RasterizationContext',['../structRasterizationContext.html',1,'']]], + ['rcchunkytrimesh_1935',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html',1,'']]], + ['rcchunkytrimeshnode_1936',['rcChunkyTriMeshNode',['../structrcChunkyTriMeshNode.html',1,'']]], + ['rccompactcell_1937',['rcCompactCell',['../structrcCompactCell.html',1,'']]], + ['rccompactheightfield_1938',['rcCompactHeightfield',['../structrcCompactHeightfield.html',1,'']]], + ['rccompactspan_1939',['rcCompactSpan',['../structrcCompactSpan.html',1,'']]], + ['rcconfig_1940',['rcConfig',['../structrcConfig.html',1,'']]], + ['rccontext_1941',['rcContext',['../classrcContext.html',1,'']]], + ['rccontour_1942',['rcContour',['../structrcContour.html',1,'']]], + ['rccontourhole_1943',['rcContourHole',['../structrcContourHole.html',1,'']]], + ['rccontourregion_1944',['rcContourRegion',['../structrcContourRegion.html',1,'']]], + ['rccontourset_1945',['rcContourSet',['../structrcContourSet.html',1,'']]], + ['rcedge_1946',['rcEdge',['../structrcEdge.html',1,'']]], + ['rcheightfield_1947',['rcHeightfield',['../structrcHeightfield.html',1,'']]], + ['rcheightfieldlayer_1948',['rcHeightfieldLayer',['../structrcHeightfieldLayer.html',1,'']]], + ['rcheightfieldlayerset_1949',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html',1,'']]], + ['rcheightpatch_1950',['rcHeightPatch',['../structrcHeightPatch.html',1,'']]], + ['rcintarray_1951',['rcIntArray',['../classrcIntArray.html',1,'']]], + ['rclayerregion_1952',['rcLayerRegion',['../structrcLayerRegion.html',1,'']]], + ['rclayersweepspan_1953',['rcLayerSweepSpan',['../structrcLayerSweepSpan.html',1,'']]], + ['rcmeshloaderobj_1954',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html',1,'']]], + ['rcnewtag_1955',['rcNewTag',['../structrcNewTag.html',1,'']]], + ['rcpermvector_1956',['rcPermVector',['../classrcPermVector.html',1,'']]], + ['rcpolymesh_1957',['rcPolyMesh',['../structrcPolyMesh.html',1,'']]], + ['rcpolymeshdetail_1958',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html',1,'']]], + ['rcpotentialdiagonal_1959',['rcPotentialDiagonal',['../structrcPotentialDiagonal.html',1,'']]], + ['rcregion_1960',['rcRegion',['../structrcRegion.html',1,'']]], + ['rcscopeddelete_1961',['rcScopedDelete',['../classrcScopedDelete.html',1,'']]], + ['rcscopedtimer_1962',['rcScopedTimer',['../classrcScopedTimer.html',1,'']]], + ['rcspan_1963',['rcSpan',['../structrcSpan.html',1,'']]], + ['rcspanpool_1964',['rcSpanPool',['../structrcSpanPool.html',1,'']]], + ['rcsweepspan_1965',['rcSweepSpan',['../structrcSweepSpan.html',1,'']]], + ['rctempvector_1966',['rcTempVector',['../classrcTempVector.html',1,'']]], + ['rctempvector_3c_20int_20_3e_1967',['rcTempVector< int >',['../classrcTempVector.html',1,'']]], + ['rcvectorbase_1968',['rcVectorBase',['../classrcVectorBase.html',1,'']]], + ['rcvectorbase_3c_20t_2c_20rc_5falloc_5fperm_20_3e_1969',['rcVectorBase< T, RC_ALLOC_PERM >',['../classrcVectorBase.html',1,'']]], + ['rcvectorbase_3c_20t_2c_20rc_5falloc_5ftemp_20_3e_1970',['rcVectorBase< T, RC_ALLOC_TEMP >',['../classrcVectorBase.html',1,'']]] ]; diff --git a/search/classes_b.js b/search/classes_b.js index ae0ccea1..c5d7b59a 100644 --- a/search/classes_b.js +++ b/search/classes_b.js @@ -1,12 +1,12 @@ var searchData= [ - ['sample_1972',['Sample',['../classSample.html',1,'']]], - ['sample_5fdebug_1973',['Sample_Debug',['../classSample__Debug.html',1,'']]], - ['sample_5fsolomesh_1974',['Sample_SoloMesh',['../classSample__SoloMesh.html',1,'']]], - ['sample_5ftempobstacles_1975',['Sample_TempObstacles',['../classSample__TempObstacles.html',1,'']]], - ['sample_5ftilemesh_1976',['Sample_TileMesh',['../classSample__TileMesh.html',1,'']]], - ['sampledebugdraw_1977',['SampleDebugDraw',['../classSampleDebugDraw.html',1,'']]], - ['sampleitem_1978',['SampleItem',['../structSampleItem.html',1,'']]], - ['sampletool_1979',['SampleTool',['../structSampleTool.html',1,'']]], - ['sampletoolstate_1980',['SampleToolState',['../structSampleToolState.html',1,'']]] + ['sample_1971',['Sample',['../classSample.html',1,'']]], + ['sample_5fdebug_1972',['Sample_Debug',['../classSample__Debug.html',1,'']]], + ['sample_5fsolomesh_1973',['Sample_SoloMesh',['../classSample__SoloMesh.html',1,'']]], + ['sample_5ftempobstacles_1974',['Sample_TempObstacles',['../classSample__TempObstacles.html',1,'']]], + ['sample_5ftilemesh_1975',['Sample_TileMesh',['../classSample__TileMesh.html',1,'']]], + ['sampledebugdraw_1976',['SampleDebugDraw',['../classSampleDebugDraw.html',1,'']]], + ['sampleitem_1977',['SampleItem',['../structSampleItem.html',1,'']]], + ['sampletool_1978',['SampleTool',['../structSampleTool.html',1,'']]], + ['sampletoolstate_1979',['SampleToolState',['../structSampleToolState.html',1,'']]] ]; diff --git a/search/classes_c.js b/search/classes_c.js index c9f6f685..61d4591c 100644 --- a/search/classes_c.js +++ b/search/classes_c.js @@ -1,9 +1,9 @@ var searchData= [ - ['tempobstaclecreatetool_1981',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html',1,'']]], - ['tempobstaclehilighttool_1982',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html',1,'']]], - ['testcase_1983',['TestCase',['../classTestCase.html',1,'']]], - ['tilecachedata_1984',['TileCacheData',['../structTileCacheData.html',1,'']]], - ['tilecachesetheader_1985',['TileCacheSetHeader',['../structTileCacheSetHeader.html',1,'']]], - ['tilecachetileheader_1986',['TileCacheTileHeader',['../structTileCacheTileHeader.html',1,'']]] + ['tempobstaclecreatetool_1980',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html',1,'']]], + ['tempobstaclehilighttool_1981',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html',1,'']]], + ['testcase_1982',['TestCase',['../classTestCase.html',1,'']]], + ['tilecachedata_1983',['TileCacheData',['../structTileCacheData.html',1,'']]], + ['tilecachesetheader_1984',['TileCacheSetHeader',['../structTileCacheSetHeader.html',1,'']]], + ['tilecachetileheader_1985',['TileCacheTileHeader',['../structTileCacheTileHeader.html',1,'']]] ]; diff --git a/search/classes_d.js b/search/classes_d.js index 49f5e3df..85327e18 100644 --- a/search/classes_d.js +++ b/search/classes_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['valuehistory_1987',['ValueHistory',['../classValueHistory.html',1,'']]] + ['valuehistory_1986',['ValueHistory',['../classValueHistory.html',1,'']]] ]; diff --git a/search/defines_0.js b/search/defines_0.js index 1f150998..c0ae0f1c 100644 --- a/search/defines_0.js +++ b/search/defines_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['dtassert_3744',['dtAssert',['../DetourAssert_8h.html#ad9878e9fa0121ff8d1390e21dc086951',1,'DetourAssert.h']]], - ['dump_5freqs_3745',['DUMP_REQS',['../NavMeshTesterTool_8cpp.html#a59ed5f3f1c7bd16332ada259b66afe3f',1,'NavMeshTesterTool.cpp']]] + ['dtassert_3742',['dtAssert',['../DetourAssert_8h.html#ad9878e9fa0121ff8d1390e21dc086951',1,'DetourAssert.h']]], + ['dump_5freqs_3743',['DUMP_REQS',['../NavMeshTesterTool_8cpp.html#a59ed5f3f1c7bd16332ada259b66afe3f',1,'NavMeshTesterTool.cpp']]] ]; diff --git a/search/defines_1.js b/search/defines_1.js index 0e060cb7..6fcaa31c 100644 --- a/search/defines_1.js +++ b/search/defines_1.js @@ -1,9 +1,9 @@ var searchData= [ - ['rc_5fmax_5flayers_5fdef_3746',['RC_MAX_LAYERS_DEF',['../RecastLayers_8cpp.html#ae1ec4cdafb537791b99aa91bb4c515c1',1,'RecastLayers.cpp']]], - ['rc_5fmax_5fneis_5fdef_3747',['RC_MAX_NEIS_DEF',['../RecastLayers_8cpp.html#a5ec9fb3bfe164c823f6d4f6a2f3c73cd',1,'RecastLayers.cpp']]], - ['rc_5fsize_5fmax_3748',['RC_SIZE_MAX',['../RecastAlloc_8h.html#a76aa1cda643d12fb282dffdd127c1bac',1,'RecastAlloc.h']]], - ['rcassert_3749',['rcAssert',['../RecastAssert_8h.html#a857ec26f725d5a8d341fedca5a32f649',1,'RecastAssert.h']]], - ['rclikely_3750',['rcLikely',['../RecastAlloc_8h.html#ae2660587d43aff9382684c2410bf2dc5',1,'RecastAlloc.h']]], - ['rcunlikely_3751',['rcUnlikely',['../RecastAlloc_8h.html#a97095ea2bb90ee745014fe8dc36ca483',1,'RecastAlloc.h']]] + ['rc_5fmax_5flayers_5fdef_3744',['RC_MAX_LAYERS_DEF',['../RecastLayers_8cpp.html#ae1ec4cdafb537791b99aa91bb4c515c1',1,'RecastLayers.cpp']]], + ['rc_5fmax_5fneis_5fdef_3745',['RC_MAX_NEIS_DEF',['../RecastLayers_8cpp.html#a5ec9fb3bfe164c823f6d4f6a2f3c73cd',1,'RecastLayers.cpp']]], + ['rc_5fsize_5fmax_3746',['RC_SIZE_MAX',['../RecastAlloc_8h.html#a76aa1cda643d12fb282dffdd127c1bac',1,'RecastAlloc.h']]], + ['rcassert_3747',['rcAssert',['../RecastAssert_8h.html#a857ec26f725d5a8d341fedca5a32f649',1,'RecastAssert.h']]], + ['rclikely_3748',['rcLikely',['../RecastAlloc_8h.html#ae2660587d43aff9382684c2410bf2dc5',1,'RecastAlloc.h']]], + ['rcunlikely_3749',['rcUnlikely',['../RecastAlloc_8h.html#a97095ea2bb90ee745014fe8dc36ca483',1,'RecastAlloc.h']]] ]; diff --git a/search/defines_2.js b/search/defines_2.js index fccbedbf..d349529f 100644 --- a/search/defines_2.js +++ b/search/defines_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['stb_5ftruetype_5fimplementation_3752',['STB_TRUETYPE_IMPLEMENTATION',['../imguiRenderGL_8cpp.html#afaa2f2d0d9d6726cfae6da070e736347',1,'imguiRenderGL.cpp']]], - ['stbtt_5ffree_3753',['STBTT_free',['../imguiRenderGL_8cpp.html#ac2d83c500a591ce9b5ff9ca5681caa59',1,'imguiRenderGL.cpp']]], - ['stbtt_5fmalloc_3754',['STBTT_malloc',['../imguiRenderGL_8cpp.html#afe7147641c31bc94935e5711c81087d0',1,'imguiRenderGL.cpp']]] + ['stb_5ftruetype_5fimplementation_3750',['STB_TRUETYPE_IMPLEMENTATION',['../imguiRenderGL_8cpp.html#afaa2f2d0d9d6726cfae6da070e736347',1,'imguiRenderGL.cpp']]], + ['stbtt_5ffree_3751',['STBTT_free',['../imguiRenderGL_8cpp.html#ac2d83c500a591ce9b5ff9ca5681caa59',1,'imguiRenderGL.cpp']]], + ['stbtt_5fmalloc_3752',['STBTT_malloc',['../imguiRenderGL_8cpp.html#afe7147641c31bc94935e5711c81087d0',1,'imguiRenderGL.cpp']]] ]; diff --git a/search/enums_0.js b/search/enums_0.js index b2b6012e..49445157 100644 --- a/search/enums_0.js +++ b/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['crowdagentstate_3565',['CrowdAgentState',['../group__crowd.html#ga59bc9aa54705292d8f0f1ad9ca48ca82',1,'DetourCrowd.h']]] + ['crowdagentstate_3563',['CrowdAgentState',['../group__crowd.html#ga59bc9aa54705292d8f0f1ad9ca48ca82',1,'DetourCrowd.h']]] ]; diff --git a/search/enums_1.js b/search/enums_1.js index 1b47cf87..13bab7e4 100644 --- a/search/enums_1.js +++ b/search/enums_1.js @@ -1,17 +1,17 @@ var searchData= [ - ['drawdetailtype_3566',['DrawDetailType',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699a',1,'Sample_TempObstacles.cpp']]], - ['drawmode_3567',['DrawMode',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66d',1,'Sample_SoloMesh::DrawMode()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646a',1,'Sample_TempObstacles::DrawMode()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9e',1,'Sample_TileMesh::DrawMode()']]], - ['drawnavmeshflags_3568',['DrawNavMeshFlags',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6',1,'DetourDebugDraw.h']]], - ['dtallochint_3569',['dtAllocHint',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14d',1,'DetourAlloc.h']]], - ['dtcompressedtileflags_3570',['dtCompressedTileFlags',['../DetourTileCache_8h.html#ae7bbfdb463ce9748076a000e6a4f95e7',1,'DetourTileCache.h']]], - ['dtdetailtriedgeflags_3571',['dtDetailTriEdgeFlags',['../DetourNavMesh_8h.html#a42be29b2c7d98704d437ef08e9bc526d',1,'DetourNavMesh.h']]], - ['dtfindpathoptions_3572',['dtFindPathOptions',['../DetourNavMesh_8h.html#aa783b570776c948098378da1a45e1bac',1,'DetourNavMesh.h']]], - ['dtnodeflags_3573',['dtNodeFlags',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974',1,'DetourNode.h']]], - ['dtpolytypes_3574',['dtPolyTypes',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98',1,'DetourNavMesh.h']]], - ['dtraycastoptions_3575',['dtRaycastOptions',['../DetourNavMesh_8h.html#a667a15950cb93797b15be3c958e440f0',1,'DetourNavMesh.h']]], - ['dtstraightpathflags_3576',['dtStraightPathFlags',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7',1,'DetourNavMesh.h']]], - ['dtstraightpathoptions_3577',['dtStraightPathOptions',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4e',1,'DetourNavMesh.h']]], - ['dttileflags_3578',['dtTileFlags',['../DetourNavMesh_8h.html#ace45ee22124392a9026eb6266000ca1c',1,'DetourNavMesh.h']]], - ['dudebugdrawprimitives_3579',['duDebugDrawPrimitives',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90d',1,'DebugDraw.h']]] + ['drawdetailtype_3564',['DrawDetailType',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699a',1,'Sample_TempObstacles.cpp']]], + ['drawmode_3565',['DrawMode',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66d',1,'Sample_SoloMesh::DrawMode()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646a',1,'Sample_TempObstacles::DrawMode()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9e',1,'Sample_TileMesh::DrawMode()']]], + ['drawnavmeshflags_3566',['DrawNavMeshFlags',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6',1,'DetourDebugDraw.h']]], + ['dtallochint_3567',['dtAllocHint',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14d',1,'DetourAlloc.h']]], + ['dtcompressedtileflags_3568',['dtCompressedTileFlags',['../DetourTileCache_8h.html#ae7bbfdb463ce9748076a000e6a4f95e7',1,'DetourTileCache.h']]], + ['dtdetailtriedgeflags_3569',['dtDetailTriEdgeFlags',['../DetourNavMesh_8h.html#a42be29b2c7d98704d437ef08e9bc526d',1,'DetourNavMesh.h']]], + ['dtfindpathoptions_3570',['dtFindPathOptions',['../DetourNavMesh_8h.html#aa783b570776c948098378da1a45e1bac',1,'DetourNavMesh.h']]], + ['dtnodeflags_3571',['dtNodeFlags',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974',1,'DetourNode.h']]], + ['dtpolytypes_3572',['dtPolyTypes',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98',1,'DetourNavMesh.h']]], + ['dtraycastoptions_3573',['dtRaycastOptions',['../DetourNavMesh_8h.html#a667a15950cb93797b15be3c958e440f0',1,'DetourNavMesh.h']]], + ['dtstraightpathflags_3574',['dtStraightPathFlags',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7',1,'DetourNavMesh.h']]], + ['dtstraightpathoptions_3575',['dtStraightPathOptions',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4e',1,'DetourNavMesh.h']]], + ['dttileflags_3576',['dtTileFlags',['../DetourNavMesh_8h.html#ace45ee22124392a9026eb6266000ca1c',1,'DetourNavMesh.h']]], + ['dudebugdrawprimitives_3577',['duDebugDrawPrimitives',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90d',1,'DebugDraw.h']]] ]; diff --git a/search/enums_2.js b/search/enums_2.js index e0f3f230..e94c6682 100644 --- a/search/enums_2.js +++ b/search/enums_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['edgevalues_3580',['EdgeValues',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199cc',1,'RecastMeshDetail.cpp']]] + ['edgevalues_3578',['EdgeValues',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199cc',1,'RecastMeshDetail.cpp']]] ]; diff --git a/search/enums_3.js b/search/enums_3.js index 35bb0612..8fa847d7 100644 --- a/search/enums_3.js +++ b/search/enums_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['imguigfxcmdtype_3581',['imguiGfxCmdType',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885c',1,'imgui.h']]], - ['imguimousebutton_3582',['imguiMouseButton',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75',1,'imgui.h']]], - ['imguitextalign_3583',['imguiTextAlign',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75',1,'imgui.h']]] + ['imguigfxcmdtype_3579',['imguiGfxCmdType',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885c',1,'imgui.h']]], + ['imguimousebutton_3580',['imguiMouseButton',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75',1,'imgui.h']]], + ['imguitextalign_3581',['imguiTextAlign',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75',1,'imgui.h']]] ]; diff --git a/search/enums_4.js b/search/enums_4.js index 46d2ef64..90955b61 100644 --- a/search/enums_4.js +++ b/search/enums_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['moverequeststate_3584',['MoveRequestState',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45',1,'DetourCrowd.h']]] + ['moverequeststate_3582',['MoveRequestState',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45',1,'DetourCrowd.h']]] ]; diff --git a/search/enums_5.js b/search/enums_5.js index 533ac382..03776746 100644 --- a/search/enums_5.js +++ b/search/enums_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['obstaclestate_3585',['ObstacleState',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0',1,'DetourTileCache.h']]], - ['obstacletype_3586',['ObstacleType',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971',1,'DetourTileCache.h']]] + ['obstaclestate_3583',['ObstacleState',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0',1,'DetourTileCache.h']]], + ['obstacletype_3584',['ObstacleType',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971',1,'DetourTileCache.h']]] ]; diff --git a/search/enums_6.js b/search/enums_6.js index a61ab4c2..52300cdc 100644 --- a/search/enums_6.js +++ b/search/enums_6.js @@ -1,8 +1,8 @@ var searchData= [ - ['rcallochint_3587',['rcAllocHint',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60',1,'RecastAlloc.h']]], - ['rcaxis_3588',['rcAxis',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789b',1,'RecastRasterization.cpp']]], - ['rcbuildcontoursflags_3589',['rcBuildContoursFlags',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786f',1,'Recast.h']]], - ['rclogcategory_3590',['rcLogCategory',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410b',1,'Recast.h']]], - ['rctimerlabel_3591',['rcTimerLabel',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18d',1,'Recast.h']]] + ['rcallochint_3585',['rcAllocHint',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60',1,'RecastAlloc.h']]], + ['rcaxis_3586',['rcAxis',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789b',1,'RecastRasterization.cpp']]], + ['rcbuildcontoursflags_3587',['rcBuildContoursFlags',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786f',1,'Recast.h']]], + ['rclogcategory_3588',['rcLogCategory',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410b',1,'Recast.h']]], + ['rctimerlabel_3589',['rcTimerLabel',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18d',1,'Recast.h']]] ]; diff --git a/search/enums_7.js b/search/enums_7.js index 3cc41d75..c5fe3ef4 100644 --- a/search/enums_7.js +++ b/search/enums_7.js @@ -1,7 +1,7 @@ var searchData= [ - ['samplepartitiontype_3592',['SamplePartitionType',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1',1,'Sample.h']]], - ['samplepolyareas_3593',['SamplePolyAreas',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6da',1,'Sample.h']]], - ['samplepolyflags_3594',['SamplePolyFlags',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8d',1,'Sample.h']]], - ['sampletooltype_3595',['SampleToolType',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125b',1,'Sample.h']]] + ['samplepartitiontype_3590',['SamplePartitionType',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1',1,'Sample.h']]], + ['samplepolyareas_3591',['SamplePolyAreas',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6da',1,'Sample.h']]], + ['samplepolyflags_3592',['SamplePolyFlags',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8d',1,'Sample.h']]], + ['sampletooltype_3593',['SampleToolType',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125b',1,'Sample.h']]] ]; diff --git a/search/enums_8.js b/search/enums_8.js index 4be2181c..5248fbde 100644 --- a/search/enums_8.js +++ b/search/enums_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['updateflags_3596',['UpdateFlags',['../group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f',1,'DetourCrowd.h']]] + ['updateflags_3594',['UpdateFlags',['../group__crowd.html#gaa94b67d2fdcc390690c523f28019e52f',1,'DetourCrowd.h']]] ]; diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js index c9a58f5e..7884037c 100644 --- a/search/enumvalues_0.js +++ b/search/enumvalues_0.js @@ -1,72 +1,72 @@ var searchData= [ - ['drawdetail_5fareas_3597',['DRAWDETAIL_AREAS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2b3e973aac1d955e6f393405f46a975f',1,'Sample_TempObstacles.cpp']]], - ['drawdetail_5fcontours_3598',['DRAWDETAIL_CONTOURS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2f2ebb162afcf9d8049d46c65724a304',1,'Sample_TempObstacles.cpp']]], - ['drawdetail_5fmesh_3599',['DRAWDETAIL_MESH',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2583848fa9a65a13d8d705a41b45ac81',1,'Sample_TempObstacles.cpp']]], - ['drawdetail_5fregions_3600',['DRAWDETAIL_REGIONS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa9298e963d230a3f0d094748821ecc09c',1,'Sample_TempObstacles.cpp']]], - ['drawmode_5fboth_5fcontours_3601',['DRAWMODE_BOTH_CONTOURS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eac991bf39fdf9cbf6291b45ebd2ede5a4',1,'Sample_TileMesh::DRAWMODE_BOTH_CONTOURS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da9722e468551f5e1012433c4f6a1f7c59',1,'Sample_SoloMesh::DRAWMODE_BOTH_CONTOURS()']]], - ['drawmode_5fcache_5fbounds_3602',['DRAWMODE_CACHE_BOUNDS',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aad240eab884b6fce214ae17ee58ff1fc5',1,'Sample_TempObstacles']]], - ['drawmode_5fcompact_3603',['DRAWMODE_COMPACT',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da8e442daf2e83ef3c05694457b5b33436',1,'Sample_SoloMesh::DRAWMODE_COMPACT()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ead11ba96eb63c1bacc8d1974ad5e14729',1,'Sample_TileMesh::DRAWMODE_COMPACT()']]], - ['drawmode_5fcompact_5fdistance_3604',['DRAWMODE_COMPACT_DISTANCE',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea5835878fb00312ced6fad85225f9f806',1,'Sample_TileMesh::DRAWMODE_COMPACT_DISTANCE()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dab7e81dc808347a112f588f6c20075cda',1,'Sample_SoloMesh::DRAWMODE_COMPACT_DISTANCE()']]], - ['drawmode_5fcompact_5fregions_3605',['DRAWMODE_COMPACT_REGIONS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eae0f799e8f9c5eea7db9e60a14c3ae876',1,'Sample_TileMesh::DRAWMODE_COMPACT_REGIONS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da49df193c0a4344b056b1f6102d3dda70',1,'Sample_SoloMesh::DRAWMODE_COMPACT_REGIONS()']]], - ['drawmode_5fcontours_3606',['DRAWMODE_CONTOURS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea3ebd86d9a1d56808e28f6ffde61f160c',1,'Sample_TileMesh::DRAWMODE_CONTOURS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dafce43a32523d6c5035eefbce35a73826',1,'Sample_SoloMesh::DRAWMODE_CONTOURS()']]], - ['drawmode_5fmesh_3607',['DRAWMODE_MESH',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa03124cf65d838b25406a05e61fe30ce0',1,'Sample_TempObstacles::DRAWMODE_MESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da88b9ae00e25b2e2099647ea4c26a9507',1,'Sample_SoloMesh::DRAWMODE_MESH()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea4742e5992fb0c03b7bb9d6319ef2a212',1,'Sample_TileMesh::DRAWMODE_MESH()']]], - ['drawmode_5fnavmesh_3608',['DRAWMODE_NAVMESH',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eaa58491e33fd7f6047459a759075579fb',1,'Sample_TileMesh::DRAWMODE_NAVMESH()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aaf041b173541f65f9d180dc5ce6c4faca',1,'Sample_TempObstacles::DRAWMODE_NAVMESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daea0fbcc171dd866c11dceb22f8bbb622',1,'Sample_SoloMesh::DRAWMODE_NAVMESH()']]], - ['drawmode_5fnavmesh_5fbvtree_3609',['DRAWMODE_NAVMESH_BVTREE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dacde6a4b06b4f22f9002e93996dd15e99',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_BVTREE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa2c426926db47a33bbb2d0568be000eb1',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_BVTREE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea36ceb4d2f09f2dc3f115c9482384f537',1,'Sample_TileMesh::DRAWMODE_NAVMESH_BVTREE()']]], - ['drawmode_5fnavmesh_5finvis_3610',['DRAWMODE_NAVMESH_INVIS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da98fd365be74b3ea0aa3913f2f2f643da',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_INVIS()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aadf002a04b3f50bc4732a5f0e83fe2b82',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_INVIS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eaaf7a9b84532c1134b86d5984f4c5da25',1,'Sample_TileMesh::DRAWMODE_NAVMESH_INVIS()']]], - ['drawmode_5fnavmesh_5fnodes_3611',['DRAWMODE_NAVMESH_NODES',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daf0388faf72ff6fb0a55a80794eb34ebe',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_NODES()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa20a287a5fb92a18accd304ff5a90ff27',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_NODES()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea51bb43eb213451a78a866934612cbce5',1,'Sample_TileMesh::DRAWMODE_NAVMESH_NODES()']]], - ['drawmode_5fnavmesh_5fportals_3612',['DRAWMODE_NAVMESH_PORTALS',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa18ab8dd09107286c83c01da1701eef5b',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_PORTALS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea2806d6ae36ddf00223cfe9893d0fde08',1,'Sample_TileMesh::DRAWMODE_NAVMESH_PORTALS()']]], - ['drawmode_5fnavmesh_5ftrans_3613',['DRAWMODE_NAVMESH_TRANS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea3db7110a709f8a5cf8271a47ccd1d5bc',1,'Sample_TileMesh::DRAWMODE_NAVMESH_TRANS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daa8e2ba3c26d26be4309cbf0f2528f6de',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_TRANS()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa31dbf6b027635abacf086f1039c4a59f',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_TRANS()']]], - ['drawmode_5fpolymesh_3614',['DRAWMODE_POLYMESH',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eacf49e2c1b6e94e0175ffce6a8d752957',1,'Sample_TileMesh::DRAWMODE_POLYMESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dabcea7748dcffaf33d0fe31e8af538da8',1,'Sample_SoloMesh::DRAWMODE_POLYMESH()']]], - ['drawmode_5fpolymesh_5fdetail_3615',['DRAWMODE_POLYMESH_DETAIL',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eadaab6e3ba300f45526c8feef80f83828',1,'Sample_TileMesh::DRAWMODE_POLYMESH_DETAIL()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da3cfa09fbea29fe5ad080cf664c026f67',1,'Sample_SoloMesh::DRAWMODE_POLYMESH_DETAIL()']]], - ['drawmode_5fraw_5fcontours_3616',['DRAWMODE_RAW_CONTOURS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8a8e4bb3835a1d5dd15eab30fd2d7c7',1,'Sample_SoloMesh::DRAWMODE_RAW_CONTOURS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea5d1863e80795971db5f2cadd2140134c',1,'Sample_TileMesh::DRAWMODE_RAW_CONTOURS()']]], - ['drawmode_5fregion_5fconnections_3617',['DRAWMODE_REGION_CONNECTIONS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da2ddb380ea865ccc1c8fbf75f44a4dbe7',1,'Sample_SoloMesh::DRAWMODE_REGION_CONNECTIONS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea0b1b4be0a8ce23cf18ec00b8646f9089',1,'Sample_TileMesh::DRAWMODE_REGION_CONNECTIONS()']]], - ['drawmode_5fvoxels_3618',['DRAWMODE_VOXELS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da79c855d9a3d2f415381199922314b0db',1,'Sample_SoloMesh::DRAWMODE_VOXELS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea96182015a60b98bd4e7134cf28c26fdb',1,'Sample_TileMesh::DRAWMODE_VOXELS()']]], - ['drawmode_5fvoxels_5fwalkable_3619',['DRAWMODE_VOXELS_WALKABLE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da1b0b737aee4f595a3e4279759d92e4ea',1,'Sample_SoloMesh::DRAWMODE_VOXELS_WALKABLE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eafa79333fa0cd88a039e4b0aae362e13c',1,'Sample_TileMesh::DRAWMODE_VOXELS_WALKABLE()']]], - ['dt_5falloc_5fperm_3620',['DT_ALLOC_PERM',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14da4b5dc5bf08bcea4978a84327c7faf39f',1,'DetourAlloc.h']]], - ['dt_5falloc_5ftemp_3621',['DT_ALLOC_TEMP',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14da345c28489f1d9c43bb8d528b4dab5aee',1,'DetourAlloc.h']]], - ['dt_5fcompressedtile_5ffree_5fdata_3622',['DT_COMPRESSEDTILE_FREE_DATA',['../DetourTileCache_8h.html#ae7bbfdb463ce9748076a000e6a4f95e7ae39535ace91c26741052d77c5a2dcb8d',1,'DetourTileCache.h']]], - ['dt_5fcrowd_5fanticipate_5fturns_3623',['DT_CROWD_ANTICIPATE_TURNS',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fafeecd3363350e50041dca39352c3e268',1,'DetourCrowd.h']]], - ['dt_5fcrowd_5fobstacle_5favoidance_3624',['DT_CROWD_OBSTACLE_AVOIDANCE',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fad5d5d50e0b623e78e0dd68eb816bcc00',1,'DetourCrowd.h']]], - ['dt_5fcrowd_5foptimize_5ftopo_3625',['DT_CROWD_OPTIMIZE_TOPO',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fa89c6f7f2e49254e775cb2b85259a0a93',1,'DetourCrowd.h']]], - ['dt_5fcrowd_5foptimize_5fvis_3626',['DT_CROWD_OPTIMIZE_VIS',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fad11f447facf1bf42c09de64e9483f3aa',1,'DetourCrowd.h']]], - ['dt_5fcrowd_5fseparation_3627',['DT_CROWD_SEPARATION',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fa07d463e4e35cd6ca1f16e6bede02856e',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5fstate_5finvalid_3628',['DT_CROWDAGENT_STATE_INVALID',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82ac2abcf7abcdba5abeda5801fc771baa8',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5fstate_5foffmesh_3629',['DT_CROWDAGENT_STATE_OFFMESH',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82a4194d4934f447526177f505e93c96fec',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5fstate_5fwalking_3630',['DT_CROWDAGENT_STATE_WALKING',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82ab165ebb808ee9390c7f7ec9f5ea277ec',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5ffailed_3631',['DT_CROWDAGENT_TARGET_FAILED',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45aaa1525e197b2b6add764e97fd3da5ce7',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5fnone_3632',['DT_CROWDAGENT_TARGET_NONE',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a1efdea788539b201e16bcd09e9347ae7',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5frequesting_3633',['DT_CROWDAGENT_TARGET_REQUESTING',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a6cde99476549f0f93d670b33bbdd7876',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5fvalid_3634',['DT_CROWDAGENT_TARGET_VALID',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a45244b4362aee5863d10bd13b5c66551',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5fvelocity_3635',['DT_CROWDAGENT_TARGET_VELOCITY',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a9c2198f765c2c912565af671e5635bbe',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5fwaiting_5ffor_5fpath_3636',['DT_CROWDAGENT_TARGET_WAITING_FOR_PATH',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a0f572e76100f026a51452e63824e26b1',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5ftarget_5fwaiting_5ffor_5fqueue_3637',['DT_CROWDAGENT_TARGET_WAITING_FOR_QUEUE',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a21672fb406e58d9efd8382d0cdcc4d25',1,'DetourCrowd.h']]], - ['dt_5fdetail_5fedge_5fboundary_3638',['DT_DETAIL_EDGE_BOUNDARY',['../DetourNavMesh_8h.html#a42be29b2c7d98704d437ef08e9bc526da2d515783212eec68c805a91b8de1d723',1,'DetourNavMesh.h']]], - ['dt_5ffindpath_5fany_5fangle_3639',['DT_FINDPATH_ANY_ANGLE',['../DetourNavMesh_8h.html#aa783b570776c948098378da1a45e1bacae68dc8af59dbb706ec70f4482590599b',1,'DetourNavMesh.h']]], - ['dt_5fnode_5fclosed_3640',['DT_NODE_CLOSED',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974aa9a4b8aa94ba18584fa07b2d8ad9aac2',1,'DetourNode.h']]], - ['dt_5fnode_5fopen_3641',['DT_NODE_OPEN',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974a792e67a3226f80ca54332bcbdac1c1c9',1,'DetourNode.h']]], - ['dt_5fnode_5fparent_5fdetached_3642',['DT_NODE_PARENT_DETACHED',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974acbfda68f4c9e956d9b2573521a5156e1',1,'DetourNode.h']]], - ['dt_5fobstacle_5fbox_3643',['DT_OBSTACLE_BOX',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971ab654da18354a922d963354e55469a66b',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5fcylinder_3644',['DT_OBSTACLE_CYLINDER',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971a766d09d1314b46ef10e4841c3bee531f',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5fempty_3645',['DT_OBSTACLE_EMPTY',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a094b269c342db86c17d4e378a5b40e91',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5foriented_5fbox_3646',['DT_OBSTACLE_ORIENTED_BOX',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971ab58715685be1dff92c88c3e008f16b04',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5fprocessed_3647',['DT_OBSTACLE_PROCESSED',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a4498b976355b555e4f3f44f83a1c00f4',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5fprocessing_3648',['DT_OBSTACLE_PROCESSING',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0addaffc9e5b62b3804b907d00dd29cc16',1,'DetourTileCache.h']]], - ['dt_5fobstacle_5fremoving_3649',['DT_OBSTACLE_REMOVING',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a994e7077e1e02ba53b4b00d5cf0430fb',1,'DetourTileCache.h']]], - ['dt_5fpolytype_5fground_3650',['DT_POLYTYPE_GROUND',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98a29186313531593c85696d62ff83f6220',1,'DetourNavMesh.h']]], - ['dt_5fpolytype_5foffmesh_5fconnection_3651',['DT_POLYTYPE_OFFMESH_CONNECTION',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98a5454d6f0a19d046264f5305baa7ba858',1,'DetourNavMesh.h']]], - ['dt_5fraycast_5fuse_5fcosts_3652',['DT_RAYCAST_USE_COSTS',['../DetourNavMesh_8h.html#a667a15950cb93797b15be3c958e440f0a904277bd4cec80e1ec2848c010b779e8',1,'DetourNavMesh.h']]], - ['dt_5fstraightpath_5fall_5fcrossings_3653',['DT_STRAIGHTPATH_ALL_CROSSINGS',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4eae6fa64aada65c8ec7458b2a5653d5e02',1,'DetourNavMesh.h']]], - ['dt_5fstraightpath_5farea_5fcrossings_3654',['DT_STRAIGHTPATH_AREA_CROSSINGS',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4ea0b347150cb46ca63c54526df691a9aef',1,'DetourNavMesh.h']]], - ['dt_5fstraightpath_5fend_3655',['DT_STRAIGHTPATH_END',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a3857dec720eca5984c04ecf962b7bfa2',1,'DetourNavMesh.h']]], - ['dt_5fstraightpath_5foffmesh_5fconnection_3656',['DT_STRAIGHTPATH_OFFMESH_CONNECTION',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a6f3af4eb103dca5d2259f7b8770e2c02',1,'DetourNavMesh.h']]], - ['dt_5fstraightpath_5fstart_3657',['DT_STRAIGHTPATH_START',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a45732cca36a4a88b3cc5492dc1c4d55a',1,'DetourNavMesh.h']]], - ['dt_5ftile_5ffree_5fdata_3658',['DT_TILE_FREE_DATA',['../DetourNavMesh_8h.html#ace45ee22124392a9026eb6266000ca1ca454ad5984fddf654fc291123ada94d1b',1,'DetourNavMesh.h']]], - ['du_5fdraw_5flines_3659',['DU_DRAW_LINES',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90daae8de3f08d690327bfb9576eaead88a5',1,'DebugDraw.h']]], - ['du_5fdraw_5fpoints_3660',['DU_DRAW_POINTS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90daf1f6f547b96e18d80d1ac6bb54c66d58',1,'DebugDraw.h']]], - ['du_5fdraw_5fquads_3661',['DU_DRAW_QUADS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90da43d97537acb0edeec852a77c75de6b87',1,'DebugDraw.h']]], - ['du_5fdraw_5ftris_3662',['DU_DRAW_TRIS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90dae12876d337e2889fa1aea98caa926242',1,'DebugDraw.h']]], - ['du_5fdrawnavmesh_5fclosedlist_3663',['DU_DRAWNAVMESH_CLOSEDLIST',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31',1,'DetourDebugDraw.h']]], - ['du_5fdrawnavmesh_5fcolor_5ftiles_3664',['DU_DRAWNAVMESH_COLOR_TILES',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8',1,'DetourDebugDraw.h']]], - ['du_5fdrawnavmesh_5foffmeshcons_3665',['DU_DRAWNAVMESH_OFFMESHCONS',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e',1,'DetourDebugDraw.h']]] + ['drawdetail_5fareas_3595',['DRAWDETAIL_AREAS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2b3e973aac1d955e6f393405f46a975f',1,'Sample_TempObstacles.cpp']]], + ['drawdetail_5fcontours_3596',['DRAWDETAIL_CONTOURS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2f2ebb162afcf9d8049d46c65724a304',1,'Sample_TempObstacles.cpp']]], + ['drawdetail_5fmesh_3597',['DRAWDETAIL_MESH',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa2583848fa9a65a13d8d705a41b45ac81',1,'Sample_TempObstacles.cpp']]], + ['drawdetail_5fregions_3598',['DRAWDETAIL_REGIONS',['../Sample__TempObstacles_8cpp.html#a07b411d5626ca18669a36dbce259699aa9298e963d230a3f0d094748821ecc09c',1,'Sample_TempObstacles.cpp']]], + ['drawmode_5fboth_5fcontours_3599',['DRAWMODE_BOTH_CONTOURS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eac991bf39fdf9cbf6291b45ebd2ede5a4',1,'Sample_TileMesh::DRAWMODE_BOTH_CONTOURS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da9722e468551f5e1012433c4f6a1f7c59',1,'Sample_SoloMesh::DRAWMODE_BOTH_CONTOURS()']]], + ['drawmode_5fcache_5fbounds_3600',['DRAWMODE_CACHE_BOUNDS',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aad240eab884b6fce214ae17ee58ff1fc5',1,'Sample_TempObstacles']]], + ['drawmode_5fcompact_3601',['DRAWMODE_COMPACT',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da8e442daf2e83ef3c05694457b5b33436',1,'Sample_SoloMesh::DRAWMODE_COMPACT()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ead11ba96eb63c1bacc8d1974ad5e14729',1,'Sample_TileMesh::DRAWMODE_COMPACT()']]], + ['drawmode_5fcompact_5fdistance_3602',['DRAWMODE_COMPACT_DISTANCE',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea5835878fb00312ced6fad85225f9f806',1,'Sample_TileMesh::DRAWMODE_COMPACT_DISTANCE()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dab7e81dc808347a112f588f6c20075cda',1,'Sample_SoloMesh::DRAWMODE_COMPACT_DISTANCE()']]], + ['drawmode_5fcompact_5fregions_3603',['DRAWMODE_COMPACT_REGIONS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eae0f799e8f9c5eea7db9e60a14c3ae876',1,'Sample_TileMesh::DRAWMODE_COMPACT_REGIONS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da49df193c0a4344b056b1f6102d3dda70',1,'Sample_SoloMesh::DRAWMODE_COMPACT_REGIONS()']]], + ['drawmode_5fcontours_3604',['DRAWMODE_CONTOURS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea3ebd86d9a1d56808e28f6ffde61f160c',1,'Sample_TileMesh::DRAWMODE_CONTOURS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dafce43a32523d6c5035eefbce35a73826',1,'Sample_SoloMesh::DRAWMODE_CONTOURS()']]], + ['drawmode_5fmesh_3605',['DRAWMODE_MESH',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa03124cf65d838b25406a05e61fe30ce0',1,'Sample_TempObstacles::DRAWMODE_MESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da88b9ae00e25b2e2099647ea4c26a9507',1,'Sample_SoloMesh::DRAWMODE_MESH()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea4742e5992fb0c03b7bb9d6319ef2a212',1,'Sample_TileMesh::DRAWMODE_MESH()']]], + ['drawmode_5fnavmesh_3606',['DRAWMODE_NAVMESH',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eaa58491e33fd7f6047459a759075579fb',1,'Sample_TileMesh::DRAWMODE_NAVMESH()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aaf041b173541f65f9d180dc5ce6c4faca',1,'Sample_TempObstacles::DRAWMODE_NAVMESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daea0fbcc171dd866c11dceb22f8bbb622',1,'Sample_SoloMesh::DRAWMODE_NAVMESH()']]], + ['drawmode_5fnavmesh_5fbvtree_3607',['DRAWMODE_NAVMESH_BVTREE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dacde6a4b06b4f22f9002e93996dd15e99',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_BVTREE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa2c426926db47a33bbb2d0568be000eb1',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_BVTREE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea36ceb4d2f09f2dc3f115c9482384f537',1,'Sample_TileMesh::DRAWMODE_NAVMESH_BVTREE()']]], + ['drawmode_5fnavmesh_5finvis_3608',['DRAWMODE_NAVMESH_INVIS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da98fd365be74b3ea0aa3913f2f2f643da',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_INVIS()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aadf002a04b3f50bc4732a5f0e83fe2b82',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_INVIS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eaaf7a9b84532c1134b86d5984f4c5da25',1,'Sample_TileMesh::DRAWMODE_NAVMESH_INVIS()']]], + ['drawmode_5fnavmesh_5fnodes_3609',['DRAWMODE_NAVMESH_NODES',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daf0388faf72ff6fb0a55a80794eb34ebe',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_NODES()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa20a287a5fb92a18accd304ff5a90ff27',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_NODES()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea51bb43eb213451a78a866934612cbce5',1,'Sample_TileMesh::DRAWMODE_NAVMESH_NODES()']]], + ['drawmode_5fnavmesh_5fportals_3610',['DRAWMODE_NAVMESH_PORTALS',['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa18ab8dd09107286c83c01da1701eef5b',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_PORTALS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea2806d6ae36ddf00223cfe9893d0fde08',1,'Sample_TileMesh::DRAWMODE_NAVMESH_PORTALS()']]], + ['drawmode_5fnavmesh_5ftrans_3611',['DRAWMODE_NAVMESH_TRANS',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea3db7110a709f8a5cf8271a47ccd1d5bc',1,'Sample_TileMesh::DRAWMODE_NAVMESH_TRANS()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66daa8e2ba3c26d26be4309cbf0f2528f6de',1,'Sample_SoloMesh::DRAWMODE_NAVMESH_TRANS()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa31dbf6b027635abacf086f1039c4a59f',1,'Sample_TempObstacles::DRAWMODE_NAVMESH_TRANS()']]], + ['drawmode_5fpolymesh_3612',['DRAWMODE_POLYMESH',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eacf49e2c1b6e94e0175ffce6a8d752957',1,'Sample_TileMesh::DRAWMODE_POLYMESH()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dabcea7748dcffaf33d0fe31e8af538da8',1,'Sample_SoloMesh::DRAWMODE_POLYMESH()']]], + ['drawmode_5fpolymesh_5fdetail_3613',['DRAWMODE_POLYMESH_DETAIL',['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eadaab6e3ba300f45526c8feef80f83828',1,'Sample_TileMesh::DRAWMODE_POLYMESH_DETAIL()'],['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da3cfa09fbea29fe5ad080cf664c026f67',1,'Sample_SoloMesh::DRAWMODE_POLYMESH_DETAIL()']]], + ['drawmode_5fraw_5fcontours_3614',['DRAWMODE_RAW_CONTOURS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8a8e4bb3835a1d5dd15eab30fd2d7c7',1,'Sample_SoloMesh::DRAWMODE_RAW_CONTOURS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea5d1863e80795971db5f2cadd2140134c',1,'Sample_TileMesh::DRAWMODE_RAW_CONTOURS()']]], + ['drawmode_5fregion_5fconnections_3615',['DRAWMODE_REGION_CONNECTIONS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da2ddb380ea865ccc1c8fbf75f44a4dbe7',1,'Sample_SoloMesh::DRAWMODE_REGION_CONNECTIONS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea0b1b4be0a8ce23cf18ec00b8646f9089',1,'Sample_TileMesh::DRAWMODE_REGION_CONNECTIONS()']]], + ['drawmode_5fvoxels_3616',['DRAWMODE_VOXELS',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da79c855d9a3d2f415381199922314b0db',1,'Sample_SoloMesh::DRAWMODE_VOXELS()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9ea96182015a60b98bd4e7134cf28c26fdb',1,'Sample_TileMesh::DRAWMODE_VOXELS()']]], + ['drawmode_5fvoxels_5fwalkable_3617',['DRAWMODE_VOXELS_WALKABLE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66da1b0b737aee4f595a3e4279759d92e4ea',1,'Sample_SoloMesh::DRAWMODE_VOXELS_WALKABLE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eafa79333fa0cd88a039e4b0aae362e13c',1,'Sample_TileMesh::DRAWMODE_VOXELS_WALKABLE()']]], + ['dt_5falloc_5fperm_3618',['DT_ALLOC_PERM',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14da4b5dc5bf08bcea4978a84327c7faf39f',1,'DetourAlloc.h']]], + ['dt_5falloc_5ftemp_3619',['DT_ALLOC_TEMP',['../DetourAlloc_8h.html#a318bc084ec7fefd878cd36e0846bd14da345c28489f1d9c43bb8d528b4dab5aee',1,'DetourAlloc.h']]], + ['dt_5fcompressedtile_5ffree_5fdata_3620',['DT_COMPRESSEDTILE_FREE_DATA',['../DetourTileCache_8h.html#ae7bbfdb463ce9748076a000e6a4f95e7ae39535ace91c26741052d77c5a2dcb8d',1,'DetourTileCache.h']]], + ['dt_5fcrowd_5fanticipate_5fturns_3621',['DT_CROWD_ANTICIPATE_TURNS',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fafeecd3363350e50041dca39352c3e268',1,'DetourCrowd.h']]], + ['dt_5fcrowd_5fobstacle_5favoidance_3622',['DT_CROWD_OBSTACLE_AVOIDANCE',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fad5d5d50e0b623e78e0dd68eb816bcc00',1,'DetourCrowd.h']]], + ['dt_5fcrowd_5foptimize_5ftopo_3623',['DT_CROWD_OPTIMIZE_TOPO',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fa89c6f7f2e49254e775cb2b85259a0a93',1,'DetourCrowd.h']]], + ['dt_5fcrowd_5foptimize_5fvis_3624',['DT_CROWD_OPTIMIZE_VIS',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fad11f447facf1bf42c09de64e9483f3aa',1,'DetourCrowd.h']]], + ['dt_5fcrowd_5fseparation_3625',['DT_CROWD_SEPARATION',['../group__crowd.html#ggaa94b67d2fdcc390690c523f28019e52fa07d463e4e35cd6ca1f16e6bede02856e',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5fstate_5finvalid_3626',['DT_CROWDAGENT_STATE_INVALID',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82ac2abcf7abcdba5abeda5801fc771baa8',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5fstate_5foffmesh_3627',['DT_CROWDAGENT_STATE_OFFMESH',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82a4194d4934f447526177f505e93c96fec',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5fstate_5fwalking_3628',['DT_CROWDAGENT_STATE_WALKING',['../group__crowd.html#gga59bc9aa54705292d8f0f1ad9ca48ca82ab165ebb808ee9390c7f7ec9f5ea277ec',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5ffailed_3629',['DT_CROWDAGENT_TARGET_FAILED',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45aaa1525e197b2b6add764e97fd3da5ce7',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5fnone_3630',['DT_CROWDAGENT_TARGET_NONE',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a1efdea788539b201e16bcd09e9347ae7',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5frequesting_3631',['DT_CROWDAGENT_TARGET_REQUESTING',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a6cde99476549f0f93d670b33bbdd7876',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5fvalid_3632',['DT_CROWDAGENT_TARGET_VALID',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a45244b4362aee5863d10bd13b5c66551',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5fvelocity_3633',['DT_CROWDAGENT_TARGET_VELOCITY',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a9c2198f765c2c912565af671e5635bbe',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5fwaiting_5ffor_5fpath_3634',['DT_CROWDAGENT_TARGET_WAITING_FOR_PATH',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a0f572e76100f026a51452e63824e26b1',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5ftarget_5fwaiting_5ffor_5fqueue_3635',['DT_CROWDAGENT_TARGET_WAITING_FOR_QUEUE',['../DetourCrowd_8h.html#aad3d0709fbef530774fb64258d384b45a21672fb406e58d9efd8382d0cdcc4d25',1,'DetourCrowd.h']]], + ['dt_5fdetail_5fedge_5fboundary_3636',['DT_DETAIL_EDGE_BOUNDARY',['../DetourNavMesh_8h.html#a42be29b2c7d98704d437ef08e9bc526da2d515783212eec68c805a91b8de1d723',1,'DetourNavMesh.h']]], + ['dt_5ffindpath_5fany_5fangle_3637',['DT_FINDPATH_ANY_ANGLE',['../DetourNavMesh_8h.html#aa783b570776c948098378da1a45e1bacae68dc8af59dbb706ec70f4482590599b',1,'DetourNavMesh.h']]], + ['dt_5fnode_5fclosed_3638',['DT_NODE_CLOSED',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974aa9a4b8aa94ba18584fa07b2d8ad9aac2',1,'DetourNode.h']]], + ['dt_5fnode_5fopen_3639',['DT_NODE_OPEN',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974a792e67a3226f80ca54332bcbdac1c1c9',1,'DetourNode.h']]], + ['dt_5fnode_5fparent_5fdetached_3640',['DT_NODE_PARENT_DETACHED',['../DetourNode_8h.html#a2792299fd5fa6e50bb9c5d5b7dd12974acbfda68f4c9e956d9b2573521a5156e1',1,'DetourNode.h']]], + ['dt_5fobstacle_5fbox_3641',['DT_OBSTACLE_BOX',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971ab654da18354a922d963354e55469a66b',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5fcylinder_3642',['DT_OBSTACLE_CYLINDER',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971a766d09d1314b46ef10e4841c3bee531f',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5fempty_3643',['DT_OBSTACLE_EMPTY',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a094b269c342db86c17d4e378a5b40e91',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5foriented_5fbox_3644',['DT_OBSTACLE_ORIENTED_BOX',['../DetourTileCache_8h.html#a9852a22595ceae4debd70f078e037971ab58715685be1dff92c88c3e008f16b04',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5fprocessed_3645',['DT_OBSTACLE_PROCESSED',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a4498b976355b555e4f3f44f83a1c00f4',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5fprocessing_3646',['DT_OBSTACLE_PROCESSING',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0addaffc9e5b62b3804b907d00dd29cc16',1,'DetourTileCache.h']]], + ['dt_5fobstacle_5fremoving_3647',['DT_OBSTACLE_REMOVING',['../DetourTileCache_8h.html#aa7ed646a7dd7b710737b2f9519ba6be0a994e7077e1e02ba53b4b00d5cf0430fb',1,'DetourTileCache.h']]], + ['dt_5fpolytype_5fground_3648',['DT_POLYTYPE_GROUND',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98a29186313531593c85696d62ff83f6220',1,'DetourNavMesh.h']]], + ['dt_5fpolytype_5foffmesh_5fconnection_3649',['DT_POLYTYPE_OFFMESH_CONNECTION',['../DetourNavMesh_8h.html#a19937b4ff098f7c52ee08af1b5f39c98a5454d6f0a19d046264f5305baa7ba858',1,'DetourNavMesh.h']]], + ['dt_5fraycast_5fuse_5fcosts_3650',['DT_RAYCAST_USE_COSTS',['../DetourNavMesh_8h.html#a667a15950cb93797b15be3c958e440f0a904277bd4cec80e1ec2848c010b779e8',1,'DetourNavMesh.h']]], + ['dt_5fstraightpath_5fall_5fcrossings_3651',['DT_STRAIGHTPATH_ALL_CROSSINGS',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4eae6fa64aada65c8ec7458b2a5653d5e02',1,'DetourNavMesh.h']]], + ['dt_5fstraightpath_5farea_5fcrossings_3652',['DT_STRAIGHTPATH_AREA_CROSSINGS',['../DetourNavMesh_8h.html#a41a7f5b74dd90b219858a75208bcac4ea0b347150cb46ca63c54526df691a9aef',1,'DetourNavMesh.h']]], + ['dt_5fstraightpath_5fend_3653',['DT_STRAIGHTPATH_END',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a3857dec720eca5984c04ecf962b7bfa2',1,'DetourNavMesh.h']]], + ['dt_5fstraightpath_5foffmesh_5fconnection_3654',['DT_STRAIGHTPATH_OFFMESH_CONNECTION',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a6f3af4eb103dca5d2259f7b8770e2c02',1,'DetourNavMesh.h']]], + ['dt_5fstraightpath_5fstart_3655',['DT_STRAIGHTPATH_START',['../DetourNavMesh_8h.html#ac8cecf1c1e32f8464a1905edfeaebbc7a45732cca36a4a88b3cc5492dc1c4d55a',1,'DetourNavMesh.h']]], + ['dt_5ftile_5ffree_5fdata_3656',['DT_TILE_FREE_DATA',['../DetourNavMesh_8h.html#ace45ee22124392a9026eb6266000ca1ca454ad5984fddf654fc291123ada94d1b',1,'DetourNavMesh.h']]], + ['du_5fdraw_5flines_3657',['DU_DRAW_LINES',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90daae8de3f08d690327bfb9576eaead88a5',1,'DebugDraw.h']]], + ['du_5fdraw_5fpoints_3658',['DU_DRAW_POINTS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90daf1f6f547b96e18d80d1ac6bb54c66d58',1,'DebugDraw.h']]], + ['du_5fdraw_5fquads_3659',['DU_DRAW_QUADS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90da43d97537acb0edeec852a77c75de6b87',1,'DebugDraw.h']]], + ['du_5fdraw_5ftris_3660',['DU_DRAW_TRIS',['../DebugDraw_8h.html#af30c0ce53d5b11fe9d2da8bbd903e90dae12876d337e2889fa1aea98caa926242',1,'DebugDraw.h']]], + ['du_5fdrawnavmesh_5fclosedlist_3661',['DU_DRAWNAVMESH_CLOSEDLIST',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31',1,'DetourDebugDraw.h']]], + ['du_5fdrawnavmesh_5fcolor_5ftiles_3662',['DU_DRAWNAVMESH_COLOR_TILES',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8',1,'DetourDebugDraw.h']]], + ['du_5fdrawnavmesh_5foffmeshcons_3663',['DU_DRAWNAVMESH_OFFMESHCONS',['../DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e',1,'DetourDebugDraw.h']]] ]; diff --git a/search/enumvalues_1.js b/search/enumvalues_1.js index 041ae323..8258c44a 100644 --- a/search/enumvalues_1.js +++ b/search/enumvalues_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['ev_5fhull_3666',['EV_HULL',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199ccabd0388f662d97f6027f36ea1c9a887df',1,'RecastMeshDetail.cpp']]], - ['ev_5fundef_3667',['EV_UNDEF',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199ccad1171dcfff57cf1425e53bd38d69999d',1,'RecastMeshDetail.cpp']]] + ['ev_5fhull_3664',['EV_HULL',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199ccabd0388f662d97f6027f36ea1c9a887df',1,'RecastMeshDetail.cpp']]], + ['ev_5fundef_3665',['EV_UNDEF',['../RecastMeshDetail_8cpp.html#a2ce1b25dcb60c164cfbe7620244199ccad1171dcfff57cf1425e53bd38d69999d',1,'RecastMeshDetail.cpp']]] ]; diff --git a/search/enumvalues_2.js b/search/enumvalues_2.js index 458c29cb..428835c3 100644 --- a/search/enumvalues_2.js +++ b/search/enumvalues_2.js @@ -1,13 +1,13 @@ var searchData= [ - ['imgui_5falign_5fcenter_3668',['IMGUI_ALIGN_CENTER',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75ac5715ea606af0cc4a0f07f9a8aee41dd',1,'imgui.h']]], - ['imgui_5falign_5fleft_3669',['IMGUI_ALIGN_LEFT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75aea56e4d2752754d8d377c79dc9bd8720',1,'imgui.h']]], - ['imgui_5falign_5fright_3670',['IMGUI_ALIGN_RIGHT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75a4ffe66465428f5149caf83926a4b85d5',1,'imgui.h']]], - ['imgui_5fgfxcmd_5fline_3671',['IMGUI_GFXCMD_LINE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8605796c258c7a0607f7cedc1f5492b1',1,'imgui.h']]], - ['imgui_5fgfxcmd_5frect_3672',['IMGUI_GFXCMD_RECT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8c0cf32cd9b15b75f537590b22ddb923',1,'imgui.h']]], - ['imgui_5fgfxcmd_5fscissor_3673',['IMGUI_GFXCMD_SCISSOR',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca9e92c9da0e7ff64db67b78b213e444ee',1,'imgui.h']]], - ['imgui_5fgfxcmd_5ftext_3674',['IMGUI_GFXCMD_TEXT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca92881daa45ec0ae49b9f48802f22c5c6',1,'imgui.h']]], - ['imgui_5fgfxcmd_5ftriangle_3675',['IMGUI_GFXCMD_TRIANGLE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca80b6621628493473156532a1204c033a',1,'imgui.h']]], - ['imgui_5fmbut_5fleft_3676',['IMGUI_MBUT_LEFT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75adf72e4161c47f203b5849e21f38d2217',1,'imgui.h']]], - ['imgui_5fmbut_5fright_3677',['IMGUI_MBUT_RIGHT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75ab8eb180e6a19ec10ec09f1f6584945f8',1,'imgui.h']]] + ['imgui_5falign_5fcenter_3666',['IMGUI_ALIGN_CENTER',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75ac5715ea606af0cc4a0f07f9a8aee41dd',1,'imgui.h']]], + ['imgui_5falign_5fleft_3667',['IMGUI_ALIGN_LEFT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75aea56e4d2752754d8d377c79dc9bd8720',1,'imgui.h']]], + ['imgui_5falign_5fright_3668',['IMGUI_ALIGN_RIGHT',['../imgui_8h.html#a81f4e8d4b43d08839e074dd84da74d75a4ffe66465428f5149caf83926a4b85d5',1,'imgui.h']]], + ['imgui_5fgfxcmd_5fline_3669',['IMGUI_GFXCMD_LINE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8605796c258c7a0607f7cedc1f5492b1',1,'imgui.h']]], + ['imgui_5fgfxcmd_5frect_3670',['IMGUI_GFXCMD_RECT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca8c0cf32cd9b15b75f537590b22ddb923',1,'imgui.h']]], + ['imgui_5fgfxcmd_5fscissor_3671',['IMGUI_GFXCMD_SCISSOR',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca9e92c9da0e7ff64db67b78b213e444ee',1,'imgui.h']]], + ['imgui_5fgfxcmd_5ftext_3672',['IMGUI_GFXCMD_TEXT',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca92881daa45ec0ae49b9f48802f22c5c6',1,'imgui.h']]], + ['imgui_5fgfxcmd_5ftriangle_3673',['IMGUI_GFXCMD_TRIANGLE',['../imgui_8h.html#abe78cb20eb0e742c2ebc6008bc4f885ca80b6621628493473156532a1204c033a',1,'imgui.h']]], + ['imgui_5fmbut_5fleft_3674',['IMGUI_MBUT_LEFT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75adf72e4161c47f203b5849e21f38d2217',1,'imgui.h']]], + ['imgui_5fmbut_5fright_3675',['IMGUI_MBUT_RIGHT',['../imgui_8h.html#a10190d2044a9d17a87554f32126b6b75ab8eb180e6a19ec10ec09f1f6584945f8',1,'imgui.h']]] ]; diff --git a/search/enumvalues_3.js b/search/enumvalues_3.js index 9d2740c5..7ee9a35b 100644 --- a/search/enumvalues_3.js +++ b/search/enumvalues_3.js @@ -1,5 +1,5 @@ var searchData= [ - ['max_5fdrawmode_3678',['MAX_DRAWMODE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8ad3153e5f19cd59fecff1c383cdcb1',1,'Sample_SoloMesh::MAX_DRAWMODE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa6b45d4a6889c8d9b98d386cfbcd3e7a3',1,'Sample_TempObstacles::MAX_DRAWMODE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eab552cab10902063700d7b86150b3ea64',1,'Sample_TileMesh::MAX_DRAWMODE()']]], - ['max_5ftools_3679',['MAX_TOOLS',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baf21d3b3c7a6296454122cffd465fcb25',1,'Sample.h']]] + ['max_5fdrawmode_3676',['MAX_DRAWMODE',['../classSample__SoloMesh.html#a0b9495bb7c375195b704b91cdf9fd66dac8ad3153e5f19cd59fecff1c383cdcb1',1,'Sample_SoloMesh::MAX_DRAWMODE()'],['../classSample__TempObstacles.html#a6ab371394b122966ab5de8619bd8646aa6b45d4a6889c8d9b98d386cfbcd3e7a3',1,'Sample_TempObstacles::MAX_DRAWMODE()'],['../classSample__TileMesh.html#a46cdc02c19bafa2b469ab431e2858d9eab552cab10902063700d7b86150b3ea64',1,'Sample_TileMesh::MAX_DRAWMODE()']]], + ['max_5ftools_3677',['MAX_TOOLS',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baf21d3b3c7a6296454122cffd465fcb25',1,'Sample.h']]] ]; diff --git a/search/enumvalues_4.js b/search/enumvalues_4.js index b59940ee..48b1c98f 100644 --- a/search/enumvalues_4.js +++ b/search/enumvalues_4.js @@ -1,42 +1,42 @@ var searchData= [ - ['rc_5falloc_5fperm_3680',['RC_ALLOC_PERM',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60ac5753fe6be6e82f85794f719149356a5',1,'RecastAlloc.h']]], - ['rc_5falloc_5ftemp_3681',['RC_ALLOC_TEMP',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60a5e5b510fb1d2422e28f5262d4bd058ee',1,'RecastAlloc.h']]], - ['rc_5faxis_5fx_3682',['RC_AXIS_X',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba4f552701c96db6d643c5ae3741030fda',1,'RecastRasterization.cpp']]], - ['rc_5faxis_5fy_3683',['RC_AXIS_Y',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba505b172a6e189588ed8d8607e857f432',1,'RecastRasterization.cpp']]], - ['rc_5faxis_5fz_3684',['RC_AXIS_Z',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba5b56c442d066db5cc6e612ae9bcadcf4',1,'RecastRasterization.cpp']]], - ['rc_5fcontour_5ftess_5farea_5fedges_3685',['RC_CONTOUR_TESS_AREA_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786faf433dd3fd4cf358173e454a145233810',1,'Recast.h']]], - ['rc_5fcontour_5ftess_5fwall_5fedges_3686',['RC_CONTOUR_TESS_WALL_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786fa895b8adb44c79179f5e22f8f65abe5ed',1,'Recast.h']]], - ['rc_5flog_5ferror_3687',['RC_LOG_ERROR',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba50cefdab02ef964b5f5ba6093752eea9',1,'Recast.h']]], - ['rc_5flog_5fprogress_3688',['RC_LOG_PROGRESS',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba4489590461db6062a1d83986297a1bcd',1,'Recast.h']]], - ['rc_5flog_5fwarning_3689',['RC_LOG_WARNING',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba05dd323a1feaf0c125be248057cc40a5',1,'Recast.h']]], - ['rc_5fmax_5ftimers_3690',['RC_MAX_TIMERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3597bcc0a74259286ba7e06ec236b405',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcompactheightfield_3691',['RC_TIMER_BUILD_COMPACTHEIGHTFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da303c06e25bf4609eb21ba3b668f10bba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_3692',['RC_TIMER_BUILD_CONTOURS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da5bfad3b856c9ff5f3d94231adc363437',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_5fsimplify_3693',['RC_TIMER_BUILD_CONTOURS_SIMPLIFY',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daac93d9ba18d8dedee3b584ef9131fdba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fcontours_5ftrace_3694',['RC_TIMER_BUILD_CONTOURS_TRACE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7780e2f5b2726d76169f8c0a38cfc12b',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_3695',['RC_TIMER_BUILD_DISTANCEFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2d9eae7de0473e03695f147c3b0ed4fe',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_5fblur_3696',['RC_TIMER_BUILD_DISTANCEFIELD_BLUR',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da9452d6a2c2be5c1bb92a20440a42509c',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fdistancefield_5fdist_3697',['RC_TIMER_BUILD_DISTANCEFIELD_DIST',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da95ae391397574299fa86757572dadf78',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5flayers_3698',['RC_TIMER_BUILD_LAYERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daa13252ec42af278ed8b511ef2573efba',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fpolymesh_3699',['RC_TIMER_BUILD_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2db68b2ee0e88bd48f687d8912be2b87',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fpolymeshdetail_3700',['RC_TIMER_BUILD_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da154109a5c78860b81ce9370a6a8debfd',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_3701',['RC_TIMER_BUILD_REGIONS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daeac9f250cd8a04c3d14f8fa548d4b31f',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fexpand_3702',['RC_TIMER_BUILD_REGIONS_EXPAND',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92d9f71f85b57488a09a3d6d0cec04d2',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5ffilter_3703',['RC_TIMER_BUILD_REGIONS_FILTER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da14403d6ce136beb776b9004e73dde436',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fflood_3704',['RC_TIMER_BUILD_REGIONS_FLOOD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da51802900abb3935de5b7dbc2423e2d62',1,'Recast.h']]], - ['rc_5ftimer_5fbuild_5fregions_5fwatershed_3705',['RC_TIMER_BUILD_REGIONS_WATERSHED',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7c9d166e9be3c76d444908348fccde9c',1,'Recast.h']]], - ['rc_5ftimer_5ferode_5farea_3706',['RC_TIMER_ERODE_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dad109da926d20816d0fd7b16001b6e463',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5fborder_3707',['RC_TIMER_FILTER_BORDER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da438af561b3f22c44dd9a4672ab7efa09',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5flow_5fobstacles_3708',['RC_TIMER_FILTER_LOW_OBSTACLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dafd77d72ef738a5bb20b2bfc2753ed3c2',1,'Recast.h']]], - ['rc_5ftimer_5ffilter_5fwalkable_3709',['RC_TIMER_FILTER_WALKABLE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dae2cf8a1eed8d008417af66448900d120',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fbox_5farea_3710',['RC_TIMER_MARK_BOX_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3ba77f8aaeff3f0ea1c0703144701789',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fconvexpoly_5farea_3711',['RC_TIMER_MARK_CONVEXPOLY_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dac76c8eea599c3cf1c7f76a7a90a245b1',1,'Recast.h']]], - ['rc_5ftimer_5fmark_5fcylinder_5farea_3712',['RC_TIMER_MARK_CYLINDER_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daade33c6e1f1b1037e63546ca863d9690',1,'Recast.h']]], - ['rc_5ftimer_5fmedian_5farea_3713',['RC_TIMER_MEDIAN_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daff9bd2eec4ca8457b601f3d8186824bf',1,'Recast.h']]], - ['rc_5ftimer_5fmerge_5fpolymesh_3714',['RC_TIMER_MERGE_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da20a8bc8f7341a3ea1af2b7581b67de6c',1,'Recast.h']]], - ['rc_5ftimer_5fmerge_5fpolymeshdetail_3715',['RC_TIMER_MERGE_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da24182cce77d41ba2d42db93b65dc7535',1,'Recast.h']]], - ['rc_5ftimer_5frasterize_5ftriangles_3716',['RC_TIMER_RASTERIZE_TRIANGLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3fa1b3fe84fd4f3624887a1fa38944e6',1,'Recast.h']]], - ['rc_5ftimer_5ftemp_3717',['RC_TIMER_TEMP',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92968e4f7d7e891393de01a5554f4b8c',1,'Recast.h']]], - ['rc_5ftimer_5ftotal_3718',['RC_TIMER_TOTAL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dade020216459ee686aac7c19d7ee2729a',1,'Recast.h']]] + ['rc_5falloc_5fperm_3678',['RC_ALLOC_PERM',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60ac5753fe6be6e82f85794f719149356a5',1,'RecastAlloc.h']]], + ['rc_5falloc_5ftemp_3679',['RC_ALLOC_TEMP',['../RecastAlloc_8h.html#a1e8b4a818c5bf25bceae59a0b1857e60a5e5b510fb1d2422e28f5262d4bd058ee',1,'RecastAlloc.h']]], + ['rc_5faxis_5fx_3680',['RC_AXIS_X',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba4f552701c96db6d643c5ae3741030fda',1,'RecastRasterization.cpp']]], + ['rc_5faxis_5fy_3681',['RC_AXIS_Y',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba505b172a6e189588ed8d8607e857f432',1,'RecastRasterization.cpp']]], + ['rc_5faxis_5fz_3682',['RC_AXIS_Z',['../RecastRasterization_8cpp.html#a62b583caa984b1e6c218932f3218789ba5b56c442d066db5cc6e612ae9bcadcf4',1,'RecastRasterization.cpp']]], + ['rc_5fcontour_5ftess_5farea_5fedges_3683',['RC_CONTOUR_TESS_AREA_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786faf433dd3fd4cf358173e454a145233810',1,'Recast.h']]], + ['rc_5fcontour_5ftess_5fwall_5fedges_3684',['RC_CONTOUR_TESS_WALL_EDGES',['../Recast_8h.html#a63345b5052e97366027aa92b54c7786fa895b8adb44c79179f5e22f8f65abe5ed',1,'Recast.h']]], + ['rc_5flog_5ferror_3685',['RC_LOG_ERROR',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba50cefdab02ef964b5f5ba6093752eea9',1,'Recast.h']]], + ['rc_5flog_5fprogress_3686',['RC_LOG_PROGRESS',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba4489590461db6062a1d83986297a1bcd',1,'Recast.h']]], + ['rc_5flog_5fwarning_3687',['RC_LOG_WARNING',['../Recast_8h.html#a82cf824a1948a8442785a7ea184f410ba05dd323a1feaf0c125be248057cc40a5',1,'Recast.h']]], + ['rc_5fmax_5ftimers_3688',['RC_MAX_TIMERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3597bcc0a74259286ba7e06ec236b405',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcompactheightfield_3689',['RC_TIMER_BUILD_COMPACTHEIGHTFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da303c06e25bf4609eb21ba3b668f10bba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_3690',['RC_TIMER_BUILD_CONTOURS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da5bfad3b856c9ff5f3d94231adc363437',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_5fsimplify_3691',['RC_TIMER_BUILD_CONTOURS_SIMPLIFY',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daac93d9ba18d8dedee3b584ef9131fdba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fcontours_5ftrace_3692',['RC_TIMER_BUILD_CONTOURS_TRACE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7780e2f5b2726d76169f8c0a38cfc12b',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_3693',['RC_TIMER_BUILD_DISTANCEFIELD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2d9eae7de0473e03695f147c3b0ed4fe',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_5fblur_3694',['RC_TIMER_BUILD_DISTANCEFIELD_BLUR',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da9452d6a2c2be5c1bb92a20440a42509c',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fdistancefield_5fdist_3695',['RC_TIMER_BUILD_DISTANCEFIELD_DIST',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da95ae391397574299fa86757572dadf78',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5flayers_3696',['RC_TIMER_BUILD_LAYERS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daa13252ec42af278ed8b511ef2573efba',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fpolymesh_3697',['RC_TIMER_BUILD_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da2db68b2ee0e88bd48f687d8912be2b87',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fpolymeshdetail_3698',['RC_TIMER_BUILD_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da154109a5c78860b81ce9370a6a8debfd',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_3699',['RC_TIMER_BUILD_REGIONS',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daeac9f250cd8a04c3d14f8fa548d4b31f',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fexpand_3700',['RC_TIMER_BUILD_REGIONS_EXPAND',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92d9f71f85b57488a09a3d6d0cec04d2',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5ffilter_3701',['RC_TIMER_BUILD_REGIONS_FILTER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da14403d6ce136beb776b9004e73dde436',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fflood_3702',['RC_TIMER_BUILD_REGIONS_FLOOD',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da51802900abb3935de5b7dbc2423e2d62',1,'Recast.h']]], + ['rc_5ftimer_5fbuild_5fregions_5fwatershed_3703',['RC_TIMER_BUILD_REGIONS_WATERSHED',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da7c9d166e9be3c76d444908348fccde9c',1,'Recast.h']]], + ['rc_5ftimer_5ferode_5farea_3704',['RC_TIMER_ERODE_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dad109da926d20816d0fd7b16001b6e463',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5fborder_3705',['RC_TIMER_FILTER_BORDER',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da438af561b3f22c44dd9a4672ab7efa09',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5flow_5fobstacles_3706',['RC_TIMER_FILTER_LOW_OBSTACLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dafd77d72ef738a5bb20b2bfc2753ed3c2',1,'Recast.h']]], + ['rc_5ftimer_5ffilter_5fwalkable_3707',['RC_TIMER_FILTER_WALKABLE',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dae2cf8a1eed8d008417af66448900d120',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fbox_5farea_3708',['RC_TIMER_MARK_BOX_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3ba77f8aaeff3f0ea1c0703144701789',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fconvexpoly_5farea_3709',['RC_TIMER_MARK_CONVEXPOLY_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dac76c8eea599c3cf1c7f76a7a90a245b1',1,'Recast.h']]], + ['rc_5ftimer_5fmark_5fcylinder_5farea_3710',['RC_TIMER_MARK_CYLINDER_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daade33c6e1f1b1037e63546ca863d9690',1,'Recast.h']]], + ['rc_5ftimer_5fmedian_5farea_3711',['RC_TIMER_MEDIAN_AREA',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18daff9bd2eec4ca8457b601f3d8186824bf',1,'Recast.h']]], + ['rc_5ftimer_5fmerge_5fpolymesh_3712',['RC_TIMER_MERGE_POLYMESH',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da20a8bc8f7341a3ea1af2b7581b67de6c',1,'Recast.h']]], + ['rc_5ftimer_5fmerge_5fpolymeshdetail_3713',['RC_TIMER_MERGE_POLYMESHDETAIL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da24182cce77d41ba2d42db93b65dc7535',1,'Recast.h']]], + ['rc_5ftimer_5frasterize_5ftriangles_3714',['RC_TIMER_RASTERIZE_TRIANGLES',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da3fa1b3fe84fd4f3624887a1fa38944e6',1,'Recast.h']]], + ['rc_5ftimer_5ftemp_3715',['RC_TIMER_TEMP',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18da92968e4f7d7e891393de01a5554f4b8c',1,'Recast.h']]], + ['rc_5ftimer_5ftotal_3716',['RC_TIMER_TOTAL',['../Recast_8h.html#a0d44e82cf0c9a0df344aaff8654ea18dade020216459ee686aac7c19d7ee2729a',1,'Recast.h']]] ]; diff --git a/search/enumvalues_5.js b/search/enumvalues_5.js index 45a2b0ac..98ba589a 100644 --- a/search/enumvalues_5.js +++ b/search/enumvalues_5.js @@ -1,18 +1,18 @@ var searchData= [ - ['sample_5fpartition_5flayers_3719',['SAMPLE_PARTITION_LAYERS',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a1fae7df00c1a8f165833e48c67692627',1,'Sample.h']]], - ['sample_5fpartition_5fmonotone_3720',['SAMPLE_PARTITION_MONOTONE',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1aa44dc0eb2004b683d4297b7d46cfe979',1,'Sample.h']]], - ['sample_5fpartition_5fwatershed_3721',['SAMPLE_PARTITION_WATERSHED',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a4fe0d0ba0791fe2280ff3821177766a9',1,'Sample.h']]], - ['sample_5fpolyarea_5fdoor_3722',['SAMPLE_POLYAREA_DOOR',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa8dde3ccaff5b35fee2ce73d5744cae9e',1,'Sample.h']]], - ['sample_5fpolyarea_5fgrass_3723',['SAMPLE_POLYAREA_GRASS',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daaa740ac4d510c2a3abe962fbfb793f1dc',1,'Sample.h']]], - ['sample_5fpolyarea_5fground_3724',['SAMPLE_POLYAREA_GROUND',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daade496ba823714eb3b6d31fa9c1297388',1,'Sample.h']]], - ['sample_5fpolyarea_5fjump_3725',['SAMPLE_POLYAREA_JUMP',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daac03a57a3286b6b9f4a5dcc403e269b2e',1,'Sample.h']]], - ['sample_5fpolyarea_5froad_3726',['SAMPLE_POLYAREA_ROAD',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daacb78d7e68ad58b5bc62c2313cf3b0e38',1,'Sample.h']]], - ['sample_5fpolyarea_5fwater_3727',['SAMPLE_POLYAREA_WATER',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa08ea8d5a36716a7e74a6c73a25bcadbe',1,'Sample.h']]], - ['sample_5fpolyflags_5fall_3728',['SAMPLE_POLYFLAGS_ALL',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8daa00f1707b9fb5af90130ee64d133e68f',1,'Sample.h']]], - ['sample_5fpolyflags_5fdisabled_3729',['SAMPLE_POLYFLAGS_DISABLED',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da2646db68ba40d4004ffb88a37717c4d1',1,'Sample.h']]], - ['sample_5fpolyflags_5fdoor_3730',['SAMPLE_POLYFLAGS_DOOR',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da7d04a970d5e5fa624733a4be27470f3c',1,'Sample.h']]], - ['sample_5fpolyflags_5fjump_3731',['SAMPLE_POLYFLAGS_JUMP',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da15efc6d182fbdd962d5b28f77d3c9e8f',1,'Sample.h']]], - ['sample_5fpolyflags_5fswim_3732',['SAMPLE_POLYFLAGS_SWIM',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da01b0f8a3c0e3f5e7c4c9fa79c13981ea',1,'Sample.h']]], - ['sample_5fpolyflags_5fwalk_3733',['SAMPLE_POLYFLAGS_WALK',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da56be2036bea60e03345da8f4897a4682',1,'Sample.h']]] + ['sample_5fpartition_5flayers_3717',['SAMPLE_PARTITION_LAYERS',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a1fae7df00c1a8f165833e48c67692627',1,'Sample.h']]], + ['sample_5fpartition_5fmonotone_3718',['SAMPLE_PARTITION_MONOTONE',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1aa44dc0eb2004b683d4297b7d46cfe979',1,'Sample.h']]], + ['sample_5fpartition_5fwatershed_3719',['SAMPLE_PARTITION_WATERSHED',['../Sample_8h.html#a73f95e7eb01a7e948ecfa34b9cebcdc1a4fe0d0ba0791fe2280ff3821177766a9',1,'Sample.h']]], + ['sample_5fpolyarea_5fdoor_3720',['SAMPLE_POLYAREA_DOOR',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa8dde3ccaff5b35fee2ce73d5744cae9e',1,'Sample.h']]], + ['sample_5fpolyarea_5fgrass_3721',['SAMPLE_POLYAREA_GRASS',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daaa740ac4d510c2a3abe962fbfb793f1dc',1,'Sample.h']]], + ['sample_5fpolyarea_5fground_3722',['SAMPLE_POLYAREA_GROUND',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daade496ba823714eb3b6d31fa9c1297388',1,'Sample.h']]], + ['sample_5fpolyarea_5fjump_3723',['SAMPLE_POLYAREA_JUMP',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daac03a57a3286b6b9f4a5dcc403e269b2e',1,'Sample.h']]], + ['sample_5fpolyarea_5froad_3724',['SAMPLE_POLYAREA_ROAD',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daacb78d7e68ad58b5bc62c2313cf3b0e38',1,'Sample.h']]], + ['sample_5fpolyarea_5fwater_3725',['SAMPLE_POLYAREA_WATER',['../Sample_8h.html#a588cb37d59e832fa4f2606474769b6daa08ea8d5a36716a7e74a6c73a25bcadbe',1,'Sample.h']]], + ['sample_5fpolyflags_5fall_3726',['SAMPLE_POLYFLAGS_ALL',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8daa00f1707b9fb5af90130ee64d133e68f',1,'Sample.h']]], + ['sample_5fpolyflags_5fdisabled_3727',['SAMPLE_POLYFLAGS_DISABLED',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da2646db68ba40d4004ffb88a37717c4d1',1,'Sample.h']]], + ['sample_5fpolyflags_5fdoor_3728',['SAMPLE_POLYFLAGS_DOOR',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da7d04a970d5e5fa624733a4be27470f3c',1,'Sample.h']]], + ['sample_5fpolyflags_5fjump_3729',['SAMPLE_POLYFLAGS_JUMP',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da15efc6d182fbdd962d5b28f77d3c9e8f',1,'Sample.h']]], + ['sample_5fpolyflags_5fswim_3730',['SAMPLE_POLYFLAGS_SWIM',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da01b0f8a3c0e3f5e7c4c9fa79c13981ea',1,'Sample.h']]], + ['sample_5fpolyflags_5fwalk_3731',['SAMPLE_POLYFLAGS_WALK',['../Sample_8h.html#a7f96856c3ec53bcd8dab2396ae743f8da56be2036bea60e03345da8f4897a4682',1,'Sample.h']]] ]; diff --git a/search/enumvalues_6.js b/search/enumvalues_6.js index 62971c9f..316e59d5 100644 --- a/search/enumvalues_6.js +++ b/search/enumvalues_6.js @@ -1,12 +1,12 @@ var searchData= [ - ['tool_5fconvex_5fvolume_3734',['TOOL_CONVEX_VOLUME',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0a31d2fb717946c688d04888a81c2063',1,'Sample.h']]], - ['tool_5fcrowd_3735',['TOOL_CROWD',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba2c02ab36128a429e63f30ac3beea2a12',1,'Sample.h']]], - ['tool_5fnavmesh_5fprune_3736',['TOOL_NAVMESH_PRUNE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba23046ac29087338ff7e8b24cc1778fef',1,'Sample.h']]], - ['tool_5fnavmesh_5ftester_3737',['TOOL_NAVMESH_TESTER',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0b913f987aa3e318b76065cfa4985815',1,'Sample.h']]], - ['tool_5fnone_3738',['TOOL_NONE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baea1b4490f1a21f7bd637324c9a46474e',1,'Sample.h']]], - ['tool_5foffmesh_5fconnection_3739',['TOOL_OFFMESH_CONNECTION',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0c30e9d3ebdeca5bddecc218dc342b98',1,'Sample.h']]], - ['tool_5ftemp_5fobstacle_3740',['TOOL_TEMP_OBSTACLE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba5b84b6b324182b6d84255bf90ba84468',1,'Sample.h']]], - ['tool_5ftile_5fedit_3741',['TOOL_TILE_EDIT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba3cf3ab9c4ec7c40ff509f7eaab437d1b',1,'Sample.h']]], - ['tool_5ftile_5fhighlight_3742',['TOOL_TILE_HIGHLIGHT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba9657bb5c075ec7d34b297a657ce25d74',1,'Sample.h']]] + ['tool_5fconvex_5fvolume_3732',['TOOL_CONVEX_VOLUME',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0a31d2fb717946c688d04888a81c2063',1,'Sample.h']]], + ['tool_5fcrowd_3733',['TOOL_CROWD',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba2c02ab36128a429e63f30ac3beea2a12',1,'Sample.h']]], + ['tool_5fnavmesh_5fprune_3734',['TOOL_NAVMESH_PRUNE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba23046ac29087338ff7e8b24cc1778fef',1,'Sample.h']]], + ['tool_5fnavmesh_5ftester_3735',['TOOL_NAVMESH_TESTER',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0b913f987aa3e318b76065cfa4985815',1,'Sample.h']]], + ['tool_5fnone_3736',['TOOL_NONE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125baea1b4490f1a21f7bd637324c9a46474e',1,'Sample.h']]], + ['tool_5foffmesh_5fconnection_3737',['TOOL_OFFMESH_CONNECTION',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba0c30e9d3ebdeca5bddecc218dc342b98',1,'Sample.h']]], + ['tool_5ftemp_5fobstacle_3738',['TOOL_TEMP_OBSTACLE',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba5b84b6b324182b6d84255bf90ba84468',1,'Sample.h']]], + ['tool_5ftile_5fedit_3739',['TOOL_TILE_EDIT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba3cf3ab9c4ec7c40ff509f7eaab437d1b',1,'Sample.h']]], + ['tool_5ftile_5fhighlight_3740',['TOOL_TILE_HIGHLIGHT',['../Sample_8h.html#ae448bf9be534170ca5b5f8c97256125ba9657bb5c075ec7d34b297a657ce25d74',1,'Sample.h']]] ]; diff --git a/search/files_0.js b/search/files_0.js index b5a22d66..8ff60dbd 100644 --- a/search/files_0.js +++ b/search/files_0.js @@ -1,11 +1,11 @@ var searchData= [ - ['chunkytrimesh_2ecpp_1988',['ChunkyTriMesh.cpp',['../ChunkyTriMesh_8cpp.html',1,'']]], - ['chunkytrimesh_2eh_1989',['ChunkyTriMesh.h',['../ChunkyTriMesh_8h.html',1,'']]], - ['code_5fof_5fconduct_2emd_1990',['CODE_OF_CONDUCT.md',['../CODE__OF__CONDUCT_8md.html',1,'']]], - ['contributing_2emd_1991',['CONTRIBUTING.md',['../CONTRIBUTING_8md.html',1,'']]], - ['convexvolumetool_2ecpp_1992',['ConvexVolumeTool.cpp',['../ConvexVolumeTool_8cpp.html',1,'']]], - ['convexvolumetool_2eh_1993',['ConvexVolumeTool.h',['../ConvexVolumeTool_8h.html',1,'']]], - ['crowdtool_2ecpp_1994',['CrowdTool.cpp',['../CrowdTool_8cpp.html',1,'']]], - ['crowdtool_2eh_1995',['CrowdTool.h',['../CrowdTool_8h.html',1,'']]] + ['chunkytrimesh_2ecpp_1987',['ChunkyTriMesh.cpp',['../ChunkyTriMesh_8cpp.html',1,'']]], + ['chunkytrimesh_2eh_1988',['ChunkyTriMesh.h',['../ChunkyTriMesh_8h.html',1,'']]], + ['code_5fof_5fconduct_2emd_1989',['CODE_OF_CONDUCT.md',['../CODE__OF__CONDUCT_8md.html',1,'']]], + ['contributing_2emd_1990',['CONTRIBUTING.md',['../CONTRIBUTING_8md.html',1,'']]], + ['convexvolumetool_2ecpp_1991',['ConvexVolumeTool.cpp',['../ConvexVolumeTool_8cpp.html',1,'']]], + ['convexvolumetool_2eh_1992',['ConvexVolumeTool.h',['../ConvexVolumeTool_8h.html',1,'']]], + ['crowdtool_2ecpp_1993',['CrowdTool.cpp',['../CrowdTool_8cpp.html',1,'']]], + ['crowdtool_2eh_1994',['CrowdTool.h',['../CrowdTool_8h.html',1,'']]] ]; diff --git a/search/files_1.js b/search/files_1.js index 3ca365c3..5ce8b45f 100644 --- a/search/files_1.js +++ b/search/files_1.js @@ -1,39 +1,39 @@ var searchData= [ - ['debugdraw_2ecpp_1996',['DebugDraw.cpp',['../DebugDraw_8cpp.html',1,'']]], - ['debugdraw_2eh_1997',['DebugDraw.h',['../DebugDraw_8h.html',1,'']]], - ['detouralloc_2ecpp_1998',['DetourAlloc.cpp',['../DetourAlloc_8cpp.html',1,'']]], - ['detouralloc_2eh_1999',['DetourAlloc.h',['../DetourAlloc_8h.html',1,'']]], - ['detourassert_2ecpp_2000',['DetourAssert.cpp',['../DetourAssert_8cpp.html',1,'']]], - ['detourassert_2eh_2001',['DetourAssert.h',['../DetourAssert_8h.html',1,'']]], - ['detourcommon_2ecpp_2002',['DetourCommon.cpp',['../DetourCommon_8cpp.html',1,'']]], - ['detourcommon_2eh_2003',['DetourCommon.h',['../DetourCommon_8h.html',1,'']]], - ['detourcrowd_2ecpp_2004',['DetourCrowd.cpp',['../DetourCrowd_8cpp.html',1,'']]], - ['detourcrowd_2eh_2005',['DetourCrowd.h',['../DetourCrowd_8h.html',1,'']]], - ['detourdebugdraw_2ecpp_2006',['DetourDebugDraw.cpp',['../DetourDebugDraw_8cpp.html',1,'']]], - ['detourdebugdraw_2eh_2007',['DetourDebugDraw.h',['../DetourDebugDraw_8h.html',1,'']]], - ['detourlocalboundary_2ecpp_2008',['DetourLocalBoundary.cpp',['../DetourLocalBoundary_8cpp.html',1,'']]], - ['detourlocalboundary_2eh_2009',['DetourLocalBoundary.h',['../DetourLocalBoundary_8h.html',1,'']]], - ['detourmath_2eh_2010',['DetourMath.h',['../DetourMath_8h.html',1,'']]], - ['detournavmesh_2ecpp_2011',['DetourNavMesh.cpp',['../DetourNavMesh_8cpp.html',1,'']]], - ['detournavmesh_2eh_2012',['DetourNavMesh.h',['../DetourNavMesh_8h.html',1,'']]], - ['detournavmeshbuilder_2ecpp_2013',['DetourNavMeshBuilder.cpp',['../DetourNavMeshBuilder_8cpp.html',1,'']]], - ['detournavmeshbuilder_2eh_2014',['DetourNavMeshBuilder.h',['../DetourNavMeshBuilder_8h.html',1,'']]], - ['detournavmeshquery_2ecpp_2015',['DetourNavMeshQuery.cpp',['../DetourNavMeshQuery_8cpp.html',1,'']]], - ['detournavmeshquery_2eh_2016',['DetourNavMeshQuery.h',['../DetourNavMeshQuery_8h.html',1,'']]], - ['detournode_2ecpp_2017',['DetourNode.cpp',['../DetourNode_8cpp.html',1,'']]], - ['detournode_2eh_2018',['DetourNode.h',['../DetourNode_8h.html',1,'']]], - ['detourobstacleavoidance_2ecpp_2019',['DetourObstacleAvoidance.cpp',['../DetourObstacleAvoidance_8cpp.html',1,'']]], - ['detourobstacleavoidance_2eh_2020',['DetourObstacleAvoidance.h',['../DetourObstacleAvoidance_8h.html',1,'']]], - ['detourpathcorridor_2ecpp_2021',['DetourPathCorridor.cpp',['../DetourPathCorridor_8cpp.html',1,'']]], - ['detourpathcorridor_2eh_2022',['DetourPathCorridor.h',['../DetourPathCorridor_8h.html',1,'']]], - ['detourpathqueue_2ecpp_2023',['DetourPathQueue.cpp',['../DetourPathQueue_8cpp.html',1,'']]], - ['detourpathqueue_2eh_2024',['DetourPathQueue.h',['../DetourPathQueue_8h.html',1,'']]], - ['detourproximitygrid_2ecpp_2025',['DetourProximityGrid.cpp',['../DetourProximityGrid_8cpp.html',1,'']]], - ['detourproximitygrid_2eh_2026',['DetourProximityGrid.h',['../DetourProximityGrid_8h.html',1,'']]], - ['detourstatus_2eh_2027',['DetourStatus.h',['../DetourStatus_8h.html',1,'']]], - ['detourtilecache_2ecpp_2028',['DetourTileCache.cpp',['../DetourTileCache_8cpp.html',1,'']]], - ['detourtilecache_2eh_2029',['DetourTileCache.h',['../DetourTileCache_8h.html',1,'']]], - ['detourtilecachebuilder_2ecpp_2030',['DetourTileCacheBuilder.cpp',['../DetourTileCacheBuilder_8cpp.html',1,'']]], - ['detourtilecachebuilder_2eh_2031',['DetourTileCacheBuilder.h',['../DetourTileCacheBuilder_8h.html',1,'']]] + ['debugdraw_2ecpp_1995',['DebugDraw.cpp',['../DebugDraw_8cpp.html',1,'']]], + ['debugdraw_2eh_1996',['DebugDraw.h',['../DebugDraw_8h.html',1,'']]], + ['detouralloc_2ecpp_1997',['DetourAlloc.cpp',['../DetourAlloc_8cpp.html',1,'']]], + ['detouralloc_2eh_1998',['DetourAlloc.h',['../DetourAlloc_8h.html',1,'']]], + ['detourassert_2ecpp_1999',['DetourAssert.cpp',['../DetourAssert_8cpp.html',1,'']]], + ['detourassert_2eh_2000',['DetourAssert.h',['../DetourAssert_8h.html',1,'']]], + ['detourcommon_2ecpp_2001',['DetourCommon.cpp',['../DetourCommon_8cpp.html',1,'']]], + ['detourcommon_2eh_2002',['DetourCommon.h',['../DetourCommon_8h.html',1,'']]], + ['detourcrowd_2ecpp_2003',['DetourCrowd.cpp',['../DetourCrowd_8cpp.html',1,'']]], + ['detourcrowd_2eh_2004',['DetourCrowd.h',['../DetourCrowd_8h.html',1,'']]], + ['detourdebugdraw_2ecpp_2005',['DetourDebugDraw.cpp',['../DetourDebugDraw_8cpp.html',1,'']]], + ['detourdebugdraw_2eh_2006',['DetourDebugDraw.h',['../DetourDebugDraw_8h.html',1,'']]], + ['detourlocalboundary_2ecpp_2007',['DetourLocalBoundary.cpp',['../DetourLocalBoundary_8cpp.html',1,'']]], + ['detourlocalboundary_2eh_2008',['DetourLocalBoundary.h',['../DetourLocalBoundary_8h.html',1,'']]], + ['detourmath_2eh_2009',['DetourMath.h',['../DetourMath_8h.html',1,'']]], + ['detournavmesh_2ecpp_2010',['DetourNavMesh.cpp',['../DetourNavMesh_8cpp.html',1,'']]], + ['detournavmesh_2eh_2011',['DetourNavMesh.h',['../DetourNavMesh_8h.html',1,'']]], + ['detournavmeshbuilder_2ecpp_2012',['DetourNavMeshBuilder.cpp',['../DetourNavMeshBuilder_8cpp.html',1,'']]], + ['detournavmeshbuilder_2eh_2013',['DetourNavMeshBuilder.h',['../DetourNavMeshBuilder_8h.html',1,'']]], + ['detournavmeshquery_2ecpp_2014',['DetourNavMeshQuery.cpp',['../DetourNavMeshQuery_8cpp.html',1,'']]], + ['detournavmeshquery_2eh_2015',['DetourNavMeshQuery.h',['../DetourNavMeshQuery_8h.html',1,'']]], + ['detournode_2ecpp_2016',['DetourNode.cpp',['../DetourNode_8cpp.html',1,'']]], + ['detournode_2eh_2017',['DetourNode.h',['../DetourNode_8h.html',1,'']]], + ['detourobstacleavoidance_2ecpp_2018',['DetourObstacleAvoidance.cpp',['../DetourObstacleAvoidance_8cpp.html',1,'']]], + ['detourobstacleavoidance_2eh_2019',['DetourObstacleAvoidance.h',['../DetourObstacleAvoidance_8h.html',1,'']]], + ['detourpathcorridor_2ecpp_2020',['DetourPathCorridor.cpp',['../DetourPathCorridor_8cpp.html',1,'']]], + ['detourpathcorridor_2eh_2021',['DetourPathCorridor.h',['../DetourPathCorridor_8h.html',1,'']]], + ['detourpathqueue_2ecpp_2022',['DetourPathQueue.cpp',['../DetourPathQueue_8cpp.html',1,'']]], + ['detourpathqueue_2eh_2023',['DetourPathQueue.h',['../DetourPathQueue_8h.html',1,'']]], + ['detourproximitygrid_2ecpp_2024',['DetourProximityGrid.cpp',['../DetourProximityGrid_8cpp.html',1,'']]], + ['detourproximitygrid_2eh_2025',['DetourProximityGrid.h',['../DetourProximityGrid_8h.html',1,'']]], + ['detourstatus_2eh_2026',['DetourStatus.h',['../DetourStatus_8h.html',1,'']]], + ['detourtilecache_2ecpp_2027',['DetourTileCache.cpp',['../DetourTileCache_8cpp.html',1,'']]], + ['detourtilecache_2eh_2028',['DetourTileCache.h',['../DetourTileCache_8h.html',1,'']]], + ['detourtilecachebuilder_2ecpp_2029',['DetourTileCacheBuilder.cpp',['../DetourTileCacheBuilder_8cpp.html',1,'']]], + ['detourtilecachebuilder_2eh_2030',['DetourTileCacheBuilder.h',['../DetourTileCacheBuilder_8h.html',1,'']]] ]; diff --git a/search/files_2.js b/search/files_2.js index 5c04e9f2..39378874 100644 --- a/search/files_2.js +++ b/search/files_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['filelist_2ecpp_2032',['Filelist.cpp',['../Filelist_8cpp.html',1,'']]], - ['filelist_2eh_2033',['Filelist.h',['../Filelist_8h.html',1,'']]] + ['filelist_2ecpp_2031',['Filelist.cpp',['../Filelist_8cpp.html',1,'']]], + ['filelist_2eh_2032',['Filelist.h',['../Filelist_8h.html',1,'']]] ]; diff --git a/search/files_3.js b/search/files_3.js index 5c6b876e..b8a2afac 100644 --- a/search/files_3.js +++ b/search/files_3.js @@ -1,9 +1,9 @@ var searchData= [ - ['imgui_2ecpp_2034',['imgui.cpp',['../imgui_8cpp.html',1,'']]], - ['imgui_2eh_2035',['imgui.h',['../imgui_8h.html',1,'']]], - ['imguirendergl_2ecpp_2036',['imguiRenderGL.cpp',['../imguiRenderGL_8cpp.html',1,'']]], - ['imguirendergl_2eh_2037',['imguiRenderGL.h',['../imguiRenderGL_8h.html',1,'']]], - ['inputgeom_2ecpp_2038',['InputGeom.cpp',['../InputGeom_8cpp.html',1,'']]], - ['inputgeom_2eh_2039',['InputGeom.h',['../InputGeom_8h.html',1,'']]] + ['imgui_2ecpp_2033',['imgui.cpp',['../imgui_8cpp.html',1,'']]], + ['imgui_2eh_2034',['imgui.h',['../imgui_8h.html',1,'']]], + ['imguirendergl_2ecpp_2035',['imguiRenderGL.cpp',['../imguiRenderGL_8cpp.html',1,'']]], + ['imguirendergl_2eh_2036',['imguiRenderGL.h',['../imguiRenderGL_8h.html',1,'']]], + ['inputgeom_2ecpp_2037',['InputGeom.cpp',['../InputGeom_8cpp.html',1,'']]], + ['inputgeom_2eh_2038',['InputGeom.h',['../InputGeom_8h.html',1,'']]] ]; diff --git a/search/files_4.js b/search/files_4.js index 6f725c3c..06362641 100644 --- a/search/files_4.js +++ b/search/files_4.js @@ -1,6 +1,6 @@ var searchData= [ - ['main_2ecpp_2040',['main.cpp',['../main_8cpp.html',1,'']]], - ['meshloaderobj_2ecpp_2041',['MeshLoaderObj.cpp',['../MeshLoaderObj_8cpp.html',1,'']]], - ['meshloaderobj_2eh_2042',['MeshLoaderObj.h',['../MeshLoaderObj_8h.html',1,'']]] + ['main_2ecpp_2039',['main.cpp',['../main_8cpp.html',1,'']]], + ['meshloaderobj_2ecpp_2040',['MeshLoaderObj.cpp',['../MeshLoaderObj_8cpp.html',1,'']]], + ['meshloaderobj_2eh_2041',['MeshLoaderObj.h',['../MeshLoaderObj_8h.html',1,'']]] ]; diff --git a/search/files_5.js b/search/files_5.js index 9167d557..8201368e 100644 --- a/search/files_5.js +++ b/search/files_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['navmeshprunetool_2ecpp_2043',['NavMeshPruneTool.cpp',['../NavMeshPruneTool_8cpp.html',1,'']]], - ['navmeshprunetool_2eh_2044',['NavMeshPruneTool.h',['../NavMeshPruneTool_8h.html',1,'']]], - ['navmeshtestertool_2ecpp_2045',['NavMeshTesterTool.cpp',['../NavMeshTesterTool_8cpp.html',1,'']]], - ['navmeshtestertool_2eh_2046',['NavMeshTesterTool.h',['../NavMeshTesterTool_8h.html',1,'']]] + ['navmeshprunetool_2ecpp_2042',['NavMeshPruneTool.cpp',['../NavMeshPruneTool_8cpp.html',1,'']]], + ['navmeshprunetool_2eh_2043',['NavMeshPruneTool.h',['../NavMeshPruneTool_8h.html',1,'']]], + ['navmeshtestertool_2ecpp_2044',['NavMeshTesterTool.cpp',['../NavMeshTesterTool_8cpp.html',1,'']]], + ['navmeshtestertool_2eh_2045',['NavMeshTesterTool.h',['../NavMeshTesterTool_8h.html',1,'']]] ]; diff --git a/search/files_6.js b/search/files_6.js index 2ecfa91c..8e37923f 100644 --- a/search/files_6.js +++ b/search/files_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['offmeshconnectiontool_2ecpp_2047',['OffMeshConnectionTool.cpp',['../OffMeshConnectionTool_8cpp.html',1,'']]], - ['offmeshconnectiontool_2eh_2048',['OffMeshConnectionTool.h',['../OffMeshConnectionTool_8h.html',1,'']]] + ['offmeshconnectiontool_2ecpp_2046',['OffMeshConnectionTool.cpp',['../OffMeshConnectionTool_8cpp.html',1,'']]], + ['offmeshconnectiontool_2eh_2047',['OffMeshConnectionTool.h',['../OffMeshConnectionTool_8h.html',1,'']]] ]; diff --git a/search/files_7.js b/search/files_7.js index 971ba8a6..07a1298b 100644 --- a/search/files_7.js +++ b/search/files_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['perftimer_2ecpp_2049',['PerfTimer.cpp',['../PerfTimer_8cpp.html',1,'']]], - ['perftimer_2eh_2050',['PerfTimer.h',['../PerfTimer_8h.html',1,'']]] + ['perftimer_2ecpp_2048',['PerfTimer.cpp',['../PerfTimer_8cpp.html',1,'']]], + ['perftimer_2eh_2049',['PerfTimer.h',['../PerfTimer_8h.html',1,'']]] ]; diff --git a/search/files_8.js b/search/files_8.js index 95b7095e..6f99f4c5 100644 --- a/search/files_8.js +++ b/search/files_8.js @@ -1,24 +1,24 @@ var searchData= [ - ['readme_2emd_2051',['README.md',['../README_8md.html',1,'']]], - ['recast_2ecpp_2052',['Recast.cpp',['../Recast_8cpp.html',1,'']]], - ['recast_2eh_2053',['Recast.h',['../Recast_8h.html',1,'']]], - ['recast_5fapi_2etxt_2054',['Recast_api.txt',['../Recast__api_8txt.html',1,'']]], - ['recastalloc_2ecpp_2055',['RecastAlloc.cpp',['../RecastAlloc_8cpp.html',1,'']]], - ['recastalloc_2eh_2056',['RecastAlloc.h',['../RecastAlloc_8h.html',1,'']]], - ['recastarea_2ecpp_2057',['RecastArea.cpp',['../RecastArea_8cpp.html',1,'']]], - ['recastassert_2ecpp_2058',['RecastAssert.cpp',['../RecastAssert_8cpp.html',1,'']]], - ['recastassert_2eh_2059',['RecastAssert.h',['../RecastAssert_8h.html',1,'']]], - ['recastcontour_2ecpp_2060',['RecastContour.cpp',['../RecastContour_8cpp.html',1,'']]], - ['recastdebugdraw_2ecpp_2061',['RecastDebugDraw.cpp',['../RecastDebugDraw_8cpp.html',1,'']]], - ['recastdebugdraw_2eh_2062',['RecastDebugDraw.h',['../RecastDebugDraw_8h.html',1,'']]], - ['recastdump_2ecpp_2063',['RecastDump.cpp',['../RecastDump_8cpp.html',1,'']]], - ['recastdump_2eh_2064',['RecastDump.h',['../RecastDump_8h.html',1,'']]], - ['recastfilter_2ecpp_2065',['RecastFilter.cpp',['../RecastFilter_8cpp.html',1,'']]], - ['recastlayers_2ecpp_2066',['RecastLayers.cpp',['../RecastLayers_8cpp.html',1,'']]], - ['recastmesh_2ecpp_2067',['RecastMesh.cpp',['../RecastMesh_8cpp.html',1,'']]], - ['recastmeshdetail_2ecpp_2068',['RecastMeshDetail.cpp',['../RecastMeshDetail_8cpp.html',1,'']]], - ['recastrasterization_2ecpp_2069',['RecastRasterization.cpp',['../RecastRasterization_8cpp.html',1,'']]], - ['recastregion_2ecpp_2070',['RecastRegion.cpp',['../RecastRegion_8cpp.html',1,'']]], - ['roadmap_2emd_2071',['Roadmap.md',['../Roadmap_8md.html',1,'']]] + ['readme_2emd_2050',['README.md',['../README_8md.html',1,'']]], + ['recast_2ecpp_2051',['Recast.cpp',['../Recast_8cpp.html',1,'']]], + ['recast_2eh_2052',['Recast.h',['../Recast_8h.html',1,'']]], + ['recast_5fapi_2etxt_2053',['Recast_api.txt',['../Recast__api_8txt.html',1,'']]], + ['recastalloc_2ecpp_2054',['RecastAlloc.cpp',['../RecastAlloc_8cpp.html',1,'']]], + ['recastalloc_2eh_2055',['RecastAlloc.h',['../RecastAlloc_8h.html',1,'']]], + ['recastarea_2ecpp_2056',['RecastArea.cpp',['../RecastArea_8cpp.html',1,'']]], + ['recastassert_2ecpp_2057',['RecastAssert.cpp',['../RecastAssert_8cpp.html',1,'']]], + ['recastassert_2eh_2058',['RecastAssert.h',['../RecastAssert_8h.html',1,'']]], + ['recastcontour_2ecpp_2059',['RecastContour.cpp',['../RecastContour_8cpp.html',1,'']]], + ['recastdebugdraw_2ecpp_2060',['RecastDebugDraw.cpp',['../RecastDebugDraw_8cpp.html',1,'']]], + ['recastdebugdraw_2eh_2061',['RecastDebugDraw.h',['../RecastDebugDraw_8h.html',1,'']]], + ['recastdump_2ecpp_2062',['RecastDump.cpp',['../RecastDump_8cpp.html',1,'']]], + ['recastdump_2eh_2063',['RecastDump.h',['../RecastDump_8h.html',1,'']]], + ['recastfilter_2ecpp_2064',['RecastFilter.cpp',['../RecastFilter_8cpp.html',1,'']]], + ['recastlayers_2ecpp_2065',['RecastLayers.cpp',['../RecastLayers_8cpp.html',1,'']]], + ['recastmesh_2ecpp_2066',['RecastMesh.cpp',['../RecastMesh_8cpp.html',1,'']]], + ['recastmeshdetail_2ecpp_2067',['RecastMeshDetail.cpp',['../RecastMeshDetail_8cpp.html',1,'']]], + ['recastrasterization_2ecpp_2068',['RecastRasterization.cpp',['../RecastRasterization_8cpp.html',1,'']]], + ['recastregion_2ecpp_2069',['RecastRegion.cpp',['../RecastRegion_8cpp.html',1,'']]], + ['roadmap_2emd_2070',['Roadmap.md',['../Roadmap_8md.html',1,'']]] ]; diff --git a/search/files_9.js b/search/files_9.js index d442e9d8..1ebe1b77 100644 --- a/search/files_9.js +++ b/search/files_9.js @@ -1,15 +1,15 @@ var searchData= [ - ['sample_2ecpp_2072',['Sample.cpp',['../Sample_8cpp.html',1,'']]], - ['sample_2eh_2073',['Sample.h',['../Sample_8h.html',1,'']]], - ['sample_5fdebug_2ecpp_2074',['Sample_Debug.cpp',['../Sample__Debug_8cpp.html',1,'']]], - ['sample_5fdebug_2eh_2075',['Sample_Debug.h',['../Sample__Debug_8h.html',1,'']]], - ['sample_5fsolomesh_2ecpp_2076',['Sample_SoloMesh.cpp',['../Sample__SoloMesh_8cpp.html',1,'']]], - ['sample_5fsolomesh_2eh_2077',['Sample_SoloMesh.h',['../Sample__SoloMesh_8h.html',1,'']]], - ['sample_5ftempobstacles_2ecpp_2078',['Sample_TempObstacles.cpp',['../Sample__TempObstacles_8cpp.html',1,'']]], - ['sample_5ftempobstacles_2eh_2079',['Sample_TempObstacles.h',['../Sample__TempObstacles_8h.html',1,'']]], - ['sample_5ftilemesh_2ecpp_2080',['Sample_TileMesh.cpp',['../Sample__TileMesh_8cpp.html',1,'']]], - ['sample_5ftilemesh_2eh_2081',['Sample_TileMesh.h',['../Sample__TileMesh_8h.html',1,'']]], - ['sampleinterfaces_2ecpp_2082',['SampleInterfaces.cpp',['../SampleInterfaces_8cpp.html',1,'']]], - ['sampleinterfaces_2eh_2083',['SampleInterfaces.h',['../SampleInterfaces_8h.html',1,'']]] + ['sample_2ecpp_2071',['Sample.cpp',['../Sample_8cpp.html',1,'']]], + ['sample_2eh_2072',['Sample.h',['../Sample_8h.html',1,'']]], + ['sample_5fdebug_2ecpp_2073',['Sample_Debug.cpp',['../Sample__Debug_8cpp.html',1,'']]], + ['sample_5fdebug_2eh_2074',['Sample_Debug.h',['../Sample__Debug_8h.html',1,'']]], + ['sample_5fsolomesh_2ecpp_2075',['Sample_SoloMesh.cpp',['../Sample__SoloMesh_8cpp.html',1,'']]], + ['sample_5fsolomesh_2eh_2076',['Sample_SoloMesh.h',['../Sample__SoloMesh_8h.html',1,'']]], + ['sample_5ftempobstacles_2ecpp_2077',['Sample_TempObstacles.cpp',['../Sample__TempObstacles_8cpp.html',1,'']]], + ['sample_5ftempobstacles_2eh_2078',['Sample_TempObstacles.h',['../Sample__TempObstacles_8h.html',1,'']]], + ['sample_5ftilemesh_2ecpp_2079',['Sample_TileMesh.cpp',['../Sample__TileMesh_8cpp.html',1,'']]], + ['sample_5ftilemesh_2eh_2080',['Sample_TileMesh.h',['../Sample__TileMesh_8h.html',1,'']]], + ['sampleinterfaces_2ecpp_2081',['SampleInterfaces.cpp',['../SampleInterfaces_8cpp.html',1,'']]], + ['sampleinterfaces_2eh_2082',['SampleInterfaces.h',['../SampleInterfaces_8h.html',1,'']]] ]; diff --git a/search/files_a.js b/search/files_a.js index 3747343a..7c3bd14a 100644 --- a/search/files_a.js +++ b/search/files_a.js @@ -1,5 +1,5 @@ var searchData= [ - ['testcase_2ecpp_2084',['TestCase.cpp',['../TestCase_8cpp.html',1,'']]], - ['testcase_2eh_2085',['TestCase.h',['../TestCase_8h.html',1,'']]] + ['testcase_2ecpp_2083',['TestCase.cpp',['../TestCase_8cpp.html',1,'']]], + ['testcase_2eh_2084',['TestCase.h',['../TestCase_8h.html',1,'']]] ]; diff --git a/search/files_b.js b/search/files_b.js index ece71fdd..11b4d170 100644 --- a/search/files_b.js +++ b/search/files_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['valuehistory_2ecpp_2086',['ValueHistory.cpp',['../ValueHistory_8cpp.html',1,'']]], - ['valuehistory_2eh_2087',['ValueHistory.h',['../ValueHistory_8h.html',1,'']]] + ['valuehistory_2ecpp_2085',['ValueHistory.cpp',['../ValueHistory_8cpp.html',1,'']]], + ['valuehistory_2eh_2086',['ValueHistory.h',['../ValueHistory_8h.html',1,'']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index 5ef683f8..2410f4c6 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -1,41 +1,41 @@ var searchData= [ - ['addagent_2088',['addAgent',['../classCrowdToolState.html#aa9104be644522ca092091108506ca29c',1,'CrowdToolState::addAgent()'],['../classdtCrowd.html#ae8c89febfd979a6b963c62d8cdb60653',1,'dtCrowd::addAgent()']]], - ['addboxobstacle_2089',['addBoxObstacle',['../classdtTileCache.html#a7bc032ae2bfec09d3ede528841c80ac6',1,'dtTileCache::addBoxObstacle(const float *bmin, const float *bmax, dtObstacleRef *result)'],['../classdtTileCache.html#ac37b6e2373ec3994e87b19606b135522',1,'dtTileCache::addBoxObstacle(const float *center, const float *halfExtents, const float yRadians, dtObstacleRef *result)']]], - ['addcircle_2090',['addCircle',['../classdtObstacleAvoidanceQuery.html#aca861fb3e13b8785124b655b8313de45',1,'dtObstacleAvoidanceQuery']]], - ['addconvexvolume_2091',['addConvexVolume',['../classInputGeom.html#a4656c55e1db085cd7b5bbd90a3770dc7',1,'InputGeom']]], - ['addedge_2092',['addEdge',['../RecastMeshDetail_8cpp.html#aff810577b2aaf1338c7051ad08435ce7',1,'RecastMeshDetail.cpp']]], - ['addgfxcmdline_2093',['addGfxCmdLine',['../imgui_8cpp.html#a7b983f52f1ccf9ca4783c08d6c1a8493',1,'imgui.cpp']]], - ['addgfxcmdrect_2094',['addGfxCmdRect',['../imgui_8cpp.html#a7ba380198ec6ab2a5e8eb7ca82b391e6',1,'imgui.cpp']]], - ['addgfxcmdroundedrect_2095',['addGfxCmdRoundedRect',['../imgui_8cpp.html#a7e0d57d6085430adc31d7a573b3f323a',1,'imgui.cpp']]], - ['addgfxcmdscissor_2096',['addGfxCmdScissor',['../imgui_8cpp.html#a879ceedaee511a3e6d030cf558c62bb8',1,'imgui.cpp']]], - ['addgfxcmdtext_2097',['addGfxCmdText',['../imgui_8cpp.html#a7d2823f41544c3976bd2194bd9b3ae9a',1,'imgui.cpp']]], - ['addgfxcmdtriangle_2098',['addGfxCmdTriangle',['../imgui_8cpp.html#af0a1cd491d202cd5a080758f36814b3b',1,'imgui.cpp']]], - ['additem_2099',['addItem',['../classdtProximityGrid.html#ad19f5adb495c35e386c6e1ba314a2b59',1,'dtProximityGrid']]], - ['addneighbour_2100',['addNeighbour',['../DetourCrowd_8cpp.html#a9e5491a91f795b81e724a48f8a4ee942',1,'DetourCrowd.cpp']]], - ['addobstacle_2101',['addObstacle',['../classdtTileCache.html#a5744412c3e291c0d4dcab91329449466',1,'dtTileCache']]], - ['addoffmeshconnection_2102',['addOffMeshConnection',['../classInputGeom.html#a80409ad925dbb6271d7a3ea67c1b5f6f',1,'InputGeom']]], - ['addsample_2103',['addSample',['../classValueHistory.html#a825b88cef49901ec8da5eccbbcd3afaa',1,'ValueHistory::addSample()'],['../classdtObstacleAvoidanceDebugData.html#a54b01ec0a47c6efd95ebde459791b788',1,'dtObstacleAvoidanceDebugData::addSample()']]], - ['addsegment_2104',['addSegment',['../classdtObstacleAvoidanceQuery.html#ab0abab88b2cba7747e6ed38470ca6eff',1,'dtObstacleAvoidanceQuery']]], - ['addspan_2105',['addSpan',['../RecastRasterization_8cpp.html#a99ae97dd732c3528b730ba714afa9098',1,'RecastRasterization.cpp']]], - ['addtempobstacle_2106',['addTempObstacle',['../classSample__TempObstacles.html#aaac948b9a430a591600c007e6b255aac',1,'Sample_TempObstacles']]], - ['addtile_2107',['addTile',['../classdtTileCache.html#ace9cbc6f688769c9314d453f5cac2432',1,'dtTileCache::addTile()'],['../classdtNavMesh.html#a5b5a7c4fa72c08d9a6d4cc4d8cd3bb89',1,'dtNavMesh::addTile()']]], - ['addtooptqueue_2108',['addToOptQueue',['../DetourCrowd_8cpp.html#a260333ea7db3d2f49d9fdfd9ed4d078c',1,'DetourCrowd.cpp']]], - ['addtopathqueue_2109',['addToPathQueue',['../DetourCrowd_8cpp.html#ad6e17a3fb0a88bbdb9f36d4d1eb483e8',1,'DetourCrowd.cpp']]], - ['addunique_2110',['addUnique',['../RecastLayers_8cpp.html#adc2593ebcf70cf17029ab4a28013c29b',1,'RecastLayers.cpp']]], - ['adduniqueconnection_2111',['addUniqueConnection',['../RecastRegion_8cpp.html#abc58499e6aeb21a4cd58d048c06f2ec0',1,'RecastRegion.cpp']]], - ['adduniquefloorregion_2112',['addUniqueFloorRegion',['../RecastRegion_8cpp.html#a2c802a2c5fc0d5e7e5d95a19539ff9a6',1,'RecastRegion.cpp']]], - ['adduniquelast_2113',['addUniqueLast',['../DetourTileCacheBuilder_8cpp.html#ab94d170b47f0f1d0fa11002939e57bd5',1,'DetourTileCacheBuilder.cpp']]], - ['addvertex_2114',['addVertex',['../RecastMesh_8cpp.html#a80775c4842d1c1c9f9acbe1c99e0ccd5',1,'addVertex(unsigned short x, unsigned short y, unsigned short z, unsigned short *verts, int *firstVert, int *nextVert, int &nv): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a3a9cbf7fe498e49c6bf63e46c5d8ae8f',1,'addVertex(unsigned short x, unsigned short y, unsigned short z, unsigned short *verts, unsigned short *firstVert, unsigned short *nextVert, int &nv): DetourTileCacheBuilder.cpp']]], - ['alloc_2115',['alloc',['../structLinearAllocator.html#aeb98c5c6f9e8c97fd41759b6f0ebd1e2',1,'LinearAllocator::alloc()'],['../structdtTileCacheAlloc.html#a39388622f5af120cf1d32d5794da940b',1,'dtTileCacheAlloc::alloc()']]], - ['alloclink_2116',['allocLink',['../DetourNavMesh_8cpp.html#aa74dd7666e6d665dd48779e18f5d4ed9',1,'DetourNavMesh.cpp']]], - ['allocspan_2117',['allocSpan',['../RecastRasterization_8cpp.html#aa11b8335cd3e2dfd39972a4e9046467c',1,'RecastRasterization.cpp']]], - ['alloctext_2118',['allocText',['../imgui_8cpp.html#a965984c12ad3f79efa5f337bda81f7dd',1,'imgui.cpp']]], - ['anyactive_2119',['anyActive',['../imgui_8cpp.html#a6b421af801049347c033e93202b93cc7',1,'imgui.cpp']]], - ['appendarrowhead_2120',['appendArrowHead',['../DebugDraw_8cpp.html#a92fe9ab381b78d4826302d41f9e3445a',1,'DebugDraw.cpp']]], - ['appendstacks_2121',['appendStacks',['../RecastRegion_8cpp.html#acae78c0a97b367d4ace3294d6dcb8216',1,'RecastRegion.cpp']]], - ['appendvertex_2122',['appendVertex',['../DetourTileCacheBuilder_8cpp.html#a7b70b108373f83e39073cd995c83342e',1,'DetourTileCacheBuilder.cpp']]], - ['area2_2123',['area2',['../DetourTileCacheBuilder_8cpp.html#a4026446823c064e1eee76b85985e82cd',1,'area2(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a09ae1f04327bcd46a12ace0769a8f266',1,'area2(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#a09ae1f04327bcd46a12ace0769a8f266',1,'area2(const int *a, const int *b, const int *c): RecastMesh.cpp']]], - ['areatocol_2124',['areaToCol',['../structduDebugDraw.html#aabdd9cd0f4381c686c3e0beaf50d3d13',1,'duDebugDraw::areaToCol()'],['../classSampleDebugDraw.html#ae30775c5bef8b739d5c25a10e3603571',1,'SampleDebugDraw::areaToCol()']]], - ['assign_2125',['assign',['../classrcVectorBase.html#af2d02ea6aea5354a3954a5902527a7ab',1,'rcVectorBase::assign(rcSizeType count, const T &value)'],['../classrcVectorBase.html#a55225c4d52eda5e77c10b41c34deab95',1,'rcVectorBase::assign(const T *begin, const T *end)']]] + ['addagent_2087',['addAgent',['../classCrowdToolState.html#aa9104be644522ca092091108506ca29c',1,'CrowdToolState::addAgent()'],['../classdtCrowd.html#ae8c89febfd979a6b963c62d8cdb60653',1,'dtCrowd::addAgent()']]], + ['addboxobstacle_2088',['addBoxObstacle',['../classdtTileCache.html#a7bc032ae2bfec09d3ede528841c80ac6',1,'dtTileCache::addBoxObstacle(const float *bmin, const float *bmax, dtObstacleRef *result)'],['../classdtTileCache.html#ac37b6e2373ec3994e87b19606b135522',1,'dtTileCache::addBoxObstacle(const float *center, const float *halfExtents, const float yRadians, dtObstacleRef *result)']]], + ['addcircle_2089',['addCircle',['../classdtObstacleAvoidanceQuery.html#aca861fb3e13b8785124b655b8313de45',1,'dtObstacleAvoidanceQuery']]], + ['addconvexvolume_2090',['addConvexVolume',['../classInputGeom.html#a4656c55e1db085cd7b5bbd90a3770dc7',1,'InputGeom']]], + ['addedge_2091',['addEdge',['../RecastMeshDetail_8cpp.html#aff810577b2aaf1338c7051ad08435ce7',1,'RecastMeshDetail.cpp']]], + ['addgfxcmdline_2092',['addGfxCmdLine',['../imgui_8cpp.html#a7b983f52f1ccf9ca4783c08d6c1a8493',1,'imgui.cpp']]], + ['addgfxcmdrect_2093',['addGfxCmdRect',['../imgui_8cpp.html#a7ba380198ec6ab2a5e8eb7ca82b391e6',1,'imgui.cpp']]], + ['addgfxcmdroundedrect_2094',['addGfxCmdRoundedRect',['../imgui_8cpp.html#a7e0d57d6085430adc31d7a573b3f323a',1,'imgui.cpp']]], + ['addgfxcmdscissor_2095',['addGfxCmdScissor',['../imgui_8cpp.html#a879ceedaee511a3e6d030cf558c62bb8',1,'imgui.cpp']]], + ['addgfxcmdtext_2096',['addGfxCmdText',['../imgui_8cpp.html#a7d2823f41544c3976bd2194bd9b3ae9a',1,'imgui.cpp']]], + ['addgfxcmdtriangle_2097',['addGfxCmdTriangle',['../imgui_8cpp.html#af0a1cd491d202cd5a080758f36814b3b',1,'imgui.cpp']]], + ['additem_2098',['addItem',['../classdtProximityGrid.html#ad19f5adb495c35e386c6e1ba314a2b59',1,'dtProximityGrid']]], + ['addneighbour_2099',['addNeighbour',['../DetourCrowd_8cpp.html#a9e5491a91f795b81e724a48f8a4ee942',1,'DetourCrowd.cpp']]], + ['addobstacle_2100',['addObstacle',['../classdtTileCache.html#a5744412c3e291c0d4dcab91329449466',1,'dtTileCache']]], + ['addoffmeshconnection_2101',['addOffMeshConnection',['../classInputGeom.html#a80409ad925dbb6271d7a3ea67c1b5f6f',1,'InputGeom']]], + ['addsample_2102',['addSample',['../classValueHistory.html#a825b88cef49901ec8da5eccbbcd3afaa',1,'ValueHistory::addSample()'],['../classdtObstacleAvoidanceDebugData.html#a54b01ec0a47c6efd95ebde459791b788',1,'dtObstacleAvoidanceDebugData::addSample()']]], + ['addsegment_2103',['addSegment',['../classdtObstacleAvoidanceQuery.html#ab0abab88b2cba7747e6ed38470ca6eff',1,'dtObstacleAvoidanceQuery']]], + ['addspan_2104',['addSpan',['../RecastRasterization_8cpp.html#a99ae97dd732c3528b730ba714afa9098',1,'RecastRasterization.cpp']]], + ['addtempobstacle_2105',['addTempObstacle',['../classSample__TempObstacles.html#aaac948b9a430a591600c007e6b255aac',1,'Sample_TempObstacles']]], + ['addtile_2106',['addTile',['../classdtTileCache.html#ace9cbc6f688769c9314d453f5cac2432',1,'dtTileCache::addTile()'],['../classdtNavMesh.html#a5b5a7c4fa72c08d9a6d4cc4d8cd3bb89',1,'dtNavMesh::addTile()']]], + ['addtooptqueue_2107',['addToOptQueue',['../DetourCrowd_8cpp.html#a260333ea7db3d2f49d9fdfd9ed4d078c',1,'DetourCrowd.cpp']]], + ['addtopathqueue_2108',['addToPathQueue',['../DetourCrowd_8cpp.html#ad6e17a3fb0a88bbdb9f36d4d1eb483e8',1,'DetourCrowd.cpp']]], + ['addunique_2109',['addUnique',['../RecastLayers_8cpp.html#adc2593ebcf70cf17029ab4a28013c29b',1,'RecastLayers.cpp']]], + ['adduniqueconnection_2110',['addUniqueConnection',['../RecastRegion_8cpp.html#abc58499e6aeb21a4cd58d048c06f2ec0',1,'RecastRegion.cpp']]], + ['adduniquefloorregion_2111',['addUniqueFloorRegion',['../RecastRegion_8cpp.html#a2c802a2c5fc0d5e7e5d95a19539ff9a6',1,'RecastRegion.cpp']]], + ['adduniquelast_2112',['addUniqueLast',['../DetourTileCacheBuilder_8cpp.html#ab94d170b47f0f1d0fa11002939e57bd5',1,'DetourTileCacheBuilder.cpp']]], + ['addvertex_2113',['addVertex',['../RecastMesh_8cpp.html#a80775c4842d1c1c9f9acbe1c99e0ccd5',1,'addVertex(unsigned short x, unsigned short y, unsigned short z, unsigned short *verts, int *firstVert, int *nextVert, int &nv): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a3a9cbf7fe498e49c6bf63e46c5d8ae8f',1,'addVertex(unsigned short x, unsigned short y, unsigned short z, unsigned short *verts, unsigned short *firstVert, unsigned short *nextVert, int &nv): DetourTileCacheBuilder.cpp']]], + ['alloc_2114',['alloc',['../structLinearAllocator.html#aeb98c5c6f9e8c97fd41759b6f0ebd1e2',1,'LinearAllocator::alloc()'],['../structdtTileCacheAlloc.html#a39388622f5af120cf1d32d5794da940b',1,'dtTileCacheAlloc::alloc()']]], + ['alloclink_2115',['allocLink',['../DetourNavMesh_8cpp.html#aa74dd7666e6d665dd48779e18f5d4ed9',1,'DetourNavMesh.cpp']]], + ['allocspan_2116',['allocSpan',['../RecastRasterization_8cpp.html#aa11b8335cd3e2dfd39972a4e9046467c',1,'RecastRasterization.cpp']]], + ['alloctext_2117',['allocText',['../imgui_8cpp.html#a965984c12ad3f79efa5f337bda81f7dd',1,'imgui.cpp']]], + ['anyactive_2118',['anyActive',['../imgui_8cpp.html#a6b421af801049347c033e93202b93cc7',1,'imgui.cpp']]], + ['appendarrowhead_2119',['appendArrowHead',['../DebugDraw_8cpp.html#a92fe9ab381b78d4826302d41f9e3445a',1,'DebugDraw.cpp']]], + ['appendstacks_2120',['appendStacks',['../RecastRegion_8cpp.html#acae78c0a97b367d4ace3294d6dcb8216',1,'RecastRegion.cpp']]], + ['appendvertex_2121',['appendVertex',['../DetourTileCacheBuilder_8cpp.html#a7b70b108373f83e39073cd995c83342e',1,'DetourTileCacheBuilder.cpp']]], + ['area2_2122',['area2',['../DetourTileCacheBuilder_8cpp.html#a4026446823c064e1eee76b85985e82cd',1,'area2(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a09ae1f04327bcd46a12ace0769a8f266',1,'area2(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#a09ae1f04327bcd46a12ace0769a8f266',1,'area2(const int *a, const int *b, const int *c): RecastMesh.cpp']]], + ['areatocol_2123',['areaToCol',['../structduDebugDraw.html#aabdd9cd0f4381c686c3e0beaf50d3d13',1,'duDebugDraw::areaToCol()'],['../classSampleDebugDraw.html#ae30775c5bef8b739d5c25a10e3603571',1,'SampleDebugDraw::areaToCol()']]], + ['assign_2124',['assign',['../classrcVectorBase.html#af2d02ea6aea5354a3954a5902527a7ab',1,'rcVectorBase::assign(rcSizeType count, const T &value)'],['../classrcVectorBase.html#a55225c4d52eda5e77c10b41c34deab95',1,'rcVectorBase::assign(const T *begin, const T *end)']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index ce74276d..26f1d81c 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,18 +1,18 @@ var searchData= [ - ['back_2126',['back',['../classrcVectorBase.html#af153bfe84b00d8d36651e69252750714',1,'rcVectorBase::back()'],['../classrcVectorBase.html#a86784ed19e1fa89f16135f27aa87b7ee',1,'rcVectorBase::back() const']]], - ['begin_2127',['begin',['../structduDebugDraw.html#a6403932173f27503e05cd258f5837d17',1,'duDebugDraw::begin()'],['../classduDisplayList.html#a9b22850cbe77c3e59f00ceda818563ea',1,'duDisplayList::begin()'],['../classrcVectorBase.html#aad94cf6d0ea00bfe36419e4c8fa7e14f',1,'rcVectorBase::begin()'],['../classrcVectorBase.html#ab920e47406cddfec669c07942b715eb7',1,'rcVectorBase::begin() const'],['../classDebugDrawGL.html#ad7f56b0a3ab7c29b6a58e4cf72c78568',1,'DebugDrawGL::begin()']]], - ['between_2128',['between',['../RecastMesh_8cpp.html#a32119d50d88bb48bcab862a57ef86425',1,'between(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a32119d50d88bb48bcab862a57ef86425',1,'between(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#a836449fc0a0e562494f018c093fa5e73',1,'between(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], - ['bind_2129',['bind',['../classGLCheckerTexture.html#a6867fb461e1ebdfb5ffaf8572678ef22',1,'GLCheckerTexture']]], - ['bit_2130',['bit',['../DebugDraw_8cpp.html#a540a122c002c99d142af5bfaac50b43d',1,'DebugDraw.cpp']]], - ['boxblur_2131',['boxBlur',['../RecastRegion_8cpp.html#a68b94f221565ed5b4e80e34272f43ef0',1,'RecastRegion.cpp']]], - ['buildalltiles_2132',['buildAllTiles',['../classSample__TileMesh.html#aea5e79d067a5b8120a857653f40fa608',1,'Sample_TileMesh']]], - ['buildcontext_2133',['BuildContext',['../classBuildContext.html#a3103b5538cfde15052e20019018fb3de',1,'BuildContext']]], - ['buildmeshadjacency_2134',['buildMeshAdjacency',['../DetourTileCacheBuilder_8cpp.html#a3cb207997a33b83726f260fe5f0715d4',1,'buildMeshAdjacency(dtTileCacheAlloc *alloc, unsigned short *polys, const int npolys, const unsigned short *verts, const int nverts, const dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a256e19cca110edc31cb96adf9a52521d',1,'buildMeshAdjacency(unsigned short *polys, const int npolys, const int nverts, const int vertsPerPoly): RecastMesh.cpp']]], - ['buildnavmeshtile_2135',['buildNavMeshTile',['../classdtTileCache.html#a58de8a233915bc3aa553d4cf4e10084d',1,'dtTileCache']]], - ['buildnavmeshtilesat_2136',['buildNavMeshTilesAt',['../classdtTileCache.html#ae501e709b8c918b9c60d87816d54bbab',1,'dtTileCache']]], - ['buildpolydetail_2137',['buildPolyDetail',['../RecastMeshDetail_8cpp.html#a71ca10a7c35e12de63aebe7f7cba59b0',1,'RecastMeshDetail.cpp']]], - ['buildtile_2138',['buildTile',['../classSample__TileMesh.html#ab0edd032cb95581c65cd6db2bbcda4c4',1,'Sample_TileMesh']]], - ['buildtilemesh_2139',['buildTileMesh',['../classSample__TileMesh.html#af2d9ae49dfb292df3aa05fe545dde136',1,'Sample_TileMesh']]], - ['buttonlogic_2140',['buttonLogic',['../imgui_8cpp.html#a455558f382e7dcbbc1b3b983d35c349e',1,'imgui.cpp']]] + ['back_2125',['back',['../classrcVectorBase.html#af153bfe84b00d8d36651e69252750714',1,'rcVectorBase::back()'],['../classrcVectorBase.html#a86784ed19e1fa89f16135f27aa87b7ee',1,'rcVectorBase::back() const']]], + ['begin_2126',['begin',['../structduDebugDraw.html#a6403932173f27503e05cd258f5837d17',1,'duDebugDraw::begin()'],['../classduDisplayList.html#a9b22850cbe77c3e59f00ceda818563ea',1,'duDisplayList::begin()'],['../classrcVectorBase.html#aad94cf6d0ea00bfe36419e4c8fa7e14f',1,'rcVectorBase::begin()'],['../classrcVectorBase.html#ab920e47406cddfec669c07942b715eb7',1,'rcVectorBase::begin() const'],['../classDebugDrawGL.html#ad7f56b0a3ab7c29b6a58e4cf72c78568',1,'DebugDrawGL::begin()']]], + ['between_2127',['between',['../RecastMesh_8cpp.html#a32119d50d88bb48bcab862a57ef86425',1,'between(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a32119d50d88bb48bcab862a57ef86425',1,'between(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#a836449fc0a0e562494f018c093fa5e73',1,'between(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], + ['bind_2128',['bind',['../classGLCheckerTexture.html#a6867fb461e1ebdfb5ffaf8572678ef22',1,'GLCheckerTexture']]], + ['bit_2129',['bit',['../DebugDraw_8cpp.html#a540a122c002c99d142af5bfaac50b43d',1,'DebugDraw.cpp']]], + ['boxblur_2130',['boxBlur',['../RecastRegion_8cpp.html#a68b94f221565ed5b4e80e34272f43ef0',1,'RecastRegion.cpp']]], + ['buildalltiles_2131',['buildAllTiles',['../classSample__TileMesh.html#aea5e79d067a5b8120a857653f40fa608',1,'Sample_TileMesh']]], + ['buildcontext_2132',['BuildContext',['../classBuildContext.html#a3103b5538cfde15052e20019018fb3de',1,'BuildContext']]], + ['buildmeshadjacency_2133',['buildMeshAdjacency',['../DetourTileCacheBuilder_8cpp.html#a3cb207997a33b83726f260fe5f0715d4',1,'buildMeshAdjacency(dtTileCacheAlloc *alloc, unsigned short *polys, const int npolys, const unsigned short *verts, const int nverts, const dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a256e19cca110edc31cb96adf9a52521d',1,'buildMeshAdjacency(unsigned short *polys, const int npolys, const int nverts, const int vertsPerPoly): RecastMesh.cpp']]], + ['buildnavmeshtile_2134',['buildNavMeshTile',['../classdtTileCache.html#a58de8a233915bc3aa553d4cf4e10084d',1,'dtTileCache']]], + ['buildnavmeshtilesat_2135',['buildNavMeshTilesAt',['../classdtTileCache.html#ae501e709b8c918b9c60d87816d54bbab',1,'dtTileCache']]], + ['buildpolydetail_2136',['buildPolyDetail',['../RecastMeshDetail_8cpp.html#a71ca10a7c35e12de63aebe7f7cba59b0',1,'RecastMeshDetail.cpp']]], + ['buildtile_2137',['buildTile',['../classSample__TileMesh.html#ab0edd032cb95581c65cd6db2bbcda4c4',1,'Sample_TileMesh']]], + ['buildtilemesh_2138',['buildTileMesh',['../classSample__TileMesh.html#af2d9ae49dfb292df3aa05fe545dde136',1,'Sample_TileMesh']]], + ['buttonlogic_2139',['buttonLogic',['../imgui_8cpp.html#a455558f382e7dcbbc1b3b983d35c349e',1,'imgui.cpp']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 373c765d..4638369a 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -1,44 +1,44 @@ var searchData= [ - ['sample_2897',['Sample',['../classSample.html#a48a4cf559a1ff65b7d4776c262236e27',1,'Sample']]], - ['sample_5fdebug_2898',['Sample_Debug',['../classSample__Debug.html#aeaaa851b59ab27d8ca483d5b8842dc2f',1,'Sample_Debug']]], - ['sample_5fsolomesh_2899',['Sample_SoloMesh',['../classSample__SoloMesh.html#a85b98cc7d5c81d86acccd31156c3258c',1,'Sample_SoloMesh']]], - ['sample_5ftempobstacles_2900',['Sample_TempObstacles',['../classSample__TempObstacles.html#a8b4c95ce918a73325cd1a703eccedc0f',1,'Sample_TempObstacles']]], - ['sample_5ftilemesh_2901',['Sample_TileMesh',['../classSample__TileMesh.html#a595d0f4ba7f8e1c03ddd7571ff53464d',1,'Sample_TileMesh']]], - ['samplevelocityadaptive_2902',['sampleVelocityAdaptive',['../classdtObstacleAvoidanceQuery.html#aecf2d1d53bc0c74997ff3aac1587c242',1,'dtObstacleAvoidanceQuery']]], - ['samplevelocitygrid_2903',['sampleVelocityGrid',['../classdtObstacleAvoidanceQuery.html#a5209e8625a0618fd9c96ba2d0374d90f',1,'dtObstacleAvoidanceQuery']]], - ['saveall_2904',['saveAll',['../classSample.html#a5a6d7fec2a32c30cebc8f4a3c895593d',1,'Sample::saveAll()'],['../classSample__TempObstacles.html#ac466e2df756cdb2a6d6f2ad195b51026',1,'Sample_TempObstacles::saveAll()'],['../classSample__TileMesh.html#a8b0ada6186c1eb4cc2fe759bface0e43',1,'Sample_TileMesh::saveAll()']]], - ['savegeomset_2905',['saveGeomSet',['../classInputGeom.html#a866a12c00d1417a7403258f438a27a86',1,'InputGeom']]], - ['scandirectory_2906',['scanDirectory',['../Filelist_8h.html#a45c5368afb38260fa0c524b2b084efee',1,'scanDirectory(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h'],['../Filelist_8cpp.html#a2baf53e840e4fefc5e6933fb3d53569e',1,'scanDirectory(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp']]], - ['scandirectoryappend_2907',['scanDirectoryAppend',['../Filelist_8h.html#ae20514067f3272c41e207bed25e530d8',1,'scanDirectoryAppend(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h'],['../Filelist_8cpp.html#ab77bcf8d92348f01734b4aeafec8c4d6',1,'scanDirectoryAppend(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp']]], - ['seedarraywithpolycenter_2908',['seedArrayWithPolyCenter',['../RecastMeshDetail_8cpp.html#aa27a15fb0a81befd7f9957f63eb45735',1,'RecastMeshDetail.cpp']]], - ['setactive_2909',['setActive',['../imgui_8cpp.html#a19d012d43ace20552ff625a6bf7d7552',1,'imgui.cpp']]], - ['setarea_2910',['setArea',['../structdtPoly.html#a84f05dcf69d70b26323b65a0c1c66954',1,'dtPoly']]], - ['setareacost_2911',['setAreaCost',['../classdtQueryFilter.html#a36063c39d5c391a393412108a8a33927',1,'dtQueryFilter']]], - ['setcontext_2912',['setContext',['../classSample.html#a86e13c14ae1a347d4867c77ec90e49f1',1,'Sample']]], - ['setcorridor_2913',['setCorridor',['../classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b',1,'dtPathCorridor']]], - ['setexcludeflags_2914',['setExcludeFlags',['../classdtQueryFilter.html#a18c1b888c9b2c3b30703d6861a793600',1,'dtQueryFilter']]], - ['setflags_2915',['setFlags',['../classNavmeshFlags.html#ace82d60d1c76b7f5fba63a79a8bf3d14',1,'NavmeshFlags']]], - ['sethot_2916',['setHot',['../imgui_8cpp.html#a5bef8420adcaae489e55a652b4c1f14e',1,'imgui.cpp']]], - ['setincludeflags_2917',['setIncludeFlags',['../classdtQueryFilter.html#ab9783c92a30e41df84ebfd2f68338970',1,'dtQueryFilter']]], - ['setmovetarget_2918',['setMoveTarget',['../classCrowdToolState.html#a07c2b6234747c5a0e412ee65d3be038a',1,'CrowdToolState']]], - ['setnavmeshdrawflags_2919',['setNavMeshDrawFlags',['../classSample.html#a0b5f9832856a0880004b8f725366cca1',1,'Sample']]], - ['setobstacleavoidanceparams_2920',['setObstacleAvoidanceParams',['../classdtCrowd.html#a96338b9a99e8d58a3051a9ce7934e8b1',1,'dtCrowd']]], - ['setpolyarea_2921',['setPolyArea',['../classdtNavMesh.html#a74a6e65e04a87a1b6abf837349f214fb',1,'dtNavMesh']]], - ['setpolyflags_2922',['setPolyFlags',['../classdtNavMesh.html#af11a9e69fa88b6d5cf66c376d46b8889',1,'dtNavMesh']]], - ['setrect_2923',['setRect',['../structGraphParams.html#a6bc9e0c7d31219f865e533ee7f279518',1,'GraphParams']]], - ['setrunning_2924',['setRunning',['../classCrowdToolState.html#a5ec55b2d7b4eae5639fdf77534e7db93',1,'CrowdToolState']]], - ['settool_2925',['setTool',['../classSample.html#a0602082aea4402bd6db027a5aa4f33a0',1,'Sample']]], - ['settoolstate_2926',['setToolState',['../classSample.html#a366638d234ad656df8bd3946d11792b5',1,'Sample']]], - ['settype_2927',['setType',['../structdtPoly.html#ac625b3f1acf8df354a50464e210300dc',1,'dtPoly']]], - ['setvaluerange_2928',['setValueRange',['../structGraphParams.html#ab0ee815e9d6e55816a7202d7ef9c8ac9',1,'GraphParams']]], - ['simplifycontour_2929',['simplifyContour',['../RecastContour_8cpp.html#aa7cef37578da730d57670d60132da73f',1,'simplifyContour(rcIntArray &points, rcIntArray &simplified, const float maxError, const int maxEdgeLen, const int buildFlags): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa2cb5549f579c46432cb5af9e0f3c9bb',1,'simplifyContour(dtTempContour &cont, const float maxError): DetourTileCacheBuilder.cpp']]], - ['size_2930',['size',['../classrcIntArray.html#af17b8fb439ac8121af044d4f4d13753c',1,'rcIntArray::size()'],['../classrcVectorBase.html#acfbb0217a292f75069614da62f6af0c7',1,'rcVectorBase::size()'],['../classdtFixedArray.html#aff54b9aa9eb16e7cea87546e6b1aed93',1,'dtFixedArray::size()']]], - ['sortcellsbylevel_2931',['sortCellsByLevel',['../RecastRegion_8cpp.html#a02ba6d0e792550e0ce791fa42ef865d1',1,'RecastRegion.cpp']]], - ['starttimer_2932',['startTimer',['../classrcContext.html#a3c8d3035e1046dd8907b10b7d9c8de57',1,'rcContext']]], - ['stoptimer_2933',['stopTimer',['../classrcContext.html#a3f7042723b8d99d486575eb3d592af25',1,'rcContext']]], - ['storetilestate_2934',['storeTileState',['../classdtNavMesh.html#a141e01263950382365468ea265f48758',1,'dtNavMesh']]], - ['subdivide_2935',['subdivide',['../DetourNavMeshBuilder_8cpp.html#a95ba365676cad314741a13f58b6b0eba',1,'subdivide(BVItem *items, int nitems, int imin, int imax, int &curNode, dtBVNode *nodes): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#af34b40e9f943704bcaa0d14f83fe8d8e',1,'subdivide(BoundsItem *items, int nitems, int imin, int imax, int trisPerChunk, int &curNode, rcChunkyTriMeshNode *nodes, const int maxNodes, int &curTri, int *outTris, const int *inTris): ChunkyTriMesh.cpp']]], - ['swap_2936',['swap',['../classrcVectorBase.html#aea266b993082cb53732f617600378dde',1,'rcVectorBase']]], - ['sweepcirclecircle_2937',['sweepCircleCircle',['../DetourObstacleAvoidance_8cpp.html#a07a96536185de3b5b7e8aae361ac70a9',1,'DetourObstacleAvoidance.cpp']]] + ['sample_2895',['Sample',['../classSample.html#a48a4cf559a1ff65b7d4776c262236e27',1,'Sample']]], + ['sample_5fdebug_2896',['Sample_Debug',['../classSample__Debug.html#aeaaa851b59ab27d8ca483d5b8842dc2f',1,'Sample_Debug']]], + ['sample_5fsolomesh_2897',['Sample_SoloMesh',['../classSample__SoloMesh.html#a85b98cc7d5c81d86acccd31156c3258c',1,'Sample_SoloMesh']]], + ['sample_5ftempobstacles_2898',['Sample_TempObstacles',['../classSample__TempObstacles.html#a8b4c95ce918a73325cd1a703eccedc0f',1,'Sample_TempObstacles']]], + ['sample_5ftilemesh_2899',['Sample_TileMesh',['../classSample__TileMesh.html#a595d0f4ba7f8e1c03ddd7571ff53464d',1,'Sample_TileMesh']]], + ['samplevelocityadaptive_2900',['sampleVelocityAdaptive',['../classdtObstacleAvoidanceQuery.html#aecf2d1d53bc0c74997ff3aac1587c242',1,'dtObstacleAvoidanceQuery']]], + ['samplevelocitygrid_2901',['sampleVelocityGrid',['../classdtObstacleAvoidanceQuery.html#a5209e8625a0618fd9c96ba2d0374d90f',1,'dtObstacleAvoidanceQuery']]], + ['saveall_2902',['saveAll',['../classSample.html#a5a6d7fec2a32c30cebc8f4a3c895593d',1,'Sample::saveAll()'],['../classSample__TempObstacles.html#ac466e2df756cdb2a6d6f2ad195b51026',1,'Sample_TempObstacles::saveAll()'],['../classSample__TileMesh.html#a8b0ada6186c1eb4cc2fe759bface0e43',1,'Sample_TileMesh::saveAll()']]], + ['savegeomset_2903',['saveGeomSet',['../classInputGeom.html#a866a12c00d1417a7403258f438a27a86',1,'InputGeom']]], + ['scandirectory_2904',['scanDirectory',['../Filelist_8h.html#a45c5368afb38260fa0c524b2b084efee',1,'scanDirectory(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h'],['../Filelist_8cpp.html#a2baf53e840e4fefc5e6933fb3d53569e',1,'scanDirectory(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp']]], + ['scandirectoryappend_2905',['scanDirectoryAppend',['../Filelist_8h.html#ae20514067f3272c41e207bed25e530d8',1,'scanDirectoryAppend(const std::string &path, const std::string &ext, std::vector< std::string > &fileList): Filelist.h'],['../Filelist_8cpp.html#ab77bcf8d92348f01734b4aeafec8c4d6',1,'scanDirectoryAppend(const string &path, const string &ext, vector< string > &filelist): Filelist.cpp']]], + ['seedarraywithpolycenter_2906',['seedArrayWithPolyCenter',['../RecastMeshDetail_8cpp.html#aa27a15fb0a81befd7f9957f63eb45735',1,'RecastMeshDetail.cpp']]], + ['setactive_2907',['setActive',['../imgui_8cpp.html#a19d012d43ace20552ff625a6bf7d7552',1,'imgui.cpp']]], + ['setarea_2908',['setArea',['../structdtPoly.html#a84f05dcf69d70b26323b65a0c1c66954',1,'dtPoly']]], + ['setareacost_2909',['setAreaCost',['../classdtQueryFilter.html#a36063c39d5c391a393412108a8a33927',1,'dtQueryFilter']]], + ['setcontext_2910',['setContext',['../classSample.html#a86e13c14ae1a347d4867c77ec90e49f1',1,'Sample']]], + ['setcorridor_2911',['setCorridor',['../classdtPathCorridor.html#af26a1205a7e38f0389a2dcb2dc23ca9b',1,'dtPathCorridor']]], + ['setexcludeflags_2912',['setExcludeFlags',['../classdtQueryFilter.html#a18c1b888c9b2c3b30703d6861a793600',1,'dtQueryFilter']]], + ['setflags_2913',['setFlags',['../classNavmeshFlags.html#ace82d60d1c76b7f5fba63a79a8bf3d14',1,'NavmeshFlags']]], + ['sethot_2914',['setHot',['../imgui_8cpp.html#a5bef8420adcaae489e55a652b4c1f14e',1,'imgui.cpp']]], + ['setincludeflags_2915',['setIncludeFlags',['../classdtQueryFilter.html#ab9783c92a30e41df84ebfd2f68338970',1,'dtQueryFilter']]], + ['setmovetarget_2916',['setMoveTarget',['../classCrowdToolState.html#a07c2b6234747c5a0e412ee65d3be038a',1,'CrowdToolState']]], + ['setnavmeshdrawflags_2917',['setNavMeshDrawFlags',['../classSample.html#a0b5f9832856a0880004b8f725366cca1',1,'Sample']]], + ['setobstacleavoidanceparams_2918',['setObstacleAvoidanceParams',['../classdtCrowd.html#a96338b9a99e8d58a3051a9ce7934e8b1',1,'dtCrowd']]], + ['setpolyarea_2919',['setPolyArea',['../classdtNavMesh.html#a74a6e65e04a87a1b6abf837349f214fb',1,'dtNavMesh']]], + ['setpolyflags_2920',['setPolyFlags',['../classdtNavMesh.html#af11a9e69fa88b6d5cf66c376d46b8889',1,'dtNavMesh']]], + ['setrect_2921',['setRect',['../structGraphParams.html#a6bc9e0c7d31219f865e533ee7f279518',1,'GraphParams']]], + ['setrunning_2922',['setRunning',['../classCrowdToolState.html#a5ec55b2d7b4eae5639fdf77534e7db93',1,'CrowdToolState']]], + ['settool_2923',['setTool',['../classSample.html#a0602082aea4402bd6db027a5aa4f33a0',1,'Sample']]], + ['settoolstate_2924',['setToolState',['../classSample.html#a366638d234ad656df8bd3946d11792b5',1,'Sample']]], + ['settype_2925',['setType',['../structdtPoly.html#ac625b3f1acf8df354a50464e210300dc',1,'dtPoly']]], + ['setvaluerange_2926',['setValueRange',['../structGraphParams.html#ab0ee815e9d6e55816a7202d7ef9c8ac9',1,'GraphParams']]], + ['simplifycontour_2927',['simplifyContour',['../RecastContour_8cpp.html#aa7cef37578da730d57670d60132da73f',1,'simplifyContour(rcIntArray &points, rcIntArray &simplified, const float maxError, const int maxEdgeLen, const int buildFlags): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa2cb5549f579c46432cb5af9e0f3c9bb',1,'simplifyContour(dtTempContour &cont, const float maxError): DetourTileCacheBuilder.cpp']]], + ['size_2928',['size',['../classrcIntArray.html#af17b8fb439ac8121af044d4f4d13753c',1,'rcIntArray::size()'],['../classrcVectorBase.html#acfbb0217a292f75069614da62f6af0c7',1,'rcVectorBase::size()'],['../classdtFixedArray.html#aff54b9aa9eb16e7cea87546e6b1aed93',1,'dtFixedArray::size()']]], + ['sortcellsbylevel_2929',['sortCellsByLevel',['../RecastRegion_8cpp.html#a02ba6d0e792550e0ce791fa42ef865d1',1,'RecastRegion.cpp']]], + ['starttimer_2930',['startTimer',['../classrcContext.html#a3c8d3035e1046dd8907b10b7d9c8de57',1,'rcContext']]], + ['stoptimer_2931',['stopTimer',['../classrcContext.html#a3f7042723b8d99d486575eb3d592af25',1,'rcContext']]], + ['storetilestate_2932',['storeTileState',['../classdtNavMesh.html#a141e01263950382365468ea265f48758',1,'dtNavMesh']]], + ['subdivide_2933',['subdivide',['../DetourNavMeshBuilder_8cpp.html#a95ba365676cad314741a13f58b6b0eba',1,'subdivide(BVItem *items, int nitems, int imin, int imax, int &curNode, dtBVNode *nodes): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#af34b40e9f943704bcaa0d14f83fe8d8e',1,'subdivide(BoundsItem *items, int nitems, int imin, int imax, int trisPerChunk, int &curNode, rcChunkyTriMeshNode *nodes, const int maxNodes, int &curTri, int *outTris, const int *inTris): ChunkyTriMesh.cpp']]], + ['swap_2934',['swap',['../classrcVectorBase.html#aea266b993082cb53732f617600378dde',1,'rcVectorBase']]], + ['sweepcirclecircle_2935',['sweepCircleCircle',['../DetourObstacleAvoidance_8cpp.html#a07a96536185de3b5b7e8aae361ac70a9',1,'DetourObstacleAvoidance.cpp']]] ]; diff --git a/search/functions_11.js b/search/functions_11.js index 5d02df7f..a02ca790 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -1,13 +1,13 @@ var searchData= [ - ['tempobstaclecreatetool_2938',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html#addc423c98712dd4a0efb01fc231d66b3',1,'TempObstacleCreateTool']]], - ['tempobstaclehilighttool_2939',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html#a784ace19a383584d3754d81733fb25db',1,'TempObstacleHilightTool']]], - ['testcase_2940',['TestCase',['../classTestCase.html#ac62aa15cb45a40bdc0b9a1c6554c7e0a',1,'TestCase']]], - ['texture_2941',['texture',['../structduDebugDraw.html#afd70102a49177ea8068508139c8cdb1e',1,'duDebugDraw::texture()'],['../classDebugDrawGL.html#ad51f99f7707ed09bc19623cd31e9881c',1,'DebugDrawGL::texture()']]], - ['top_2942',['top',['../classdtNodeQueue.html#ad76eefdf18096e14f67c579c20a506af',1,'dtNodeQueue']]], - ['triangulate_2943',['triangulate',['../RecastMesh_8cpp.html#af19401e5d7d90391fe30c6d31de5a533',1,'triangulate(int n, const int *verts, int *indices, int *tris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a152104956c5f847255758c0ef53945ef',1,'triangulate(int n, const unsigned char *verts, unsigned short *indices, unsigned short *tris): DetourTileCacheBuilder.cpp']]], - ['triangulatehull_2944',['triangulateHull',['../RecastMeshDetail_8cpp.html#a82563f9d527bf5df7f89dd1bb60903c4',1,'RecastMeshDetail.cpp']]], - ['triminvalidpath_2945',['trimInvalidPath',['../classdtPathCorridor.html#a5ed6daf1e663f2b0a854794e431514c8',1,'dtPathCorridor']]], - ['tween_2946',['tween',['../DetourCrowd_8cpp.html#a41b93b1d9ae7dc1511fbee39032e4e9a',1,'DetourCrowd.cpp']]], - ['type_2947',['type',['../classOffMeshConnectionTool.html#a738515bc57b034ff5ed4d1d0721984da',1,'OffMeshConnectionTool::type()'],['../structSampleTool.html#a45b4ac6ce6d23449eb7c7ff3d0f1fdc5',1,'SampleTool::type()'],['../classTempObstacleHilightTool.html#ac3ba6c36507d2caa8835f9420a6470f6',1,'TempObstacleHilightTool::type()'],['../classTempObstacleCreateTool.html#ac7a7b02c2f0972842b0e20276217c1eb',1,'TempObstacleCreateTool::type()'],['../classNavMeshTileTool.html#a55d28798b522df9956f914c1b9677cf0',1,'NavMeshTileTool::type()'],['../classNavMeshTesterTool.html#a209af8804c52d9f3dbce40ab69028483',1,'NavMeshTesterTool::type()'],['../classNavMeshPruneTool.html#a68059436d7e4b5118949d5d7f8204af8',1,'NavMeshPruneTool::type()'],['../classCrowdTool.html#a5b7f620a8f1f319990286c12a4ce2e2d',1,'CrowdTool::type()'],['../classConvexVolumeTool.html#abb88ba3138d3e187b32e94dcf9874aeb',1,'ConvexVolumeTool::type()']]] + ['tempobstaclecreatetool_2936',['TempObstacleCreateTool',['../classTempObstacleCreateTool.html#addc423c98712dd4a0efb01fc231d66b3',1,'TempObstacleCreateTool']]], + ['tempobstaclehilighttool_2937',['TempObstacleHilightTool',['../classTempObstacleHilightTool.html#a784ace19a383584d3754d81733fb25db',1,'TempObstacleHilightTool']]], + ['testcase_2938',['TestCase',['../classTestCase.html#ac62aa15cb45a40bdc0b9a1c6554c7e0a',1,'TestCase']]], + ['texture_2939',['texture',['../structduDebugDraw.html#afd70102a49177ea8068508139c8cdb1e',1,'duDebugDraw::texture()'],['../classDebugDrawGL.html#ad51f99f7707ed09bc19623cd31e9881c',1,'DebugDrawGL::texture()']]], + ['top_2940',['top',['../classdtNodeQueue.html#ad76eefdf18096e14f67c579c20a506af',1,'dtNodeQueue']]], + ['triangulate_2941',['triangulate',['../RecastMesh_8cpp.html#af19401e5d7d90391fe30c6d31de5a533',1,'triangulate(int n, const int *verts, int *indices, int *tris): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a152104956c5f847255758c0ef53945ef',1,'triangulate(int n, const unsigned char *verts, unsigned short *indices, unsigned short *tris): DetourTileCacheBuilder.cpp']]], + ['triangulatehull_2942',['triangulateHull',['../RecastMeshDetail_8cpp.html#a82563f9d527bf5df7f89dd1bb60903c4',1,'RecastMeshDetail.cpp']]], + ['triminvalidpath_2943',['trimInvalidPath',['../classdtPathCorridor.html#a5ed6daf1e663f2b0a854794e431514c8',1,'dtPathCorridor']]], + ['tween_2944',['tween',['../DetourCrowd_8cpp.html#a41b93b1d9ae7dc1511fbee39032e4e9a',1,'DetourCrowd.cpp']]], + ['type_2945',['type',['../classOffMeshConnectionTool.html#a738515bc57b034ff5ed4d1d0721984da',1,'OffMeshConnectionTool::type()'],['../structSampleTool.html#a45b4ac6ce6d23449eb7c7ff3d0f1fdc5',1,'SampleTool::type()'],['../classTempObstacleHilightTool.html#ac3ba6c36507d2caa8835f9420a6470f6',1,'TempObstacleHilightTool::type()'],['../classTempObstacleCreateTool.html#ac7a7b02c2f0972842b0e20276217c1eb',1,'TempObstacleCreateTool::type()'],['../classNavMeshTileTool.html#a55d28798b522df9956f914c1b9677cf0',1,'NavMeshTileTool::type()'],['../classNavMeshTesterTool.html#a209af8804c52d9f3dbce40ab69028483',1,'NavMeshTesterTool::type()'],['../classNavMeshPruneTool.html#a68059436d7e4b5118949d5d7f8204af8',1,'NavMeshPruneTool::type()'],['../classCrowdTool.html#a5b7f620a8f1f319990286c12a4ce2e2d',1,'CrowdTool::type()'],['../classConvexVolumeTool.html#abb88ba3138d3e187b32e94dcf9874aeb',1,'ConvexVolumeTool::type()']]] ]; diff --git a/search/functions_12.js b/search/functions_12.js index 979b1ffe..ad26fe06 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -1,12 +1,12 @@ var searchData= [ - ['uleft_2948',['uleft',['../DetourTileCacheBuilder_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): RecastMesh.cpp']]], - ['update_2949',['update',['../classdtCrowd.html#ae3f041e335ca87c323e7340e73113919',1,'dtCrowd::update()'],['../classdtLocalBoundary.html#a270ef7f2e72520df6bd5c3a0e6b9a869',1,'dtLocalBoundary::update()'],['../classdtPathQueue.html#ab28e659d2db86d9f5d5246811cb08da0',1,'dtPathQueue::update()'],['../classdtTileCache.html#a93f931ad563e5cadcc389acdffd4892e',1,'dtTileCache::update()']]], - ['updateagentparameters_2950',['updateAgentParameters',['../classdtCrowd.html#a6ed4aa0026c21593daa9ea12c71f84c2',1,'dtCrowd']]], - ['updateagentparams_2951',['updateAgentParams',['../classCrowdToolState.html#a6054eb8441ec36876cbd2354b9c9957a',1,'CrowdToolState']]], - ['updateinput_2952',['updateInput',['../imgui_8cpp.html#a5cd0710bb09b88cad4cb053553d5bc24',1,'imgui.cpp']]], - ['updateleftface_2953',['updateLeftFace',['../RecastMeshDetail_8cpp.html#a0e67f4996b610668123b58620dae5a4f',1,'RecastMeshDetail.cpp']]], - ['updateslicedfindpath_2954',['updateSlicedFindPath',['../classdtNavMeshQuery.html#aa0c147e3da7fd0b59342da0fc456afc7',1,'dtNavMeshQuery']]], - ['updatetick_2955',['updateTick',['../classCrowdToolState.html#a57ac46cd3a33bd91e3e2280d03fb30d7',1,'CrowdToolState']]], - ['updatetoolstates_2956',['updateToolStates',['../classSample.html#a6b8f01c0007622ce86b236c283ea5ae4',1,'Sample']]] + ['uleft_2946',['uleft',['../DetourTileCacheBuilder_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a7779e8ce95da76bac3631db6b39436db',1,'uleft(const unsigned short *a, const unsigned short *b, const unsigned short *c): RecastMesh.cpp']]], + ['update_2947',['update',['../classdtCrowd.html#ae3f041e335ca87c323e7340e73113919',1,'dtCrowd::update()'],['../classdtLocalBoundary.html#a270ef7f2e72520df6bd5c3a0e6b9a869',1,'dtLocalBoundary::update()'],['../classdtPathQueue.html#ab28e659d2db86d9f5d5246811cb08da0',1,'dtPathQueue::update()'],['../classdtTileCache.html#a93f931ad563e5cadcc389acdffd4892e',1,'dtTileCache::update()']]], + ['updateagentparameters_2948',['updateAgentParameters',['../classdtCrowd.html#a6ed4aa0026c21593daa9ea12c71f84c2',1,'dtCrowd']]], + ['updateagentparams_2949',['updateAgentParams',['../classCrowdToolState.html#a6054eb8441ec36876cbd2354b9c9957a',1,'CrowdToolState']]], + ['updateinput_2950',['updateInput',['../imgui_8cpp.html#a5cd0710bb09b88cad4cb053553d5bc24',1,'imgui.cpp']]], + ['updateleftface_2951',['updateLeftFace',['../RecastMeshDetail_8cpp.html#a0e67f4996b610668123b58620dae5a4f',1,'RecastMeshDetail.cpp']]], + ['updateslicedfindpath_2952',['updateSlicedFindPath',['../classdtNavMeshQuery.html#aa0c147e3da7fd0b59342da0fc456afc7',1,'dtNavMeshQuery']]], + ['updatetick_2953',['updateTick',['../classCrowdToolState.html#a57ac46cd3a33bd91e3e2280d03fb30d7',1,'CrowdToolState']]], + ['updatetoolstates_2954',['updateToolStates',['../classSample.html#a6b8f01c0007622ce86b236c283ea5ae4',1,'Sample']]] ]; diff --git a/search/functions_13.js b/search/functions_13.js index a2efe983..1291039d 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -1,15 +1,15 @@ var searchData= [ - ['valuehistory_2957',['ValueHistory',['../classValueHistory.html#a80604d504ef4e5ae9e39649f5e3ab32e',1,'ValueHistory']]], - ['vcross_2958',['vcross',['../DebugDraw_8cpp.html#a053fd5d6f9516c4e4e00ba86fcc602f8',1,'DebugDraw.cpp']]], - ['vcross2_2959',['vcross2',['../RecastMeshDetail_8cpp.html#af3f14f4be46b7208b244f15f2f805e17',1,'RecastMeshDetail.cpp']]], - ['vdist2_2960',['vdist2',['../RecastMeshDetail_8cpp.html#a810b0244c7c29dcf5eae04c805318b85',1,'RecastMeshDetail.cpp']]], - ['vdistsq2_2961',['vdistSq2',['../RecastMeshDetail_8cpp.html#a36172d94785e617bbc5f27dad577dadc',1,'RecastMeshDetail.cpp']]], - ['vdistsqr_2962',['vdistSqr',['../DebugDraw_8cpp.html#a4417fb2f20aaaa3e0d8e4a7e20b5cad9',1,'DebugDraw.cpp']]], - ['vdot2_2963',['vdot2',['../RecastMeshDetail_8cpp.html#a0ad602bda2f516b9a847c3b06c2d97fd',1,'RecastMeshDetail.cpp']]], - ['vequal_2964',['vequal',['../RecastMesh_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastMesh.cpp'],['../RecastContour_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa4f62c267a38a721dda8c1b1f6c76a9d',1,'vequal(const unsigned char *a, const unsigned char *b): DetourTileCacheBuilder.cpp']]], - ['vertex_2965',['vertex',['../structduDebugDraw.html#a8fac1072846b60be4ce4810c68140ee8',1,'duDebugDraw::vertex()'],['../classDebugDrawGL.html#ae2ea264e176f08445b983ae6e3701639',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)'],['../classDebugDrawGL.html#a25db0b2def0f18e5f3c87ce50847ed4f',1,'DebugDrawGL::vertex(const float *pos, unsigned int color, const float *uv)'],['../classDebugDrawGL.html#a231dbb0906f35a3a3e782ddc04bd2365',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color)'],['../classDebugDrawGL.html#a5c44e91d886860827e4131cea9b03181',1,'DebugDrawGL::vertex(const float *pos, unsigned int color)'],['../classduDisplayList.html#ab4aa562f713485769b68d1989c6e1ec4',1,'duDisplayList::vertex(const float *pos, unsigned int color)'],['../classduDisplayList.html#af724f7566b2c1c2c09453dc064c6eecf',1,'duDisplayList::vertex(const float x, const float y, const float z, unsigned int color)'],['../structduDebugDraw.html#a0f76c61eb9f274f17c91308c739211eb',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)=0'],['../structduDebugDraw.html#a711146a2e4be2ef9e0d6de7be8c714bc',1,'duDebugDraw::vertex(const float *pos, unsigned int color, const float *uv)=0'],['../structduDebugDraw.html#a2af291d6e63081ce1d3f34e1851ae5e0',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color)=0']]], - ['vnormalize_2966',['vnormalize',['../DebugDraw_8cpp.html#a484d2a62675fb9c02e36ebd5ae9a1409',1,'DebugDraw.cpp']]], - ['vperpxz_2967',['vperpXZ',['../DetourCommon_8cpp.html#a8c5563632125a8e436ed0dff027370d4',1,'DetourCommon.cpp']]], - ['vsub_2968',['vsub',['../DebugDraw_8cpp.html#a5d1da618860cf741dca5e79581948dc2',1,'DebugDraw.cpp']]] + ['valuehistory_2955',['ValueHistory',['../classValueHistory.html#a80604d504ef4e5ae9e39649f5e3ab32e',1,'ValueHistory']]], + ['vcross_2956',['vcross',['../DebugDraw_8cpp.html#a053fd5d6f9516c4e4e00ba86fcc602f8',1,'DebugDraw.cpp']]], + ['vcross2_2957',['vcross2',['../RecastMeshDetail_8cpp.html#af3f14f4be46b7208b244f15f2f805e17',1,'RecastMeshDetail.cpp']]], + ['vdist2_2958',['vdist2',['../RecastMeshDetail_8cpp.html#a810b0244c7c29dcf5eae04c805318b85',1,'RecastMeshDetail.cpp']]], + ['vdistsq2_2959',['vdistSq2',['../RecastMeshDetail_8cpp.html#a36172d94785e617bbc5f27dad577dadc',1,'RecastMeshDetail.cpp']]], + ['vdistsqr_2960',['vdistSqr',['../DebugDraw_8cpp.html#a4417fb2f20aaaa3e0d8e4a7e20b5cad9',1,'DebugDraw.cpp']]], + ['vdot2_2961',['vdot2',['../RecastMeshDetail_8cpp.html#a0ad602bda2f516b9a847c3b06c2d97fd',1,'RecastMeshDetail.cpp']]], + ['vequal_2962',['vequal',['../RecastMesh_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastMesh.cpp'],['../RecastContour_8cpp.html#ac36ef53201f5b44be2f321d65ae01987',1,'vequal(const int *a, const int *b): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#aa4f62c267a38a721dda8c1b1f6c76a9d',1,'vequal(const unsigned char *a, const unsigned char *b): DetourTileCacheBuilder.cpp']]], + ['vertex_2963',['vertex',['../structduDebugDraw.html#a8fac1072846b60be4ce4810c68140ee8',1,'duDebugDraw::vertex()'],['../classDebugDrawGL.html#ae2ea264e176f08445b983ae6e3701639',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)'],['../classDebugDrawGL.html#a25db0b2def0f18e5f3c87ce50847ed4f',1,'DebugDrawGL::vertex(const float *pos, unsigned int color, const float *uv)'],['../classDebugDrawGL.html#a231dbb0906f35a3a3e782ddc04bd2365',1,'DebugDrawGL::vertex(const float x, const float y, const float z, unsigned int color)'],['../classDebugDrawGL.html#a5c44e91d886860827e4131cea9b03181',1,'DebugDrawGL::vertex(const float *pos, unsigned int color)'],['../classduDisplayList.html#ab4aa562f713485769b68d1989c6e1ec4',1,'duDisplayList::vertex(const float *pos, unsigned int color)'],['../classduDisplayList.html#af724f7566b2c1c2c09453dc064c6eecf',1,'duDisplayList::vertex(const float x, const float y, const float z, unsigned int color)'],['../structduDebugDraw.html#a0f76c61eb9f274f17c91308c739211eb',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v)=0'],['../structduDebugDraw.html#a711146a2e4be2ef9e0d6de7be8c714bc',1,'duDebugDraw::vertex(const float *pos, unsigned int color, const float *uv)=0'],['../structduDebugDraw.html#a2af291d6e63081ce1d3f34e1851ae5e0',1,'duDebugDraw::vertex(const float x, const float y, const float z, unsigned int color)=0']]], + ['vnormalize_2964',['vnormalize',['../DebugDraw_8cpp.html#a484d2a62675fb9c02e36ebd5ae9a1409',1,'DebugDraw.cpp']]], + ['vperpxz_2965',['vperpXZ',['../DetourCommon_8cpp.html#a8c5563632125a8e436ed0dff027370d4',1,'DetourCommon.cpp']]], + ['vsub_2966',['vsub',['../DebugDraw_8cpp.html#a5d1da618860cf741dca5e79581948dc2',1,'DebugDraw.cpp']]] ]; diff --git a/search/functions_14.js b/search/functions_14.js index f5407833..a2c206a9 100644 --- a/search/functions_14.js +++ b/search/functions_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['walkcontour_2969',['walkContour',['../DetourTileCacheBuilder_8cpp.html#a45f592986513acd34a53381dc61c8340',1,'walkContour(dtTileCacheLayer &layer, int x, int y, dtTempContour &cont): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#ad5bc73ac319eae14a8b137a1bb4c9778',1,'walkContour(int x, int y, int i, const rcCompactHeightfield &chf, unsigned char *flags, rcIntArray &points): RecastContour.cpp'],['../RecastRegion_8cpp.html#ad83298fca0661c495cf8316ffac5dd3c',1,'walkContour(int x, int y, int i, int dir, rcCompactHeightfield &chf, const unsigned short *srcReg, rcIntArray &cont): RecastRegion.cpp']]], - ['write_2970',['write',['../structduFileIO.html#aec33f1c0d1d0d1ec464fc1a5c135cb00',1,'duFileIO::write()'],['../classFileIO.html#aa2ff5f1db6c224a0fa15f3b039a6009d',1,'FileIO::write()']]] + ['walkcontour_2967',['walkContour',['../DetourTileCacheBuilder_8cpp.html#a45f592986513acd34a53381dc61c8340',1,'walkContour(dtTileCacheLayer &layer, int x, int y, dtTempContour &cont): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#ad5bc73ac319eae14a8b137a1bb4c9778',1,'walkContour(int x, int y, int i, const rcCompactHeightfield &chf, unsigned char *flags, rcIntArray &points): RecastContour.cpp'],['../RecastRegion_8cpp.html#ad83298fca0661c495cf8316ffac5dd3c',1,'walkContour(int x, int y, int i, int dir, rcCompactHeightfield &chf, const unsigned short *srcReg, rcIntArray &cont): RecastRegion.cpp']]], + ['write_2968',['write',['../structduFileIO.html#aec33f1c0d1d0d1ec464fc1a5c135cb00',1,'duFileIO::write()'],['../classFileIO.html#aa2ff5f1db6c224a0fa15f3b039a6009d',1,'FileIO::write()']]] ]; diff --git a/search/functions_15.js b/search/functions_15.js index 99fa51af..04876157 100644 --- a/search/functions_15.js +++ b/search/functions_15.js @@ -1,4 +1,4 @@ var searchData= [ - ['xorb_2971',['xorb',['../DetourTileCacheBuilder_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastContour.cpp'],['../RecastMesh_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastMesh.cpp']]] + ['xorb_2969',['xorb',['../DetourTileCacheBuilder_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastContour.cpp'],['../RecastMesh_8cpp.html#a82c11ae489473adcaa21b9944f3553fd',1,'xorb(bool x, bool y): RecastMesh.cpp']]] ]; diff --git a/search/functions_16.js b/search/functions_16.js index 58b64f26..a9632da3 100644 --- a/search/functions_16.js +++ b/search/functions_16.js @@ -1,60 +1,60 @@ var searchData= [ - ['_7ecrowdtoolstate_2972',['~CrowdToolState',['../classCrowdToolState.html#a565655ca9441a3df105c266743937f8b',1,'CrowdToolState']]], - ['_7edtcollectpolysquery_2973',['~dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a30a6baa977d507b2c6f0148a770655b8',1,'dtCollectPolysQuery']]], - ['_7edtcrowd_2974',['~dtCrowd',['../classdtCrowd.html#a9a6817150b328d1646e58713cef9d9b4',1,'dtCrowd']]], - ['_7edtfindnearestpolyquery_2975',['~dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a0f3122a8f4d6151eb628453b3e99d74c',1,'dtFindNearestPolyQuery']]], - ['_7edtfixedarray_2976',['~dtFixedArray',['../classdtFixedArray.html#a4200a27ea1af879c1f0b19de8d289e8a',1,'dtFixedArray']]], - ['_7edtlocalboundary_2977',['~dtLocalBoundary',['../classdtLocalBoundary.html#a902dbd1ea5d8c1981b36b1ee5dac70c8',1,'dtLocalBoundary']]], - ['_7edtnavmesh_2978',['~dtNavMesh',['../classdtNavMesh.html#a08ff0da5bc8c2d01d26535f67d0f4726',1,'dtNavMesh']]], - ['_7edtnavmeshquery_2979',['~dtNavMeshQuery',['../classdtNavMeshQuery.html#a157a41114dab708dabb05eebe8dc07a2',1,'dtNavMeshQuery']]], - ['_7edtnodepool_2980',['~dtNodePool',['../classdtNodePool.html#acd74c85e290d5b7bcd1f9c44905a0f74',1,'dtNodePool']]], - ['_7edtnodequeue_2981',['~dtNodeQueue',['../classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943',1,'dtNodeQueue']]], - ['_7edtobstacleavoidancedebugdata_2982',['~dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ad8b6bd04b9c0a8798a75d83671f74859',1,'dtObstacleAvoidanceDebugData']]], - ['_7edtobstacleavoidancequery_2983',['~dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a56a81340e58ae836f32c802ab3531772',1,'dtObstacleAvoidanceQuery']]], - ['_7edtpathcorridor_2984',['~dtPathCorridor',['../classdtPathCorridor.html#a10dc98697fb9f6e60063ab49a41c391b',1,'dtPathCorridor']]], - ['_7edtpathqueue_2985',['~dtPathQueue',['../classdtPathQueue.html#a3aed72cee418c920b5fbdc247845dae3',1,'dtPathQueue']]], - ['_7edtpolyquery_2986',['~dtPolyQuery',['../classdtPolyQuery.html#a9ad241119b015028dc392b33b1b32d68',1,'dtPolyQuery']]], - ['_7edtproximitygrid_2987',['~dtProximityGrid',['../classdtProximityGrid.html#a7a68e3c6d5cd84034777c9dd0bc4a937',1,'dtProximityGrid']]], - ['_7edttilecache_2988',['~dtTileCache',['../classdtTileCache.html#abaad84f534e7b782352d5da36a9066dc',1,'dtTileCache']]], - ['_7edttilecachealloc_2989',['~dtTileCacheAlloc',['../structdtTileCacheAlloc.html#a8507c465095ee62fed991ba5a3781c0c',1,'dtTileCacheAlloc']]], - ['_7edttilecachecompressor_2990',['~dtTileCacheCompressor',['../structdtTileCacheCompressor.html#a6db6bd0ea893262196f91d1c5368e655',1,'dtTileCacheCompressor']]], - ['_7edttilecachemeshprocess_2991',['~dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html#a4e9d0eaaad8e15203156cd550802efff',1,'dtTileCacheMeshProcess']]], - ['_7edudebugdraw_2992',['~duDebugDraw',['../structduDebugDraw.html#af7942595befad5dab1372d8c8b2c2ec1',1,'duDebugDraw']]], - ['_7edudisplaylist_2993',['~duDisplayList',['../classduDisplayList.html#a5d1cabc63c46e0850927830b9b99db1c',1,'duDisplayList']]], - ['_7edufileio_2994',['~duFileIO',['../structduFileIO.html#afab2836e1a3b9909bebe00e9ab81aae8',1,'duFileIO']]], - ['_7efastlzcompressor_2995',['~FastLZCompressor',['../structFastLZCompressor.html#a884d23606adb0674c0b0b124b4ffe28f',1,'FastLZCompressor']]], - ['_7efileio_2996',['~FileIO',['../classFileIO.html#adc3caa8f1e5d76274d8ffb8b5c17288b',1,'FileIO']]], - ['_7eglcheckertexture_2997',['~GLCheckerTexture',['../classGLCheckerTexture.html#ac9c4e61e9010f42ba1739e81ee2e7403',1,'GLCheckerTexture']]], - ['_7einputgeom_2998',['~InputGeom',['../classInputGeom.html#ad3d91321af5be5aafb797fb3045669bd',1,'InputGeom']]], - ['_7elinearallocator_2999',['~LinearAllocator',['../structLinearAllocator.html#a2a9dbeeec28bfd75d74cc66ffee80296',1,'LinearAllocator']]], - ['_7emeshprocess_3000',['~MeshProcess',['../structMeshProcess.html#a984188b70d20532c8f7230fffb6e61eb',1,'MeshProcess']]], - ['_7enavmeshflags_3001',['~NavmeshFlags',['../classNavmeshFlags.html#a52ff37440c3fe6adfb1621446bc2609f',1,'NavmeshFlags']]], - ['_7enavmeshprunetool_3002',['~NavMeshPruneTool',['../classNavMeshPruneTool.html#a65f0cbf67052f748e96523ed02627eee',1,'NavMeshPruneTool']]], - ['_7enavmeshtilebuildcontext_3003',['~NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a4a1734772cf543deb500738ebc457119',1,'NavMeshTileBuildContext']]], - ['_7enavmeshtiletool_3004',['~NavMeshTileTool',['../classNavMeshTileTool.html#a203fa6ab349cd24f1366b6d0aa837a0e',1,'NavMeshTileTool']]], - ['_7eoffmeshconnectiontool_3005',['~OffMeshConnectionTool',['../classOffMeshConnectionTool.html#acc9087666ede6f98badc4da256d52772',1,'OffMeshConnectionTool']]], - ['_7erasterizationcontext_3006',['~RasterizationContext',['../structRasterizationContext.html#ac18e6bedcb3955f81484732ee8908431',1,'RasterizationContext']]], - ['_7ercchunkytrimesh_3007',['~rcChunkyTriMesh',['../structrcChunkyTriMesh.html#abd0bad171797ff8785f0483fc95e260f',1,'rcChunkyTriMesh']]], - ['_7erccompactheightfield_3008',['~rcCompactHeightfield',['../structrcCompactHeightfield.html#aea6121b36d3fb1cab5955a7915c68809',1,'rcCompactHeightfield']]], - ['_7erccontext_3009',['~rcContext',['../classrcContext.html#a02204e324a8ebcf81f489681e80bc61c',1,'rcContext']]], - ['_7erccontourset_3010',['~rcContourSet',['../structrcContourSet.html#ab94de9c515eac08480d33cadc50a5a2b',1,'rcContourSet']]], - ['_7ercheightfield_3011',['~rcHeightfield',['../structrcHeightfield.html#aa8ba94f263c970d09881d362c0a1b38a',1,'rcHeightfield']]], - ['_7ercheightfieldlayerset_3012',['~rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#ac54454771247c643b7978a347051a523',1,'rcHeightfieldLayerSet']]], - ['_7ercheightpatch_3013',['~rcHeightPatch',['../structrcHeightPatch.html#aa25fe10c0b9b186192c1fd8b741e6b96',1,'rcHeightPatch']]], - ['_7ercmeshloaderobj_3014',['~rcMeshLoaderObj',['../classrcMeshLoaderObj.html#a59613496cecd295f9b8346d985d41aff',1,'rcMeshLoaderObj']]], - ['_7ercpolymesh_3015',['~rcPolyMesh',['../structrcPolyMesh.html#a414a3bc052e13abf77d731da160823d4',1,'rcPolyMesh']]], - ['_7ercscopeddelete_3016',['~rcScopedDelete',['../classrcScopedDelete.html#a694ef36a44d1ccac8fd3fb255d7cf9bd',1,'rcScopedDelete']]], - ['_7ercscopedtimer_3017',['~rcScopedTimer',['../classrcScopedTimer.html#a3e1e6f826e8081e67f23cd6c35653b6e',1,'rcScopedTimer']]], - ['_7ercvectorbase_3018',['~rcVectorBase',['../classrcVectorBase.html#a8efb26bcc33ee441869bc1b7cf850171',1,'rcVectorBase']]], - ['_7esample_3019',['~Sample',['../classSample.html#aea8a48c34d94596f6affbbd28938fb2c',1,'Sample']]], - ['_7esample_5fdebug_3020',['~Sample_Debug',['../classSample__Debug.html#a1d922a079270ceae17667276c6372c51',1,'Sample_Debug']]], - ['_7esample_5fsolomesh_3021',['~Sample_SoloMesh',['../classSample__SoloMesh.html#a8b7895596e5ce8977b5727023a39573d',1,'Sample_SoloMesh']]], - ['_7esample_5ftempobstacles_3022',['~Sample_TempObstacles',['../classSample__TempObstacles.html#a2d3988c2615ecb2dae62d6df5522ba1d',1,'Sample_TempObstacles']]], - ['_7esample_5ftilemesh_3023',['~Sample_TileMesh',['../classSample__TileMesh.html#aa115c16452e67c9c47a272d6127c984e',1,'Sample_TileMesh']]], - ['_7esampletool_3024',['~SampleTool',['../structSampleTool.html#a8b20d1398881252989cbfeeff1a5f2f3',1,'SampleTool']]], - ['_7esampletoolstate_3025',['~SampleToolState',['../structSampleToolState.html#a1e263aeadeff1cd905d552fe28eeb32b',1,'SampleToolState']]], - ['_7etempobstaclecreatetool_3026',['~TempObstacleCreateTool',['../classTempObstacleCreateTool.html#a8c2fa24e7c9d71e6cb90f32b61d9ae77',1,'TempObstacleCreateTool']]], - ['_7etempobstaclehilighttool_3027',['~TempObstacleHilightTool',['../classTempObstacleHilightTool.html#af0475ec4f0d02355ea68a78edd39b10b',1,'TempObstacleHilightTool']]], - ['_7etestcase_3028',['~TestCase',['../classTestCase.html#ae4684f6b106fa323a61dd13be03d7919',1,'TestCase']]] + ['_7ecrowdtoolstate_2970',['~CrowdToolState',['../classCrowdToolState.html#a565655ca9441a3df105c266743937f8b',1,'CrowdToolState']]], + ['_7edtcollectpolysquery_2971',['~dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a30a6baa977d507b2c6f0148a770655b8',1,'dtCollectPolysQuery']]], + ['_7edtcrowd_2972',['~dtCrowd',['../classdtCrowd.html#a9a6817150b328d1646e58713cef9d9b4',1,'dtCrowd']]], + ['_7edtfindnearestpolyquery_2973',['~dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a0f3122a8f4d6151eb628453b3e99d74c',1,'dtFindNearestPolyQuery']]], + ['_7edtfixedarray_2974',['~dtFixedArray',['../classdtFixedArray.html#a4200a27ea1af879c1f0b19de8d289e8a',1,'dtFixedArray']]], + ['_7edtlocalboundary_2975',['~dtLocalBoundary',['../classdtLocalBoundary.html#a902dbd1ea5d8c1981b36b1ee5dac70c8',1,'dtLocalBoundary']]], + ['_7edtnavmesh_2976',['~dtNavMesh',['../classdtNavMesh.html#a08ff0da5bc8c2d01d26535f67d0f4726',1,'dtNavMesh']]], + ['_7edtnavmeshquery_2977',['~dtNavMeshQuery',['../classdtNavMeshQuery.html#a157a41114dab708dabb05eebe8dc07a2',1,'dtNavMeshQuery']]], + ['_7edtnodepool_2978',['~dtNodePool',['../classdtNodePool.html#acd74c85e290d5b7bcd1f9c44905a0f74',1,'dtNodePool']]], + ['_7edtnodequeue_2979',['~dtNodeQueue',['../classdtNodeQueue.html#a836fbfbac11e06eeadd76919a9bba943',1,'dtNodeQueue']]], + ['_7edtobstacleavoidancedebugdata_2980',['~dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ad8b6bd04b9c0a8798a75d83671f74859',1,'dtObstacleAvoidanceDebugData']]], + ['_7edtobstacleavoidancequery_2981',['~dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a56a81340e58ae836f32c802ab3531772',1,'dtObstacleAvoidanceQuery']]], + ['_7edtpathcorridor_2982',['~dtPathCorridor',['../classdtPathCorridor.html#a10dc98697fb9f6e60063ab49a41c391b',1,'dtPathCorridor']]], + ['_7edtpathqueue_2983',['~dtPathQueue',['../classdtPathQueue.html#a3aed72cee418c920b5fbdc247845dae3',1,'dtPathQueue']]], + ['_7edtpolyquery_2984',['~dtPolyQuery',['../classdtPolyQuery.html#a9ad241119b015028dc392b33b1b32d68',1,'dtPolyQuery']]], + ['_7edtproximitygrid_2985',['~dtProximityGrid',['../classdtProximityGrid.html#a7a68e3c6d5cd84034777c9dd0bc4a937',1,'dtProximityGrid']]], + ['_7edttilecache_2986',['~dtTileCache',['../classdtTileCache.html#abaad84f534e7b782352d5da36a9066dc',1,'dtTileCache']]], + ['_7edttilecachealloc_2987',['~dtTileCacheAlloc',['../structdtTileCacheAlloc.html#a8507c465095ee62fed991ba5a3781c0c',1,'dtTileCacheAlloc']]], + ['_7edttilecachecompressor_2988',['~dtTileCacheCompressor',['../structdtTileCacheCompressor.html#a6db6bd0ea893262196f91d1c5368e655',1,'dtTileCacheCompressor']]], + ['_7edttilecachemeshprocess_2989',['~dtTileCacheMeshProcess',['../structdtTileCacheMeshProcess.html#a4e9d0eaaad8e15203156cd550802efff',1,'dtTileCacheMeshProcess']]], + ['_7edudebugdraw_2990',['~duDebugDraw',['../structduDebugDraw.html#af7942595befad5dab1372d8c8b2c2ec1',1,'duDebugDraw']]], + ['_7edudisplaylist_2991',['~duDisplayList',['../classduDisplayList.html#a5d1cabc63c46e0850927830b9b99db1c',1,'duDisplayList']]], + ['_7edufileio_2992',['~duFileIO',['../structduFileIO.html#afab2836e1a3b9909bebe00e9ab81aae8',1,'duFileIO']]], + ['_7efastlzcompressor_2993',['~FastLZCompressor',['../structFastLZCompressor.html#a884d23606adb0674c0b0b124b4ffe28f',1,'FastLZCompressor']]], + ['_7efileio_2994',['~FileIO',['../classFileIO.html#adc3caa8f1e5d76274d8ffb8b5c17288b',1,'FileIO']]], + ['_7eglcheckertexture_2995',['~GLCheckerTexture',['../classGLCheckerTexture.html#ac9c4e61e9010f42ba1739e81ee2e7403',1,'GLCheckerTexture']]], + ['_7einputgeom_2996',['~InputGeom',['../classInputGeom.html#ad3d91321af5be5aafb797fb3045669bd',1,'InputGeom']]], + ['_7elinearallocator_2997',['~LinearAllocator',['../structLinearAllocator.html#a2a9dbeeec28bfd75d74cc66ffee80296',1,'LinearAllocator']]], + ['_7emeshprocess_2998',['~MeshProcess',['../structMeshProcess.html#a984188b70d20532c8f7230fffb6e61eb',1,'MeshProcess']]], + ['_7enavmeshflags_2999',['~NavmeshFlags',['../classNavmeshFlags.html#a52ff37440c3fe6adfb1621446bc2609f',1,'NavmeshFlags']]], + ['_7enavmeshprunetool_3000',['~NavMeshPruneTool',['../classNavMeshPruneTool.html#a65f0cbf67052f748e96523ed02627eee',1,'NavMeshPruneTool']]], + ['_7enavmeshtilebuildcontext_3001',['~NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a4a1734772cf543deb500738ebc457119',1,'NavMeshTileBuildContext']]], + ['_7enavmeshtiletool_3002',['~NavMeshTileTool',['../classNavMeshTileTool.html#a203fa6ab349cd24f1366b6d0aa837a0e',1,'NavMeshTileTool']]], + ['_7eoffmeshconnectiontool_3003',['~OffMeshConnectionTool',['../classOffMeshConnectionTool.html#acc9087666ede6f98badc4da256d52772',1,'OffMeshConnectionTool']]], + ['_7erasterizationcontext_3004',['~RasterizationContext',['../structRasterizationContext.html#ac18e6bedcb3955f81484732ee8908431',1,'RasterizationContext']]], + ['_7ercchunkytrimesh_3005',['~rcChunkyTriMesh',['../structrcChunkyTriMesh.html#abd0bad171797ff8785f0483fc95e260f',1,'rcChunkyTriMesh']]], + ['_7erccompactheightfield_3006',['~rcCompactHeightfield',['../structrcCompactHeightfield.html#aea6121b36d3fb1cab5955a7915c68809',1,'rcCompactHeightfield']]], + ['_7erccontext_3007',['~rcContext',['../classrcContext.html#a02204e324a8ebcf81f489681e80bc61c',1,'rcContext']]], + ['_7erccontourset_3008',['~rcContourSet',['../structrcContourSet.html#ab94de9c515eac08480d33cadc50a5a2b',1,'rcContourSet']]], + ['_7ercheightfield_3009',['~rcHeightfield',['../structrcHeightfield.html#aa8ba94f263c970d09881d362c0a1b38a',1,'rcHeightfield']]], + ['_7ercheightfieldlayerset_3010',['~rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#ac54454771247c643b7978a347051a523',1,'rcHeightfieldLayerSet']]], + ['_7ercheightpatch_3011',['~rcHeightPatch',['../structrcHeightPatch.html#aa25fe10c0b9b186192c1fd8b741e6b96',1,'rcHeightPatch']]], + ['_7ercmeshloaderobj_3012',['~rcMeshLoaderObj',['../classrcMeshLoaderObj.html#a59613496cecd295f9b8346d985d41aff',1,'rcMeshLoaderObj']]], + ['_7ercpolymesh_3013',['~rcPolyMesh',['../structrcPolyMesh.html#a414a3bc052e13abf77d731da160823d4',1,'rcPolyMesh']]], + ['_7ercscopeddelete_3014',['~rcScopedDelete',['../classrcScopedDelete.html#a694ef36a44d1ccac8fd3fb255d7cf9bd',1,'rcScopedDelete']]], + ['_7ercscopedtimer_3015',['~rcScopedTimer',['../classrcScopedTimer.html#a3e1e6f826e8081e67f23cd6c35653b6e',1,'rcScopedTimer']]], + ['_7ercvectorbase_3016',['~rcVectorBase',['../classrcVectorBase.html#a8efb26bcc33ee441869bc1b7cf850171',1,'rcVectorBase']]], + ['_7esample_3017',['~Sample',['../classSample.html#aea8a48c34d94596f6affbbd28938fb2c',1,'Sample']]], + ['_7esample_5fdebug_3018',['~Sample_Debug',['../classSample__Debug.html#a1d922a079270ceae17667276c6372c51',1,'Sample_Debug']]], + ['_7esample_5fsolomesh_3019',['~Sample_SoloMesh',['../classSample__SoloMesh.html#a8b7895596e5ce8977b5727023a39573d',1,'Sample_SoloMesh']]], + ['_7esample_5ftempobstacles_3020',['~Sample_TempObstacles',['../classSample__TempObstacles.html#a2d3988c2615ecb2dae62d6df5522ba1d',1,'Sample_TempObstacles']]], + ['_7esample_5ftilemesh_3021',['~Sample_TileMesh',['../classSample__TileMesh.html#aa115c16452e67c9c47a272d6127c984e',1,'Sample_TileMesh']]], + ['_7esampletool_3022',['~SampleTool',['../structSampleTool.html#a8b20d1398881252989cbfeeff1a5f2f3',1,'SampleTool']]], + ['_7esampletoolstate_3023',['~SampleToolState',['../structSampleToolState.html#a1e263aeadeff1cd905d552fe28eeb32b',1,'SampleToolState']]], + ['_7etempobstaclecreatetool_3024',['~TempObstacleCreateTool',['../classTempObstacleCreateTool.html#a8c2fa24e7c9d71e6cb90f32b61d9ae77',1,'TempObstacleCreateTool']]], + ['_7etempobstaclehilighttool_3025',['~TempObstacleHilightTool',['../classTempObstacleHilightTool.html#af0475ec4f0d02355ea68a78edd39b10b',1,'TempObstacleHilightTool']]], + ['_7etestcase_3026',['~TestCase',['../classTestCase.html#ae4684f6b106fa323a61dd13be03d7919',1,'TestCase']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index b966afb5..3ec4fb1b 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,55 +1,55 @@ var searchData= [ - ['calcareaofpolygon2d_2141',['calcAreaOfPolygon2D',['../RecastContour_8cpp.html#a538aea06d768e3c175b9b8e47f254b52',1,'RecastContour.cpp']]], - ['calcextends_2142',['calcExtends',['../ChunkyTriMesh_8cpp.html#ab9e1d32b348378cc47d69088c6c2578b',1,'calcExtends(const BoundsItem *items, const int, const int imin, const int imax, float *bmin, float *bmax): ChunkyTriMesh.cpp'],['../DetourNavMeshBuilder_8cpp.html#a67e97cee06fddfdd0a3eb43661b44637',1,'calcExtends(BVItem *items, const int, const int imin, const int imax, unsigned short *bmin, unsigned short *bmax): DetourNavMeshBuilder.cpp']]], - ['calclayerbuffersize_2143',['calcLayerBufferSize',['../Sample__TempObstacles_8cpp.html#a4298a24291a2d5201ff7a2b1cbfcf56d',1,'Sample_TempObstacles.cpp']]], - ['calcslabendpoints_2144',['calcSlabEndPoints',['../DetourNavMesh_8cpp.html#a80261651de8c5a4a2798b3d64fcb73bb',1,'DetourNavMesh.cpp']]], - ['calcsmoothsteerdirection_2145',['calcSmoothSteerDirection',['../DetourCrowd_8cpp.html#abfe93834630c322a9a508de9c9a1bbb8',1,'DetourCrowd.cpp']]], - ['calcstraightsteerdirection_2146',['calcStraightSteerDirection',['../DetourCrowd_8cpp.html#a13aa5147e130f02757fc14ad317d5dff',1,'DetourCrowd.cpp']]], - ['calctighttilebounds_2147',['calcTightTileBounds',['../classdtTileCache.html#ac3e71498a991117139f007f53ce0a822',1,'dtTileCache']]], - ['calctileloc_2148',['calcTileLoc',['../classdtNavMesh.html#a609d55c59062910ff645dbbd4c72fed1',1,'dtNavMesh']]], - ['calctrinormal_2149',['calcTriNormal',['../Recast_8cpp.html#a60b906db15ec95753e2c46d85ac1f5a7',1,'Recast.cpp']]], - ['calculatedistancefield_2150',['calculateDistanceField',['../RecastRegion_8cpp.html#af63d2a9505ebfbbf63efc02531af5153',1,'RecastRegion.cpp']]], - ['calcvel_2151',['calcVel',['../CrowdTool_8cpp.html#a42d0c4968b7a64410b32b8a6bf0559fd',1,'CrowdTool.cpp']]], - ['canmerge_2152',['canMerge',['../DetourTileCacheBuilder_8cpp.html#a4ccf7916570765c946d2365b933aade5',1,'DetourTileCacheBuilder.cpp']]], - ['canmergewithregion_2153',['canMergeWithRegion',['../RecastRegion_8cpp.html#a9b19ff33ed5153482d1b80b285209e54',1,'RecastRegion.cpp']]], - ['canremovevertex_2154',['canRemoveVertex',['../DetourTileCacheBuilder_8cpp.html#a79d489bfce99f1637549fdf8223a5352',1,'canRemoveVertex(dtTileCachePolyMesh &mesh, const unsigned short rem): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a837800b7a34e1106d7ad287b8cb7fc33',1,'canRemoveVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem): RecastMesh.cpp']]], - ['capacity_2155',['capacity',['../classrcVectorBase.html#a44e70e9744a1c6e3dcaab2a89a7a2c65',1,'rcVectorBase']]], - ['checkoverlaprect_2156',['checkOverlapRect',['../ChunkyTriMesh_8cpp.html#a488658425e021197b682d2ff039ed0d5',1,'ChunkyTriMesh.cpp']]], - ['checkoverlapsegment_2157',['checkOverlapSegment',['../ChunkyTriMesh_8cpp.html#a9a85b2fd169892112b16a277c6a59ced',1,'ChunkyTriMesh.cpp']]], - ['circumcircle_2158',['circumCircle',['../RecastMeshDetail_8cpp.html#a22704fbc4ce6a6d0aa11821bc4684f22',1,'RecastMeshDetail.cpp']]], - ['classifyoffmeshpoint_2159',['classifyOffMeshPoint',['../DetourNavMeshBuilder_8cpp.html#a9a7e6003820face64f333c968b5c0cdb',1,'DetourNavMeshBuilder.cpp']]], - ['cleanup_2160',['cleanup',['../classSample__SoloMesh.html#afede15e3275e57b471fe72d26957d1b8',1,'Sample_SoloMesh::cleanup()'],['../classSample__TileMesh.html#ac0e18dc57eb1a972815125845e40e464',1,'Sample_TileMesh::cleanup()']]], - ['clear_2161',['clear',['../classduDisplayList.html#a5a6da38566e95882f4b63c0d765b2cc3',1,'duDisplayList::clear()'],['../classdtNodePool.html#a4341af64b1f043b2775b7f1abae34d7b',1,'dtNodePool::clear()'],['../classrcIntArray.html#a1e0b5e96e9aa5bc5e69b4952dd962292',1,'rcIntArray::clear()'],['../classrcVectorBase.html#ac46ddcef1d2b88f2632debbb7e28474b',1,'rcVectorBase::clear()'],['../classdtProximityGrid.html#abfbfdb91797c4414d1201d761d9c1a94',1,'dtProximityGrid::clear()'],['../classdtNodeQueue.html#aa0f83a0d1f38b0b97fb549d1372c8be7',1,'dtNodeQueue::clear()']]], - ['clearactive_2162',['clearActive',['../imgui_8cpp.html#a323f894b86639f571ec7e44fb20fbfea',1,'imgui.cpp']]], - ['clearallflags_2163',['clearAllFlags',['../classNavmeshFlags.html#ad9df0c288de9a604e5bc92aa7a7ce984',1,'NavmeshFlags']]], - ['clearalltempobstacles_2164',['clearAllTempObstacles',['../classSample__TempObstacles.html#a92354fa33e4ace58607b08c49c190a82',1,'Sample_TempObstacles']]], - ['clearinput_2165',['clearInput',['../imgui_8cpp.html#a5d555657ce648c1a47abb70f1029589d',1,'imgui.cpp']]], - ['closestpointonpoly_2166',['closestPointOnPoly',['../classdtNavMeshQuery.html#a07a90efe5d1a2b4b530aa236370574d9',1,'dtNavMeshQuery']]], - ['closestpointonpolyboundary_2167',['closestPointOnPolyBoundary',['../classdtNavMeshQuery.html#aa53b9573e61eda951213ea9e4354e744',1,'dtNavMeshQuery']]], - ['cmppt_2168',['cmppt',['../ConvexVolumeTool_8cpp.html#a9c7eafbf2dc4bd6e44f709540181f6fe',1,'ConvexVolumeTool.cpp']]], - ['collectsettings_2169',['collectSettings',['../classSample__TileMesh.html#a9b5c5cbdc80862c4d8bcd7798ae4b645',1,'Sample_TileMesh::collectSettings()'],['../classSample.html#aaa6103a46cc7a3853012c5743b41de01',1,'Sample::collectSettings()']]], - ['collinear_2170',['collinear',['../DetourTileCacheBuilder_8cpp.html#abb42cfd869a798f46d97f9b6f8a7a3cd',1,'collinear(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#adbc7fb647489ff66ceda06839a1c4487',1,'collinear(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#adbc7fb647489ff66ceda06839a1c4487',1,'collinear(const int *a, const int *b, const int *c): RecastMesh.cpp']]], - ['comparediagdist_2171',['compareDiagDist',['../RecastContour_8cpp.html#a68e26a981b0c0fbf9154b0bfd60316ff',1,'RecastContour.cpp']]], - ['compareholes_2172',['compareHoles',['../RecastContour_8cpp.html#a3be71e84d68809762298558ccdd37028',1,'RecastContour.cpp']]], - ['compareitemx_2173',['compareItemX',['../DetourNavMeshBuilder_8cpp.html#a1888720290d8beeb3162f90e197ff7b3',1,'compareItemX(const void *va, const void *vb): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a1888720290d8beeb3162f90e197ff7b3',1,'compareItemX(const void *va, const void *vb): ChunkyTriMesh.cpp']]], - ['compareitemy_2174',['compareItemY',['../DetourNavMeshBuilder_8cpp.html#ac4386676e18bfd480f6686981f10e595',1,'compareItemY(const void *va, const void *vb): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#ac4386676e18bfd480f6686981f10e595',1,'compareItemY(const void *va, const void *vb): ChunkyTriMesh.cpp']]], - ['compareitemz_2175',['compareItemZ',['../DetourNavMeshBuilder_8cpp.html#a025ef8ddc40e9119efdb4dfa5ab3c1af',1,'DetourNavMeshBuilder.cpp']]], - ['completefacet_2176',['completeFacet',['../RecastMeshDetail_8cpp.html#a96a6ec05a5889ccef86be9992f5631c2',1,'RecastMeshDetail.cpp']]], - ['compress_2177',['compress',['../structdtTileCacheCompressor.html#ad117fb147426232344a3a1d83b572182',1,'dtTileCacheCompressor::compress()'],['../structFastLZCompressor.html#ade3bcdfdf37fed48284a4a4d89e2d804',1,'FastLZCompressor::compress()']]], - ['computetilehash_2178',['computeTileHash',['../DetourNavMesh_8cpp.html#ab22aa4a9219f2568cb77b35fbc2d0f9b',1,'computeTileHash(int x, int y, const int mask): DetourNavMesh.cpp'],['../DetourTileCache_8cpp.html#ab22aa4a9219f2568cb77b35fbc2d0f9b',1,'computeTileHash(int x, int y, const int mask): DetourTileCache.cpp']]], - ['computevertexhash_2179',['computeVertexHash',['../RecastMesh_8cpp.html#ada4ba8a9249ac90f3736b65f6de28e34',1,'RecastMesh.cpp']]], - ['computevertexhash2_2180',['computeVertexHash2',['../DetourTileCacheBuilder_8cpp.html#a2198ce594280787ad201642656e4f73b',1,'DetourTileCacheBuilder.cpp']]], - ['contains_2181',['contains',['../DetourTileCache_8cpp.html#a4cb5c73a94227600c0ab6904dd2e7dbd',1,'contains(const dtCompressedTileRef *a, const int n, const dtCompressedTileRef v): DetourTileCache.cpp'],['../RecastLayers_8cpp.html#a4bb3cae5fa2c81629762ccb89c6d136c',1,'contains(const unsigned char *a, const unsigned char an, const unsigned char v): RecastLayers.cpp']]], - ['convexhull_2182',['convexhull',['../ConvexVolumeTool_8cpp.html#a8c5d9876cd6cec34ee07abb195539ac9',1,'ConvexVolumeTool.cpp']]], - ['convexvolumetool_2183',['ConvexVolumeTool',['../classConvexVolumeTool.html#a45d29f1ecd1ea648fee54ea1aa10b6c3',1,'ConvexVolumeTool']]], - ['copyname_2184',['copyName',['../TestCase_8cpp.html#aa7f9a7a9c338992807552d44ffce013a',1,'TestCase.cpp']]], - ['countpolyverts_2185',['countPolyVerts',['../DetourTileCacheBuilder_8cpp.html#a82b58c9d334362460a2f3b8b95376237',1,'countPolyVerts(const unsigned short *p): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a5ae2b41c36fdf5c74e434c33d31dab95',1,'countPolyVerts(const unsigned short *p, const int nvp): RecastMesh.cpp']]], - ['createbvtree_2186',['createBVTree',['../DetourNavMeshBuilder_8cpp.html#a494edfa1ff65cd394f1d824b57df1781',1,'DetourNavMeshBuilder.cpp']]], - ['createdebug_2187',['createDebug',['../main_8cpp.html#af4336c7a2c0e2345c02f74c70092c4ff',1,'main.cpp']]], - ['createsolo_2188',['createSolo',['../main_8cpp.html#a241d5048537d6cfe972e82c3a6011828',1,'main.cpp']]], - ['createtempobstacle_2189',['createTempObstacle',['../main_8cpp.html#a03a5b1a1ab5c4274dd911f3ff3844bea',1,'main.cpp']]], - ['createtile_2190',['createTile',['../main_8cpp.html#a8ea952f8e0c040f95a23f5f8ce3e684f',1,'main.cpp']]], - ['crowdtool_2191',['CrowdTool',['../classCrowdTool.html#aa66d04ddef79672215f8702a2b063f3c',1,'CrowdTool']]], - ['crowdtoolstate_2192',['CrowdToolState',['../classCrowdToolState.html#a27c76b496c852259d7f13cba5d3486a2',1,'CrowdToolState']]] + ['calcareaofpolygon2d_2140',['calcAreaOfPolygon2D',['../RecastContour_8cpp.html#a538aea06d768e3c175b9b8e47f254b52',1,'RecastContour.cpp']]], + ['calcextends_2141',['calcExtends',['../ChunkyTriMesh_8cpp.html#ab9e1d32b348378cc47d69088c6c2578b',1,'calcExtends(const BoundsItem *items, const int, const int imin, const int imax, float *bmin, float *bmax): ChunkyTriMesh.cpp'],['../DetourNavMeshBuilder_8cpp.html#a67e97cee06fddfdd0a3eb43661b44637',1,'calcExtends(BVItem *items, const int, const int imin, const int imax, unsigned short *bmin, unsigned short *bmax): DetourNavMeshBuilder.cpp']]], + ['calclayerbuffersize_2142',['calcLayerBufferSize',['../Sample__TempObstacles_8cpp.html#a4298a24291a2d5201ff7a2b1cbfcf56d',1,'Sample_TempObstacles.cpp']]], + ['calcslabendpoints_2143',['calcSlabEndPoints',['../DetourNavMesh_8cpp.html#a80261651de8c5a4a2798b3d64fcb73bb',1,'DetourNavMesh.cpp']]], + ['calcsmoothsteerdirection_2144',['calcSmoothSteerDirection',['../DetourCrowd_8cpp.html#abfe93834630c322a9a508de9c9a1bbb8',1,'DetourCrowd.cpp']]], + ['calcstraightsteerdirection_2145',['calcStraightSteerDirection',['../DetourCrowd_8cpp.html#a13aa5147e130f02757fc14ad317d5dff',1,'DetourCrowd.cpp']]], + ['calctighttilebounds_2146',['calcTightTileBounds',['../classdtTileCache.html#ac3e71498a991117139f007f53ce0a822',1,'dtTileCache']]], + ['calctileloc_2147',['calcTileLoc',['../classdtNavMesh.html#a609d55c59062910ff645dbbd4c72fed1',1,'dtNavMesh']]], + ['calctrinormal_2148',['calcTriNormal',['../Recast_8cpp.html#a60b906db15ec95753e2c46d85ac1f5a7',1,'Recast.cpp']]], + ['calculatedistancefield_2149',['calculateDistanceField',['../RecastRegion_8cpp.html#af63d2a9505ebfbbf63efc02531af5153',1,'RecastRegion.cpp']]], + ['calcvel_2150',['calcVel',['../CrowdTool_8cpp.html#a42d0c4968b7a64410b32b8a6bf0559fd',1,'CrowdTool.cpp']]], + ['canmerge_2151',['canMerge',['../DetourTileCacheBuilder_8cpp.html#a4ccf7916570765c946d2365b933aade5',1,'DetourTileCacheBuilder.cpp']]], + ['canmergewithregion_2152',['canMergeWithRegion',['../RecastRegion_8cpp.html#a9b19ff33ed5153482d1b80b285209e54',1,'RecastRegion.cpp']]], + ['canremovevertex_2153',['canRemoveVertex',['../DetourTileCacheBuilder_8cpp.html#a79d489bfce99f1637549fdf8223a5352',1,'canRemoveVertex(dtTileCachePolyMesh &mesh, const unsigned short rem): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a837800b7a34e1106d7ad287b8cb7fc33',1,'canRemoveVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem): RecastMesh.cpp']]], + ['capacity_2154',['capacity',['../classrcVectorBase.html#a44e70e9744a1c6e3dcaab2a89a7a2c65',1,'rcVectorBase']]], + ['checkoverlaprect_2155',['checkOverlapRect',['../ChunkyTriMesh_8cpp.html#a488658425e021197b682d2ff039ed0d5',1,'ChunkyTriMesh.cpp']]], + ['checkoverlapsegment_2156',['checkOverlapSegment',['../ChunkyTriMesh_8cpp.html#a9a85b2fd169892112b16a277c6a59ced',1,'ChunkyTriMesh.cpp']]], + ['circumcircle_2157',['circumCircle',['../RecastMeshDetail_8cpp.html#a22704fbc4ce6a6d0aa11821bc4684f22',1,'RecastMeshDetail.cpp']]], + ['classifyoffmeshpoint_2158',['classifyOffMeshPoint',['../DetourNavMeshBuilder_8cpp.html#a9a7e6003820face64f333c968b5c0cdb',1,'DetourNavMeshBuilder.cpp']]], + ['cleanup_2159',['cleanup',['../classSample__SoloMesh.html#afede15e3275e57b471fe72d26957d1b8',1,'Sample_SoloMesh::cleanup()'],['../classSample__TileMesh.html#ac0e18dc57eb1a972815125845e40e464',1,'Sample_TileMesh::cleanup()']]], + ['clear_2160',['clear',['../classduDisplayList.html#a5a6da38566e95882f4b63c0d765b2cc3',1,'duDisplayList::clear()'],['../classdtNodePool.html#a4341af64b1f043b2775b7f1abae34d7b',1,'dtNodePool::clear()'],['../classrcIntArray.html#a1e0b5e96e9aa5bc5e69b4952dd962292',1,'rcIntArray::clear()'],['../classrcVectorBase.html#ac46ddcef1d2b88f2632debbb7e28474b',1,'rcVectorBase::clear()'],['../classdtProximityGrid.html#abfbfdb91797c4414d1201d761d9c1a94',1,'dtProximityGrid::clear()'],['../classdtNodeQueue.html#aa0f83a0d1f38b0b97fb549d1372c8be7',1,'dtNodeQueue::clear()']]], + ['clearactive_2161',['clearActive',['../imgui_8cpp.html#a323f894b86639f571ec7e44fb20fbfea',1,'imgui.cpp']]], + ['clearallflags_2162',['clearAllFlags',['../classNavmeshFlags.html#ad9df0c288de9a604e5bc92aa7a7ce984',1,'NavmeshFlags']]], + ['clearalltempobstacles_2163',['clearAllTempObstacles',['../classSample__TempObstacles.html#a92354fa33e4ace58607b08c49c190a82',1,'Sample_TempObstacles']]], + ['clearinput_2164',['clearInput',['../imgui_8cpp.html#a5d555657ce648c1a47abb70f1029589d',1,'imgui.cpp']]], + ['closestpointonpoly_2165',['closestPointOnPoly',['../classdtNavMeshQuery.html#a07a90efe5d1a2b4b530aa236370574d9',1,'dtNavMeshQuery']]], + ['closestpointonpolyboundary_2166',['closestPointOnPolyBoundary',['../classdtNavMeshQuery.html#aa53b9573e61eda951213ea9e4354e744',1,'dtNavMeshQuery']]], + ['cmppt_2167',['cmppt',['../ConvexVolumeTool_8cpp.html#a9c7eafbf2dc4bd6e44f709540181f6fe',1,'ConvexVolumeTool.cpp']]], + ['collectsettings_2168',['collectSettings',['../classSample__TileMesh.html#a9b5c5cbdc80862c4d8bcd7798ae4b645',1,'Sample_TileMesh::collectSettings()'],['../classSample.html#aaa6103a46cc7a3853012c5743b41de01',1,'Sample::collectSettings()']]], + ['collinear_2169',['collinear',['../DetourTileCacheBuilder_8cpp.html#abb42cfd869a798f46d97f9b6f8a7a3cd',1,'collinear(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#adbc7fb647489ff66ceda06839a1c4487',1,'collinear(const int *a, const int *b, const int *c): RecastContour.cpp'],['../RecastMesh_8cpp.html#adbc7fb647489ff66ceda06839a1c4487',1,'collinear(const int *a, const int *b, const int *c): RecastMesh.cpp']]], + ['comparediagdist_2170',['compareDiagDist',['../RecastContour_8cpp.html#a68e26a981b0c0fbf9154b0bfd60316ff',1,'RecastContour.cpp']]], + ['compareholes_2171',['compareHoles',['../RecastContour_8cpp.html#a3be71e84d68809762298558ccdd37028',1,'RecastContour.cpp']]], + ['compareitemx_2172',['compareItemX',['../DetourNavMeshBuilder_8cpp.html#a1888720290d8beeb3162f90e197ff7b3',1,'compareItemX(const void *va, const void *vb): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a1888720290d8beeb3162f90e197ff7b3',1,'compareItemX(const void *va, const void *vb): ChunkyTriMesh.cpp']]], + ['compareitemy_2173',['compareItemY',['../DetourNavMeshBuilder_8cpp.html#ac4386676e18bfd480f6686981f10e595',1,'compareItemY(const void *va, const void *vb): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#ac4386676e18bfd480f6686981f10e595',1,'compareItemY(const void *va, const void *vb): ChunkyTriMesh.cpp']]], + ['compareitemz_2174',['compareItemZ',['../DetourNavMeshBuilder_8cpp.html#a025ef8ddc40e9119efdb4dfa5ab3c1af',1,'DetourNavMeshBuilder.cpp']]], + ['completefacet_2175',['completeFacet',['../RecastMeshDetail_8cpp.html#a96a6ec05a5889ccef86be9992f5631c2',1,'RecastMeshDetail.cpp']]], + ['compress_2176',['compress',['../structdtTileCacheCompressor.html#ad117fb147426232344a3a1d83b572182',1,'dtTileCacheCompressor::compress()'],['../structFastLZCompressor.html#ade3bcdfdf37fed48284a4a4d89e2d804',1,'FastLZCompressor::compress()']]], + ['computetilehash_2177',['computeTileHash',['../DetourNavMesh_8cpp.html#ab22aa4a9219f2568cb77b35fbc2d0f9b',1,'computeTileHash(int x, int y, const int mask): DetourNavMesh.cpp'],['../DetourTileCache_8cpp.html#ab22aa4a9219f2568cb77b35fbc2d0f9b',1,'computeTileHash(int x, int y, const int mask): DetourTileCache.cpp']]], + ['computevertexhash_2178',['computeVertexHash',['../RecastMesh_8cpp.html#ada4ba8a9249ac90f3736b65f6de28e34',1,'RecastMesh.cpp']]], + ['computevertexhash2_2179',['computeVertexHash2',['../DetourTileCacheBuilder_8cpp.html#a2198ce594280787ad201642656e4f73b',1,'DetourTileCacheBuilder.cpp']]], + ['contains_2180',['contains',['../DetourTileCache_8cpp.html#a4cb5c73a94227600c0ab6904dd2e7dbd',1,'contains(const dtCompressedTileRef *a, const int n, const dtCompressedTileRef v): DetourTileCache.cpp'],['../RecastLayers_8cpp.html#a4bb3cae5fa2c81629762ccb89c6d136c',1,'contains(const unsigned char *a, const unsigned char an, const unsigned char v): RecastLayers.cpp']]], + ['convexhull_2181',['convexhull',['../ConvexVolumeTool_8cpp.html#a8c5d9876cd6cec34ee07abb195539ac9',1,'ConvexVolumeTool.cpp']]], + ['convexvolumetool_2182',['ConvexVolumeTool',['../classConvexVolumeTool.html#a45d29f1ecd1ea648fee54ea1aa10b6c3',1,'ConvexVolumeTool']]], + ['copyname_2183',['copyName',['../TestCase_8cpp.html#aa7f9a7a9c338992807552d44ffce013a',1,'TestCase.cpp']]], + ['countpolyverts_2184',['countPolyVerts',['../DetourTileCacheBuilder_8cpp.html#a82b58c9d334362460a2f3b8b95376237',1,'countPolyVerts(const unsigned short *p): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a5ae2b41c36fdf5c74e434c33d31dab95',1,'countPolyVerts(const unsigned short *p, const int nvp): RecastMesh.cpp']]], + ['createbvtree_2185',['createBVTree',['../DetourNavMeshBuilder_8cpp.html#a494edfa1ff65cd394f1d824b57df1781',1,'DetourNavMeshBuilder.cpp']]], + ['createdebug_2186',['createDebug',['../main_8cpp.html#af4336c7a2c0e2345c02f74c70092c4ff',1,'main.cpp']]], + ['createsolo_2187',['createSolo',['../main_8cpp.html#a241d5048537d6cfe972e82c3a6011828',1,'main.cpp']]], + ['createtempobstacle_2188',['createTempObstacle',['../main_8cpp.html#a03a5b1a1ab5c4274dd911f3ff3844bea',1,'main.cpp']]], + ['createtile_2189',['createTile',['../main_8cpp.html#a8ea952f8e0c040f95a23f5f8ce3e684f',1,'main.cpp']]], + ['crowdtool_2190',['CrowdTool',['../classCrowdTool.html#aa66d04ddef79672215f8702a2b063f3c',1,'CrowdTool']]], + ['crowdtoolstate_2191',['CrowdToolState',['../classCrowdToolState.html#a27c76b496c852259d7f13cba5d3486a2',1,'CrowdToolState']]] ]; diff --git a/search/functions_3.js b/search/functions_3.js index 0250f103..00a4c596 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -1,242 +1,242 @@ var searchData= [ - ['data_2193',['data',['../classrcVectorBase.html#a9495317ad1f22ab74f802aedd3dfc6f9',1,'rcVectorBase::data()'],['../classrcVectorBase.html#a3e332ce609a641c597aab6c04da61304',1,'rcVectorBase::data() const']]], - ['debugdrawtilecacheportals_2194',['debugDrawTileCachePortals',['../DetourDebugDraw_8cpp.html#a8a78e768c829bc09c23c09605a8b33f3',1,'DetourDebugDraw.cpp']]], - ['decodeobstacleidobstacle_2195',['decodeObstacleIdObstacle',['../classdtTileCache.html#a4351916cf85bcc4d3fc2bd477b0f373f',1,'dtTileCache']]], - ['decodeobstacleidsalt_2196',['decodeObstacleIdSalt',['../classdtTileCache.html#ad2ba8e2882fca7ffb2b9239879cac3c7',1,'dtTileCache']]], - ['decodepolyid_2197',['decodePolyId',['../classdtNavMesh.html#afaaf5c22864cdf4a61d5e40a4efce43f',1,'dtNavMesh']]], - ['decodepolyidpoly_2198',['decodePolyIdPoly',['../classdtNavMesh.html#a936c3779e6cb7484e57dd106911eccc2',1,'dtNavMesh']]], - ['decodepolyidsalt_2199',['decodePolyIdSalt',['../classdtNavMesh.html#a588b6f839fd249430cff02cea71f347c',1,'dtNavMesh']]], - ['decodepolyidtile_2200',['decodePolyIdTile',['../classdtNavMesh.html#a94cfcf0015d7d6d856acaf96126cd349',1,'dtNavMesh']]], - ['decodetileidsalt_2201',['decodeTileIdSalt',['../classdtTileCache.html#a30b610f38d3f6a73065fad5438c31ec7',1,'dtTileCache']]], - ['decodetileidtile_2202',['decodeTileIdTile',['../classdtTileCache.html#a9a64eecd18a74bb994d076dced0ec0be',1,'dtTileCache']]], - ['decompress_2203',['decompress',['../structdtTileCacheCompressor.html#a16d46b3a4c03c9d5b89998c80c247ab6',1,'dtTileCacheCompressor::decompress()'],['../structFastLZCompressor.html#a61828cd2e21041b21b8e545efbe1da57',1,'FastLZCompressor::decompress()']]], - ['delaunayhull_2204',['delaunayHull',['../RecastMeshDetail_8cpp.html#ab13d6c0bcebc425fa41a5ce9aeeecf76',1,'RecastMeshDetail.cpp']]], - ['deleteconvexvolume_2205',['deleteConvexVolume',['../classInputGeom.html#a143fe9d9852f2a2be08b8d4c98254160',1,'InputGeom']]], - ['deleteoffmeshconnection_2206',['deleteOffMeshConnection',['../classInputGeom.html#acc866de7fce6ca643c6695cb1f1d3967',1,'InputGeom']]], - ['depthmask_2207',['depthMask',['../classDebugDrawGL.html#ae57953a7117cdacd04416403531cb9aa',1,'DebugDrawGL::depthMask()'],['../classduDisplayList.html#a2bd9a4e455216c4427557a230acfee31',1,'duDisplayList::depthMask()'],['../structduDebugDraw.html#aac0f17039f76220b14b2bdce7e26f521',1,'duDebugDraw::depthMask()']]], - ['diagonal_2208',['diagonal',['../RecastMesh_8cpp.html#a3152b8f34516e03fe3876163cb337bc2',1,'diagonal(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad1596ed1900fd9c42527f5016c47bcd4',1,'diagonal(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], - ['diagonalie_2209',['diagonalie',['../RecastMesh_8cpp.html#a77080de091f2816bb77dc4a6ef7805af',1,'diagonalie(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad37c515eb8572e663a72d93dba26692f',1,'diagonalie(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], - ['diagonalieloose_2210',['diagonalieLoose',['../RecastMesh_8cpp.html#a0c1c07732a67621d27fbe34687294ae9',1,'RecastMesh.cpp']]], - ['diagonalloose_2211',['diagonalLoose',['../RecastMesh_8cpp.html#a3e3391b452db19de34e2242eb35ef4bc',1,'RecastMesh.cpp']]], - ['dirtyentry_2212',['DirtyEntry',['../structDirtyEntry.html#a6efa59792bbe3b1feea05da8110151dd',1,'DirtyEntry']]], - ['disableunvisitedpolys_2213',['disableUnvisitedPolys',['../NavMeshPruneTool_8cpp.html#a99526da170fe64ed5ca767aba6bac662',1,'NavMeshPruneTool.cpp']]], - ['distanceptline2d_2214',['distancePtLine2d',['../DetourDebugDraw_8cpp.html#a2c832a347cec9984c7713d8f714932ea',1,'DetourDebugDraw.cpp']]], - ['distanceptseg_2215',['distancePtSeg',['../DetourTileCacheBuilder_8cpp.html#a95bb2b54ba0f6d1cee48278a1ba4980d',1,'distancePtSeg(const int x, const int z, const int px, const int pz, const int qx, const int qz): DetourTileCacheBuilder.cpp'],['../RecastMeshDetail_8cpp.html#a3324f740169bc2196d871cc72aae6fcc',1,'distancePtSeg(const float *pt, const float *p, const float *q): RecastMeshDetail.cpp'],['../RecastContour_8cpp.html#a95bb2b54ba0f6d1cee48278a1ba4980d',1,'distancePtSeg(const int x, const int z, const int px, const int pz, const int qx, const int qz): RecastContour.cpp']]], - ['distanceptseg2d_2216',['distancePtSeg2d',['../RecastMeshDetail_8cpp.html#aeea404279f43e22f8a7677f9a737f7af',1,'RecastMeshDetail.cpp']]], - ['distpttri_2217',['distPtTri',['../RecastMeshDetail_8cpp.html#ac8f54a9fbd62cf31427bdaa1e88979de',1,'RecastMeshDetail.cpp']]], - ['disttopoly_2218',['distToPoly',['../RecastMeshDetail_8cpp.html#a185eb97e9f8ab6642bea84844254a56b',1,'RecastMeshDetail.cpp']]], - ['disttotrimesh_2219',['distToTriMesh',['../RecastMeshDetail_8cpp.html#a33777bf1bf884f96964beb7b7c7526e6',1,'RecastMeshDetail.cpp']]], - ['dividepoly_2220',['dividePoly',['../RecastRasterization_8cpp.html#af54026b5ecdfeabb867b7147d8730303',1,'RecastRasterization.cpp']]], - ['dogetaccumulatedtime_2221',['doGetAccumulatedTime',['../classrcContext.html#aa974806b3533f3ce7bcd8c42715e8d93',1,'rcContext::doGetAccumulatedTime()'],['../classBuildContext.html#afe967c44fb17381c0269d10dc3ca29e2',1,'BuildContext::doGetAccumulatedTime()']]], - ['dolog_2222',['doLog',['../classrcContext.html#a82cccfe74cb76b021acdca506df224e0',1,'rcContext::doLog()'],['../classBuildContext.html#abede9aa172801c0823a679f2431ea932',1,'BuildContext::doLog()']]], - ['doresetlog_2223',['doResetLog',['../classrcContext.html#ae1e5eb9146a011c1f51de76b849d9ec2',1,'rcContext::doResetLog()'],['../classBuildContext.html#a509a0b0bb977dde5bf7a37d949a1e5f9',1,'BuildContext::doResetLog()']]], - ['doresettimers_2224',['doResetTimers',['../classBuildContext.html#a8b823f519f70e837cade2c4c0ef9f12e',1,'BuildContext::doResetTimers()'],['../classrcContext.html#a57a97f408dac1438d6eae0993fa68570',1,'rcContext::doResetTimers()']]], - ['dostarttimer_2225',['doStartTimer',['../classBuildContext.html#ace76debfb627862f622539622f118a55',1,'BuildContext::doStartTimer()'],['../classrcContext.html#aff09f57cc5db39be3cf80c7c0a1457a2',1,'rcContext::doStartTimer(const rcTimerLabel label)']]], - ['dostoptimer_2226',['doStopTimer',['../classrcContext.html#a3510678ae74a930e6d4e492d44fe80c0',1,'rcContext::doStopTimer()'],['../classBuildContext.html#a4be9c92146f0b433a330a965ffa37d3c',1,'BuildContext::doStopTimer()']]], - ['dotests_2227',['doTests',['../classTestCase.html#a648d153c2e6a9bb7e23253cdc2eede0a',1,'TestCase']]], - ['draw_2228',['draw',['../classduDisplayList.html#a53556c9d2afcd9eb625bc4f4cf9cf648',1,'duDisplayList']]], - ['drawagent_2229',['drawAgent',['../classNavMeshTesterTool.html#a8853ba08ecda298d3645a77613130cf2',1,'NavMeshTesterTool']]], - ['drawconvexvolumes_2230',['drawConvexVolumes',['../classInputGeom.html#af1459badee28e6eeeac0dab937cea3bc',1,'InputGeom']]], - ['drawdetail_2231',['drawDetail',['../Sample__TempObstacles_8cpp.html#a9ecfb35d2460e0a349a7ad6e26a7484b',1,'Sample_TempObstacles.cpp']]], - ['drawdetailoverlay_2232',['drawDetailOverlay',['../Sample__TempObstacles_8cpp.html#a8cdaa89bf12f5b9ed7fb37f156873f16',1,'Sample_TempObstacles.cpp']]], - ['drawgraph_2233',['drawGraph',['../ValueHistory_8h.html#ac579b593d7d8316a79163fba0140aa92',1,'drawGraph(const GraphParams *p, const ValueHistory *graph, int idx, const char *label, const unsigned int col): ValueHistory.cpp'],['../ValueHistory_8cpp.html#ac579b593d7d8316a79163fba0140aa92',1,'drawGraph(const GraphParams *p, const ValueHistory *graph, int idx, const char *label, const unsigned int col): ValueHistory.cpp']]], - ['drawgraphbackground_2234',['drawGraphBackground',['../ValueHistory_8h.html#afffb45be2045eb5a3b2e0a21be12ff8a',1,'drawGraphBackground(const GraphParams *p): ValueHistory.cpp'],['../ValueHistory_8cpp.html#afffb45be2045eb5a3b2e0a21be12ff8a',1,'drawGraphBackground(const GraphParams *p): ValueHistory.cpp']]], - ['drawlayerportals_2235',['drawLayerPortals',['../RecastDebugDraw_8cpp.html#a9de1a6c0b9054dd8131c0575bac319b9',1,'RecastDebugDraw.cpp']]], - ['drawline_2236',['drawLine',['../imguiRenderGL_8cpp.html#a0c56d5717a692e41cf3f66a459ef589a',1,'imguiRenderGL.cpp']]], - ['drawmeshtile_2237',['drawMeshTile',['../DetourDebugDraw_8cpp.html#af2a1ee1373016e10eaf947ea88c772de',1,'DetourDebugDraw.cpp']]], - ['drawmeshtilebvtree_2238',['drawMeshTileBVTree',['../DetourDebugDraw_8cpp.html#a0fd6603cb9e0de34bbe38e6e3cad0b75',1,'DetourDebugDraw.cpp']]], - ['drawmeshtileportal_2239',['drawMeshTilePortal',['../DetourDebugDraw_8cpp.html#aee29199f3b0642b89186180c86bb788e',1,'DetourDebugDraw.cpp']]], - ['drawobstacles_2240',['drawObstacles',['../Sample__TempObstacles_8cpp.html#af5c7622ddbc075ed3b5b02fdd4c7ca04',1,'Sample_TempObstacles.cpp']]], - ['drawoffmeshconnections_2241',['drawOffMeshConnections',['../classInputGeom.html#ad808df6e1a015da72bb10279e6231fd2',1,'InputGeom']]], - ['drawpolyboundaries_2242',['drawPolyBoundaries',['../DetourDebugDraw_8cpp.html#a2c6ebd24958b7956f65fc24a718d18ee',1,'DetourDebugDraw.cpp']]], - ['drawpolygon_2243',['drawPolygon',['../imguiRenderGL_8cpp.html#ac942be741579139e88992ba1d5037480',1,'imguiRenderGL.cpp']]], - ['drawrect_2244',['drawRect',['../imguiRenderGL_8cpp.html#a5a436da38db73ddd2a5ceb6e440d5b4e',1,'imguiRenderGL.cpp']]], - ['drawroundedrect_2245',['drawRoundedRect',['../imguiRenderGL_8cpp.html#ac510a2126cccc18d9b72a46b22e41140',1,'imguiRenderGL.cpp']]], - ['drawtext_2246',['drawText',['../imguiRenderGL_8cpp.html#a06ae1ffc6ae4adb308416ab8480327a9',1,'imguiRenderGL.cpp']]], - ['drawtiles_2247',['drawTiles',['../Sample__TempObstacles_8cpp.html#a86c92574bc37c2279e1cd899ba2dd8c7',1,'Sample_TempObstacles.cpp']]], - ['dtabs_2248',['dtAbs',['../DetourCommon_8h.html#a6dd5612e0be99e2c657d7164c699c044',1,'DetourCommon.h']]], - ['dtalign4_2249',['dtAlign4',['../DetourCommon_8h.html#af0b670bfe127997c427f8f79b7e6d2dd',1,'DetourCommon.h']]], - ['dtalloc_2250',['dtAlloc',['../DetourAlloc_8h.html#ac7a1c461b037f7cc0cd1b2e480d12920',1,'dtAlloc(size_t size, dtAllocHint hint): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#ac7a1c461b037f7cc0cd1b2e480d12920',1,'dtAlloc(size_t size, dtAllocHint hint): DetourAlloc.cpp']]], - ['dtalloccrowd_2251',['dtAllocCrowd',['../group__crowd.html#ga01a53c9d76d1b61678ab1944dfbfac55',1,'dtAllocCrowd(): DetourCrowd.cpp'],['../group__crowd.html#ga01a53c9d76d1b61678ab1944dfbfac55',1,'dtAllocCrowd(): DetourCrowd.cpp']]], - ['dtallocdefault_2252',['dtAllocDefault',['../DetourAlloc_8cpp.html#aa7c0af28baaf8fe3cc98abd4d7b6e9ea',1,'DetourAlloc.cpp']]], - ['dtallocnavmesh_2253',['dtAllocNavMesh',['../group__detour.html#ga73648d53c5a414855a2aa264aab9263c',1,'dtAllocNavMesh(): DetourNavMesh.cpp'],['../group__detour.html#ga73648d53c5a414855a2aa264aab9263c',1,'dtAllocNavMesh(): DetourNavMesh.cpp']]], - ['dtallocnavmeshquery_2254',['dtAllocNavMeshQuery',['../group__detour.html#gae547f165feefc955136130c8e22f207a',1,'dtAllocNavMeshQuery(): DetourNavMeshQuery.cpp'],['../group__detour.html#gae547f165feefc955136130c8e22f207a',1,'dtAllocNavMeshQuery(): DetourNavMeshQuery.cpp']]], - ['dtallocobstacleavoidancedebugdata_2255',['dtAllocObstacleAvoidanceDebugData',['../DetourObstacleAvoidance_8h.html#a73b364d644159af0553fb750f43749bb',1,'dtAllocObstacleAvoidanceDebugData(): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#a73b364d644159af0553fb750f43749bb',1,'dtAllocObstacleAvoidanceDebugData(): DetourObstacleAvoidance.cpp']]], - ['dtallocobstacleavoidancequery_2256',['dtAllocObstacleAvoidanceQuery',['../DetourObstacleAvoidance_8h.html#affb10f1420abfa15837a5fb1cdfd9d6e',1,'dtAllocObstacleAvoidanceQuery(): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#affb10f1420abfa15837a5fb1cdfd9d6e',1,'dtAllocObstacleAvoidanceQuery(): DetourObstacleAvoidance.cpp']]], - ['dtallocproximitygrid_2257',['dtAllocProximityGrid',['../DetourProximityGrid_8h.html#aa385f0e14495008ab9f08493071e6a1b',1,'dtAllocProximityGrid(): DetourProximityGrid.cpp'],['../DetourProximityGrid_8cpp.html#aa385f0e14495008ab9f08493071e6a1b',1,'dtAllocProximityGrid(): DetourProximityGrid.cpp']]], - ['dtallocsetcustom_2258',['dtAllocSetCustom',['../DetourAlloc_8h.html#af867be65f8ee4fcdcabd89cca01f2f4a',1,'dtAllocSetCustom(dtAllocFunc *allocFunc, dtFreeFunc *freeFunc): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#af867be65f8ee4fcdcabd89cca01f2f4a',1,'dtAllocSetCustom(dtAllocFunc *allocFunc, dtFreeFunc *freeFunc): DetourAlloc.cpp']]], - ['dtalloctilecache_2259',['dtAllocTileCache',['../DetourTileCache_8h.html#abbf86fa9f52a802f0a1005b9dfd31b53',1,'dtAllocTileCache(): DetourTileCache.cpp'],['../DetourTileCache_8cpp.html#abbf86fa9f52a802f0a1005b9dfd31b53',1,'dtAllocTileCache(): DetourTileCache.cpp']]], - ['dtalloctilecachecontourset_2260',['dtAllocTileCacheContourSet',['../DetourTileCacheBuilder_8cpp.html#ac56fd75ce61e6791ab64e1acc013e290',1,'dtAllocTileCacheContourSet(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#ac56fd75ce61e6791ab64e1acc013e290',1,'dtAllocTileCacheContourSet(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp']]], - ['dtalloctilecachepolymesh_2261',['dtAllocTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#ad0aff6c472d0b05eb355467290740ac2',1,'dtAllocTileCachePolyMesh(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad0aff6c472d0b05eb355467290740ac2',1,'dtAllocTileCachePolyMesh(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp']]], - ['dtassertfailgetcustom_2262',['dtAssertFailGetCustom',['../DetourAssert_8h.html#ad48579f8f6df6d400f91ad83a7d7cad2',1,'dtAssertFailGetCustom(): DetourAssert.cpp'],['../DetourAssert_8cpp.html#ad48579f8f6df6d400f91ad83a7d7cad2',1,'dtAssertFailGetCustom(): DetourAssert.cpp']]], - ['dtassertfailsetcustom_2263',['dtAssertFailSetCustom',['../DetourAssert_8h.html#a34ec62fa292227b2ce32428549fe2b97',1,'dtAssertFailSetCustom(dtAssertFailFunc *assertFailFunc): DetourAssert.cpp'],['../DetourAssert_8cpp.html#a34ec62fa292227b2ce32428549fe2b97',1,'dtAssertFailSetCustom(dtAssertFailFunc *assertFailFunc): DetourAssert.cpp']]], - ['dtbuildtilecachecontours_2264',['dtBuildTileCacheContours',['../DetourTileCacheBuilder_8h.html#a35744562caae9f2aa05e02d3ec242433',1,'dtBuildTileCacheContours(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb, const float maxError, dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a35744562caae9f2aa05e02d3ec242433',1,'dtBuildTileCacheContours(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb, const float maxError, dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp']]], - ['dtbuildtilecachelayer_2265',['dtBuildTileCacheLayer',['../DetourTileCacheBuilder_8h.html#ab894d05678218a7c3a1cff480958395d',1,'dtBuildTileCacheLayer(dtTileCacheCompressor *comp, dtTileCacheLayerHeader *header, const unsigned char *heights, const unsigned char *areas, const unsigned char *cons, unsigned char **outData, int *outDataSize): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#ab894d05678218a7c3a1cff480958395d',1,'dtBuildTileCacheLayer(dtTileCacheCompressor *comp, dtTileCacheLayerHeader *header, const unsigned char *heights, const unsigned char *areas, const unsigned char *cons, unsigned char **outData, int *outDataSize): DetourTileCacheBuilder.cpp']]], - ['dtbuildtilecachepolymesh_2266',['dtBuildTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#a09f7cfe18183529c3d88726a3a522d38',1,'dtBuildTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCacheContourSet &lcset, dtTileCachePolyMesh &mesh): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a09f7cfe18183529c3d88726a3a522d38',1,'dtBuildTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCacheContourSet &lcset, dtTileCachePolyMesh &mesh): DetourTileCacheBuilder.cpp']]], - ['dtbuildtilecacheregions_2267',['dtBuildTileCacheRegions',['../DetourTileCacheBuilder_8h.html#acfc6b37c6276eaf3a61fec688b2ba0e3',1,'dtBuildTileCacheRegions(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#acfc6b37c6276eaf3a61fec688b2ba0e3',1,'dtBuildTileCacheRegions(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb): DetourTileCacheBuilder.cpp']]], - ['dtcalcpolycenter_2268',['dtCalcPolyCenter',['../DetourCommon_8h.html#ae5a2810aa8c6eeebde512561a1706515',1,'dtCalcPolyCenter(float *tc, const unsigned short *idx, int nidx, const float *verts): DetourCommon.cpp'],['../DetourCommon_8cpp.html#ae5a2810aa8c6eeebde512561a1706515',1,'dtCalcPolyCenter(float *tc, const unsigned short *idx, int nidx, const float *verts): DetourCommon.cpp']]], - ['dtclamp_2269',['dtClamp',['../DetourCommon_8h.html#a488d89869306c3d57c7a685aab89f9e6',1,'DetourCommon.h']]], - ['dtclosestheightpointtriangle_2270',['dtClosestHeightPointTriangle',['../DetourCommon_8h.html#ae04f7da639a87bf34242ff362e31bef4',1,'dtClosestHeightPointTriangle(const float *p, const float *a, const float *b, const float *c, float &h): DetourCommon.cpp'],['../DetourCommon_8cpp.html#ae04f7da639a87bf34242ff362e31bef4',1,'dtClosestHeightPointTriangle(const float *p, const float *a, const float *b, const float *c, float &h): DetourCommon.cpp']]], - ['dtclosestptpointtriangle_2271',['dtClosestPtPointTriangle',['../DetourCommon_8cpp.html#a4895e82b2b41cc99acade7e8f88eba6e',1,'dtClosestPtPointTriangle(float *closest, const float *p, const float *a, const float *b, const float *c): DetourCommon.cpp'],['../DetourCommon_8h.html#a4895e82b2b41cc99acade7e8f88eba6e',1,'dtClosestPtPointTriangle(float *closest, const float *p, const float *a, const float *b, const float *c): DetourCommon.cpp']]], - ['dtcollectpolysquery_2272',['dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a9bcdd3786ee5580ad5d52680f6edd03f',1,'dtCollectPolysQuery']]], - ['dtcreatenavmeshdata_2273',['dtCreateNavMeshData',['../group__detour.html#gaf56ac19e79e5948fdb1051158577e648',1,'dtCreateNavMeshData(dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize): DetourNavMeshBuilder.cpp'],['../group__detour.html#gaf56ac19e79e5948fdb1051158577e648',1,'dtCreateNavMeshData(dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize): DetourNavMeshBuilder.cpp']]], - ['dtcrowd_2274',['dtCrowd',['../classdtCrowd.html#a2210ecc99a80dfda29e1b57f22b3f8a8',1,'dtCrowd']]], - ['dtdecompresstilecachelayer_2275',['dtDecompressTileCacheLayer',['../DetourTileCacheBuilder_8h.html#a688d7e55e37ccfb358962a552b86423c',1,'dtDecompressTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheCompressor *comp, unsigned char *compressed, const int compressedSize, dtTileCacheLayer **layerOut): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a688d7e55e37ccfb358962a552b86423c',1,'dtDecompressTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheCompressor *comp, unsigned char *compressed, const int compressedSize, dtTileCacheLayer **layerOut): DetourTileCacheBuilder.cpp']]], - ['dtdistanceptpolyedgessqr_2276',['dtDistancePtPolyEdgesSqr',['../DetourCommon_8h.html#a9364781fff515c2d8e1fe654e9491b5d',1,'dtDistancePtPolyEdgesSqr(const float *pt, const float *verts, const int nverts, float *ed, float *et): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a9364781fff515c2d8e1fe654e9491b5d',1,'dtDistancePtPolyEdgesSqr(const float *pt, const float *verts, const int nverts, float *ed, float *et): DetourCommon.cpp']]], - ['dtdistanceptsegsqr2d_2277',['dtDistancePtSegSqr2D',['../DetourCommon_8h.html#a99afe0b6e77a0c800e9582faea87cf6d',1,'dtDistancePtSegSqr2D(const float *pt, const float *p, const float *q, float &t): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a99afe0b6e77a0c800e9582faea87cf6d',1,'dtDistancePtSegSqr2D(const float *pt, const float *p, const float *q, float &t): DetourCommon.cpp']]], - ['dtfindnearestpolyquery_2278',['dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a8900d818df939f8917d5220b854675c6',1,'dtFindNearestPolyQuery']]], - ['dtfixedarray_2279',['dtFixedArray',['../classdtFixedArray.html#a33185d41a3c263367ab862014104f89e',1,'dtFixedArray']]], - ['dtfree_2280',['dtFree',['../DetourAlloc_8h.html#adb7919ae2642d1a487ce5fce6ae3af0d',1,'dtFree(void *ptr): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#adb7919ae2642d1a487ce5fce6ae3af0d',1,'dtFree(void *ptr): DetourAlloc.cpp']]], - ['dtfreecrowd_2281',['dtFreeCrowd',['../group__crowd.html#ga9475313642645070e78c359e0fc02b7a',1,'dtFreeCrowd(dtCrowd *ptr): DetourCrowd.cpp'],['../group__crowd.html#ga9475313642645070e78c359e0fc02b7a',1,'dtFreeCrowd(dtCrowd *ptr): DetourCrowd.cpp']]], - ['dtfreedefault_2282',['dtFreeDefault',['../DetourAlloc_8cpp.html#ab4adb8d35383b40b861395dc36b82a3e',1,'DetourAlloc.cpp']]], - ['dtfreenavmesh_2283',['dtFreeNavMesh',['../group__detour.html#gad938af5675a2f62c7c3830b38ea9a184',1,'dtFreeNavMesh(dtNavMesh *navmesh): DetourNavMesh.cpp'],['../group__detour.html#gad938af5675a2f62c7c3830b38ea9a184',1,'dtFreeNavMesh(dtNavMesh *navmesh): DetourNavMesh.cpp']]], - ['dtfreenavmeshquery_2284',['dtFreeNavMeshQuery',['../group__detour.html#ga24ccc133f15a0aa85f06f1c1ead2e6c4',1,'dtFreeNavMeshQuery(dtNavMeshQuery *query): DetourNavMeshQuery.cpp'],['../group__detour.html#ga24ccc133f15a0aa85f06f1c1ead2e6c4',1,'dtFreeNavMeshQuery(dtNavMeshQuery *navmesh): DetourNavMeshQuery.cpp']]], - ['dtfreeobstacleavoidancedebugdata_2285',['dtFreeObstacleAvoidanceDebugData',['../DetourObstacleAvoidance_8h.html#adc41dc4522eeb508fad47cfa044e7e1b',1,'dtFreeObstacleAvoidanceDebugData(dtObstacleAvoidanceDebugData *ptr): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#adc41dc4522eeb508fad47cfa044e7e1b',1,'dtFreeObstacleAvoidanceDebugData(dtObstacleAvoidanceDebugData *ptr): DetourObstacleAvoidance.cpp']]], - ['dtfreeobstacleavoidancequery_2286',['dtFreeObstacleAvoidanceQuery',['../DetourObstacleAvoidance_8h.html#aef93bd8686c7ffe189f66a3ac387fe22',1,'dtFreeObstacleAvoidanceQuery(dtObstacleAvoidanceQuery *ptr): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#aef93bd8686c7ffe189f66a3ac387fe22',1,'dtFreeObstacleAvoidanceQuery(dtObstacleAvoidanceQuery *ptr): DetourObstacleAvoidance.cpp']]], - ['dtfreeproximitygrid_2287',['dtFreeProximityGrid',['../DetourProximityGrid_8h.html#a6e5d0e95e7ed462c5732e66a17410338',1,'dtFreeProximityGrid(dtProximityGrid *ptr): DetourProximityGrid.cpp'],['../DetourProximityGrid_8cpp.html#a6e5d0e95e7ed462c5732e66a17410338',1,'dtFreeProximityGrid(dtProximityGrid *ptr): DetourProximityGrid.cpp']]], - ['dtfreetilecache_2288',['dtFreeTileCache',['../DetourTileCache_8h.html#ac7924ac4ce94c94affdfbe6a07cea976',1,'dtFreeTileCache(dtTileCache *tc): DetourTileCache.cpp'],['../DetourTileCache_8cpp.html#ac7924ac4ce94c94affdfbe6a07cea976',1,'dtFreeTileCache(dtTileCache *tc): DetourTileCache.cpp']]], - ['dtfreetilecachecontourset_2289',['dtFreeTileCacheContourSet',['../DetourTileCacheBuilder_8h.html#abc76def8bcf87c7c15ad4a308126de6f',1,'dtFreeTileCacheContourSet(dtTileCacheAlloc *alloc, dtTileCacheContourSet *cset): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#abc76def8bcf87c7c15ad4a308126de6f',1,'dtFreeTileCacheContourSet(dtTileCacheAlloc *alloc, dtTileCacheContourSet *cset): DetourTileCacheBuilder.cpp']]], - ['dtfreetilecachelayer_2290',['dtFreeTileCacheLayer',['../DetourTileCacheBuilder_8h.html#a5d8bca7845ae4c593726e2c0062ed0a7',1,'dtFreeTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheLayer *layer): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a5d8bca7845ae4c593726e2c0062ed0a7',1,'dtFreeTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheLayer *layer): DetourTileCacheBuilder.cpp']]], - ['dtfreetilecachepolymesh_2291',['dtFreeTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#a6b46fb526524261ff8383bc38d9e1983',1,'dtFreeTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCachePolyMesh *lmesh): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6b46fb526524261ff8383bc38d9e1983',1,'dtFreeTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCachePolyMesh *lmesh): DetourTileCacheBuilder.cpp']]], - ['dtgetdetailtriedgeflags_2292',['dtGetDetailTriEdgeFlags',['../DetourNavMesh_8h.html#a5368111c9ec95da8fd3ad0c45b90c902',1,'DetourNavMesh.h']]], - ['dtgetthenadvancebufferpointer_2293',['dtGetThenAdvanceBufferPointer',['../DetourCommon_8h.html#a36687a200ee5ef42291fb2618c678298',1,'dtGetThenAdvanceBufferPointer(const unsigned char *&buffer, const size_t distanceToAdvance): DetourCommon.h'],['../DetourCommon_8h.html#ab994073a9dc4b569d776786b00d90e1d',1,'dtGetThenAdvanceBufferPointer(unsigned char *&buffer, const size_t distanceToAdvance): DetourCommon.h']]], - ['dthashref_2294',['dtHashRef',['../DetourNode_8cpp.html#abe28cb23dd9bd2f51a0146c2448827d2',1,'DetourNode.cpp']]], - ['dtignoreunused_2295',['dtIgnoreUnused',['../DetourCommon_8h.html#a339afb43c105f3923f719bd63dca7312',1,'DetourCommon.h']]], - ['dtilog2_2296',['dtIlog2',['../DetourCommon_8h.html#a8c49318f4e7f77972684dd9de93849e3',1,'DetourCommon.h']]], - ['dtintersectsegmentpoly2d_2297',['dtIntersectSegmentPoly2D',['../DetourCommon_8cpp.html#a5cb54b8f523d837ab0d99bf4acfc7e2a',1,'dtIntersectSegmentPoly2D(const float *p0, const float *p1, const float *verts, int nverts, float &tmin, float &tmax, int &segMin, int &segMax): DetourCommon.cpp'],['../DetourCommon_8h.html#a5cb54b8f523d837ab0d99bf4acfc7e2a',1,'dtIntersectSegmentPoly2D(const float *p0, const float *p1, const float *verts, int nverts, float &tmin, float &tmax, int &segMin, int &segMax): DetourCommon.cpp']]], - ['dtintersectsegseg2d_2298',['dtIntersectSegSeg2D',['../DetourCommon_8cpp.html#af683acdd2685f36cbfd62202251857df',1,'dtIntersectSegSeg2D(const float *ap, const float *aq, const float *bp, const float *bq, float &s, float &t): DetourCommon.cpp'],['../DetourCommon_8h.html#af683acdd2685f36cbfd62202251857df',1,'dtIntersectSegSeg2D(const float *ap, const float *aq, const float *bp, const float *bq, float &s, float &t): DetourCommon.cpp']]], - ['dtlocalboundary_2299',['dtLocalBoundary',['../classdtLocalBoundary.html#abfe1c882605189d161280f28aaeede2e',1,'dtLocalBoundary']]], - ['dtmarkboxarea_2300',['dtMarkBoxArea',['../DetourTileCacheBuilder_8cpp.html#ae2f86fd0c1c1184e6d25d9f410c577f0',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *center, const float *halfExtents, const float *rotAux, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a56fa849023117c068a54f84248b4d1c9',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *bmin, const float *bmax, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#ae2f86fd0c1c1184e6d25d9f410c577f0',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *center, const float *halfExtents, const float *rotAux, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#a56fa849023117c068a54f84248b4d1c9',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *bmin, const float *bmax, const unsigned char areaId): DetourTileCacheBuilder.cpp']]], - ['dtmarkcylinderarea_2301',['dtMarkCylinderArea',['../DetourTileCacheBuilder_8cpp.html#a85bd937d84ac57718deca82e3573588d',1,'dtMarkCylinderArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *pos, const float radius, const float height, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#a85bd937d84ac57718deca82e3573588d',1,'dtMarkCylinderArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *pos, const float radius, const float height, const unsigned char areaId): DetourTileCacheBuilder.cpp']]], - ['dtmathatan2f_2302',['dtMathAtan2f',['../DetourMath_8h.html#a292378604b8f33cb144e143f9d33a2e4',1,'DetourMath.h']]], - ['dtmathceilf_2303',['dtMathCeilf',['../DetourMath_8h.html#aa4a2945349a192a21dd0d9b8d66929d8',1,'DetourMath.h']]], - ['dtmathcosf_2304',['dtMathCosf',['../DetourMath_8h.html#acfd5b167b14008287b6bc277c8d8d63f',1,'DetourMath.h']]], - ['dtmathfabsf_2305',['dtMathFabsf',['../DetourMath_8h.html#a2ad54989ede65d69ab7a72a06b99941e',1,'DetourMath.h']]], - ['dtmathfloorf_2306',['dtMathFloorf',['../DetourMath_8h.html#a3969a62f73c241ca665136b5c705be2c',1,'DetourMath.h']]], - ['dtmathisfinite_2307',['dtMathIsfinite',['../DetourMath_8h.html#aada58cd45766fc2aa5c722315d5ba04c',1,'DetourMath.h']]], - ['dtmathsinf_2308',['dtMathSinf',['../DetourMath_8h.html#a79b7b16693ad3fed887aa65c1207724d',1,'DetourMath.h']]], - ['dtmathsqrtf_2309',['dtMathSqrtf',['../DetourMath_8h.html#a7d78191f5515fca287061332e9792632',1,'DetourMath.h']]], - ['dtmax_2310',['dtMax',['../DetourCommon_8h.html#a8823f3ed1d46c80aa4d8d6b6646e8e72',1,'DetourCommon.h']]], - ['dtmergecorridorendmoved_2311',['dtMergeCorridorEndMoved',['../DetourPathCorridor_8cpp.html#a4d27cc6ca58f90a5d92f6081d9a8d4f3',1,'dtMergeCorridorEndMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#a4d27cc6ca58f90a5d92f6081d9a8d4f3',1,'dtMergeCorridorEndMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], - ['dtmergecorridorstartmoved_2312',['dtMergeCorridorStartMoved',['../DetourPathCorridor_8cpp.html#ae7c0ed2b3c1e994b2591716f66f3ecaf',1,'dtMergeCorridorStartMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#ae7c0ed2b3c1e994b2591716f66f3ecaf',1,'dtMergeCorridorStartMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], - ['dtmergecorridorstartshortcut_2313',['dtMergeCorridorStartShortcut',['../DetourPathCorridor_8cpp.html#a0cce0c029141de4e0cadc120729f945b',1,'dtMergeCorridorStartShortcut(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#a0cce0c029141de4e0cadc120729f945b',1,'dtMergeCorridorStartShortcut(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], - ['dtmin_2314',['dtMin',['../DetourCommon_8h.html#a1ba504117782e7d67fe3106ecd76988a',1,'DetourCommon.h']]], - ['dtnavmesh_2315',['dtNavMesh',['../classdtNavMesh.html#a2c0a9164f97121d8d6fc5d48d3b2c544',1,'dtNavMesh']]], - ['dtnavmeshdataswapendian_2316',['dtNavMeshDataSwapEndian',['../DetourNavMeshBuilder_8h.html#a619569f8035bcbf9973ac3bdf391ca49',1,'dtNavMeshDataSwapEndian(unsigned char *data, const int dataSize): DetourNavMeshBuilder.cpp'],['../DetourNavMeshBuilder_8cpp.html#a4a05bdb40ab3e0ea33220421ed049d15',1,'dtNavMeshDataSwapEndian(unsigned char *data, const int): DetourNavMeshBuilder.cpp']]], - ['dtnavmeshheaderswapendian_2317',['dtNavMeshHeaderSwapEndian',['../DetourNavMeshBuilder_8cpp.html#ace48ade47c4974b02f054b9f5c46f9e3',1,'dtNavMeshHeaderSwapEndian(unsigned char *data, const int): DetourNavMeshBuilder.cpp'],['../DetourNavMeshBuilder_8h.html#aeec7de5f61c6a26b6ae2917864a040df',1,'dtNavMeshHeaderSwapEndian(unsigned char *data, const int dataSize): DetourNavMeshBuilder.cpp']]], - ['dtnavmeshquery_2318',['dtNavMeshQuery',['../classdtNavMeshQuery.html#aa5adfa9c92f7d77bb144c3283bf76d2e',1,'dtNavMeshQuery']]], - ['dtnextpow2_2319',['dtNextPow2',['../DetourCommon_8h.html#aca8a96b35bdd0d6ca037cb40611bc1b5',1,'DetourCommon.h']]], - ['dtnodepool_2320',['dtNodePool',['../classdtNodePool.html#a7239dd92a9ea9b604c33a0a3472dc7ee',1,'dtNodePool']]], - ['dtnodequeue_2321',['dtNodeQueue',['../classdtNodeQueue.html#a98462fc76364861576fa8547987d5458',1,'dtNodeQueue']]], - ['dtnormalize2d_2322',['dtNormalize2D',['../DetourObstacleAvoidance_8cpp.html#ab7fb56742ba1ed08dd87f2f2b59d1b63',1,'DetourObstacleAvoidance.cpp']]], - ['dtobstacleavoidancedebugdata_2323',['dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ae6e3e2e17696666996e3971c02989400',1,'dtObstacleAvoidanceDebugData']]], - ['dtobstacleavoidancequery_2324',['dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a353d5b1f7b8feb1e5867528255924968',1,'dtObstacleAvoidanceQuery']]], - ['dtoppositetile_2325',['dtOppositeTile',['../DetourCommon_8h.html#ab20ff0c590db06a62e05c6f6df292404',1,'DetourCommon.h']]], - ['dtoverlapbounds_2326',['dtOverlapBounds',['../DetourCommon_8h.html#ad63541204d445957e2ddc5eff010e485',1,'DetourCommon.h']]], - ['dtoverlappolypoly2d_2327',['dtOverlapPolyPoly2D',['../DetourCommon_8h.html#a5eb3e9100fdc574add9a344030161dfa',1,'dtOverlapPolyPoly2D(const float *polya, const int npolya, const float *polyb, const int npolyb): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a5eb3e9100fdc574add9a344030161dfa',1,'dtOverlapPolyPoly2D(const float *polya, const int npolya, const float *polyb, const int npolyb): DetourCommon.cpp']]], - ['dtoverlapquantbounds_2328',['dtOverlapQuantBounds',['../DetourCommon_8h.html#acd68b769b30c3bf711467f5d8652b15d',1,'DetourCommon.h']]], - ['dtpathcorridor_2329',['dtPathCorridor',['../classdtPathCorridor.html#a2e7ceb397b60be4ff6e839206e6ef571',1,'dtPathCorridor']]], - ['dtpathqueue_2330',['dtPathQueue',['../classdtPathQueue.html#a586a27d4f141dd4d47f3f92bad82be1c',1,'dtPathQueue']]], - ['dtpointinpolygon_2331',['dtPointInPolygon',['../DetourCommon_8cpp.html#a7b3806c429b5b231f316988edd4373aa',1,'dtPointInPolygon(const float *pt, const float *verts, const int nverts): DetourCommon.cpp'],['../DetourCommon_8h.html#a7b3806c429b5b231f316988edd4373aa',1,'dtPointInPolygon(const float *pt, const float *verts, const int nverts): DetourCommon.cpp']]], - ['dtproximitygrid_2332',['dtProximityGrid',['../classdtProximityGrid.html#af5efb745e3d3048683f8d8a399159465',1,'dtProximityGrid']]], - ['dtqueryfilter_2333',['dtQueryFilter',['../classdtQueryFilter.html#ad686b0d14e2826de3b674c663f7f1456',1,'dtQueryFilter']]], - ['dtrandompointinconvexpoly_2334',['dtRandomPointInConvexPoly',['../DetourCommon_8h.html#a846b4291b0c9a3dde72c6979c428ffa3',1,'dtRandomPointInConvexPoly(const float *pts, const int npts, float *areas, const float s, const float t, float *out): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a846b4291b0c9a3dde72c6979c428ffa3',1,'dtRandomPointInConvexPoly(const float *pts, const int npts, float *areas, const float s, const float t, float *out): DetourCommon.cpp']]], - ['dtrorate2d_2335',['dtRorate2D',['../DetourObstacleAvoidance_8cpp.html#aa044036b3af9615bec7948ecce6c7ba7',1,'DetourObstacleAvoidance.cpp']]], - ['dtsqr_2336',['dtSqr',['../DetourCommon_8h.html#af0a088077730ad6995ce4d82093588cc',1,'DetourCommon.h']]], - ['dtstatusdetail_2337',['dtStatusDetail',['../DetourStatus_8h.html#a2f6509593648b76814a60b412a7be2dd',1,'DetourStatus.h']]], - ['dtstatusfailed_2338',['dtStatusFailed',['../DetourStatus_8h.html#ab98b21afb80f30cc60a1f4e86ebc19d8',1,'DetourStatus.h']]], - ['dtstatusinprogress_2339',['dtStatusInProgress',['../DetourStatus_8h.html#a9f7cad6c2320bb7f491eb9a5ff63ab91',1,'DetourStatus.h']]], - ['dtstatussucceed_2340',['dtStatusSucceed',['../DetourStatus_8h.html#aa8caf42fec99929be1a30d6fdb861c8e',1,'DetourStatus.h']]], - ['dtswap_2341',['dtSwap',['../DetourCommon_8h.html#af347205bbcdcd802e8a41f0e2897c7f2',1,'DetourCommon.h']]], - ['dtswapbyte_2342',['dtSwapByte',['../DetourCommon_8h.html#ab940927fe9d901d2f763fb7de105239e',1,'DetourCommon.h']]], - ['dtswapendian_2343',['dtSwapEndian',['../DetourCommon_8h.html#a11c2aec43edd3160f39b9b60eed4c763',1,'dtSwapEndian(unsigned short *v): DetourCommon.h'],['../DetourCommon_8h.html#a0efb26f29e363d814b1caeac7450d9f7',1,'dtSwapEndian(short *v): DetourCommon.h'],['../DetourCommon_8h.html#a12856916647f1a32e1964e457fb4e0e6',1,'dtSwapEndian(unsigned int *v): DetourCommon.h'],['../DetourCommon_8h.html#af91067419d846eaecd54af7a91874d25',1,'dtSwapEndian(int *v): DetourCommon.h'],['../DetourCommon_8h.html#a42ad975ca7ff142a500805e113bd3ac4',1,'dtSwapEndian(float *v): DetourCommon.h']]], - ['dttempcontour_2344',['dtTempContour',['../structdtTempContour.html#a7bc7026b48e8a23448e6fe5363c7e20f',1,'dtTempContour']]], - ['dttilecache_2345',['dtTileCache',['../classdtTileCache.html#ae10595cf54f85416c0081fa0af530ed1',1,'dtTileCache']]], - ['dttilecacheheaderswapendian_2346',['dtTileCacheHeaderSwapEndian',['../DetourTileCacheBuilder_8h.html#af7089fb5010342e6c48ca705a8f49928',1,'dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#af7089fb5010342e6c48ca705a8f49928',1,'dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize): DetourTileCacheBuilder.cpp']]], - ['dttriarea2d_2347',['dtTriArea2D',['../DetourCommon_8h.html#ace29bd80c4e15d0e4e4a5738aaa77408',1,'DetourCommon.h']]], - ['dtvadd_2348',['dtVadd',['../DetourCommon_8h.html#acad549159189d387ad9496e51994c70e',1,'DetourCommon.h']]], - ['dtvcopy_2349',['dtVcopy',['../DetourCommon_8h.html#a20bd1921d4bb81875f48bb8cbf7a63b4',1,'DetourCommon.h']]], - ['dtvcross_2350',['dtVcross',['../DetourCommon_8h.html#a950177c2c05a3853ece198cc303ba972',1,'DetourCommon.h']]], - ['dtvdist_2351',['dtVdist',['../DetourCommon_8h.html#a000a4b437d73fd37c831c4bcbc3abb8d',1,'DetourCommon.h']]], - ['dtvdist2d_2352',['dtVdist2D',['../DetourCommon_8h.html#a37a45cfe0cfc45112b6219fba1949e42',1,'DetourCommon.h']]], - ['dtvdist2dsqr_2353',['dtVdist2DSqr',['../DetourCommon_8h.html#ad68b02ca8e48bb8098b512fd3157c4d7',1,'DetourCommon.h']]], - ['dtvdistsqr_2354',['dtVdistSqr',['../DetourCommon_8h.html#acebfa3b142ae9b3ad052bf0dd0b3a820',1,'DetourCommon.h']]], - ['dtvdot_2355',['dtVdot',['../DetourCommon_8h.html#a668c20a766e16f1e88b0ce55fcff6b3a',1,'DetourCommon.h']]], - ['dtvdot2d_2356',['dtVdot2D',['../DetourCommon_8h.html#ab16c954d6f9b1c271916d56a1210fb31',1,'DetourCommon.h']]], - ['dtvequal_2357',['dtVequal',['../DetourCommon_8h.html#ad246e02163e1de850ffe6a2645f3c28e',1,'DetourCommon.h']]], - ['dtvisfinite_2358',['dtVisfinite',['../DetourCommon_8h.html#a1de203d55d933ccaa2ae9f3e126f4e63',1,'DetourCommon.h']]], - ['dtvisfinite2d_2359',['dtVisfinite2D',['../DetourCommon_8h.html#ae3ddf094d63f2630a272f4dd865db7a3',1,'DetourCommon.h']]], - ['dtvlen_2360',['dtVlen',['../DetourCommon_8h.html#a3d534f22feca897eab0c01da28083bb3',1,'DetourCommon.h']]], - ['dtvlensqr_2361',['dtVlenSqr',['../DetourCommon_8h.html#a509bf6e4d1ac9f683c8547163591ff8a',1,'DetourCommon.h']]], - ['dtvlerp_2362',['dtVlerp',['../DetourCommon_8h.html#a7b3295d18cd477fca1fe541b59b1b231',1,'DetourCommon.h']]], - ['dtvmad_2363',['dtVmad',['../DetourCommon_8h.html#a1c4e6b8a509d183f62f57af1e73e1c6e',1,'DetourCommon.h']]], - ['dtvmax_2364',['dtVmax',['../DetourCommon_8h.html#a0bb8468867be21e93fab6c7fd343ca67',1,'DetourCommon.h']]], - ['dtvmin_2365',['dtVmin',['../DetourCommon_8h.html#a01ec3e541001b08eb054bfaf019c34d7',1,'DetourCommon.h']]], - ['dtvnormalize_2366',['dtVnormalize',['../DetourCommon_8h.html#a68f410fb499f25b1bf72ff4c6051cb3c',1,'DetourCommon.h']]], - ['dtvperp2d_2367',['dtVperp2D',['../DetourCommon_8h.html#aebb664a885e741148b381caeeb4f0dba',1,'DetourCommon.h']]], - ['dtvscale_2368',['dtVscale',['../DetourCommon_8h.html#a865e98b3352fdea9216c36374d1f0b6a',1,'DetourCommon.h']]], - ['dtvset_2369',['dtVset',['../DetourCommon_8h.html#a78ab75edc5f87fc90471873c2652ca89',1,'DetourCommon.h']]], - ['dtvsub_2370',['dtVsub',['../DetourCommon_8h.html#a8b3255050bf09f5459f3c575ba1574b4',1,'DetourCommon.h']]], - ['duappendarc_2371',['duAppendArc',['../DebugDraw_8h.html#a4abde7bf119bbc15c7ce11e0fd29f433',1,'duAppendArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a4abde7bf119bbc15c7ce11e0fd29f433',1,'duAppendArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col): DebugDraw.cpp']]], - ['duappendarrow_2372',['duAppendArrow',['../DebugDraw_8h.html#af903a7d4db1e5a0b5199530b30fa0d04',1,'duAppendArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#af903a7d4db1e5a0b5199530b30fa0d04',1,'duAppendArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col): DebugDraw.cpp']]], - ['duappendbox_2373',['duAppendBox',['../DebugDraw_8h.html#a31e157d9851ea970b3846f2e414a7a6b',1,'duAppendBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a31e157d9851ea970b3846f2e414a7a6b',1,'duAppendBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp']]], - ['duappendboxpoints_2374',['duAppendBoxPoints',['../DebugDraw_8h.html#af642edb7bee9ad03a4888734aabc8722',1,'duAppendBoxPoints(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#af642edb7bee9ad03a4888734aabc8722',1,'duAppendBoxPoints(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], - ['duappendboxwire_2375',['duAppendBoxWire',['../DebugDraw_8h.html#ad8477d27dac2e71ac54ab62b57681444',1,'duAppendBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#ad8477d27dac2e71ac54ab62b57681444',1,'duAppendBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], - ['duappendcircle_2376',['duAppendCircle',['../DebugDraw_8h.html#a20f175472f6ec05add11a46ea87216ac',1,'duAppendCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a20f175472f6ec05add11a46ea87216ac',1,'duAppendCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col): DebugDraw.cpp']]], - ['duappendcross_2377',['duAppendCross',['../DebugDraw_8h.html#a9f4496fab81105908e92c2cfb8a8155b',1,'duAppendCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a39a74525468b9153cc928f670a1bff6b',1,'duAppendCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float s, unsigned int col): DebugDraw.cpp']]], - ['duappendcylinder_2378',['duAppendCylinder',['../DebugDraw_8h.html#ac8e97c3691067f8e62ed9f8eb3b255f7',1,'duAppendCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#ac8e97c3691067f8e62ed9f8eb3b255f7',1,'duAppendCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], - ['duappendcylinderwire_2379',['duAppendCylinderWire',['../DebugDraw_8h.html#abb1f308b5bc7bf286afdde8b5bfeda7f',1,'duAppendCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abb1f308b5bc7bf286afdde8b5bfeda7f',1,'duAppendCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], - ['ducalcboxcolors_2380',['duCalcBoxColors',['../DebugDraw_8h.html#aed1355423ffd7e15f1114ff985836be0',1,'duCalcBoxColors(unsigned int *colors, unsigned int colTop, unsigned int colSide): DebugDraw.cpp'],['../DebugDraw_8cpp.html#aed1355423ffd7e15f1114ff985836be0',1,'duCalcBoxColors(unsigned int *colors, unsigned int colTop, unsigned int colSide): DebugDraw.cpp']]], - ['dudarkencol_2381',['duDarkenCol',['../DebugDraw_8h.html#ab829d0ae7d4e7aa199bea0a6bf27b5f5',1,'DebugDraw.h']]], - ['dudebugdrawarc_2382',['duDebugDrawArc',['../DebugDraw_8h.html#a5f9e91a48539eaead1b44f1f1235093d',1,'duDebugDrawArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a5f9e91a48539eaead1b44f1f1235093d',1,'duDebugDrawArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawarrow_2383',['duDebugDrawArrow',['../DebugDraw_8h.html#abf367a1fd1a0fbb2993beb99454e095c',1,'duDebugDrawArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abf367a1fd1a0fbb2993beb99454e095c',1,'duDebugDrawArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawbox_2384',['duDebugDrawBox',['../DebugDraw_8h.html#a445be6c90ff146c39c5ba3c9c4597be1',1,'duDebugDrawBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a445be6c90ff146c39c5ba3c9c4597be1',1,'duDebugDrawBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp']]], - ['dudebugdrawboxwire_2385',['duDebugDrawBoxWire',['../DebugDraw_8h.html#aa351fc1c5dd7f39140446690e6784395',1,'duDebugDrawBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#aa351fc1c5dd7f39140446690e6784395',1,'duDebugDrawBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawcircle_2386',['duDebugDrawCircle',['../DebugDraw_8h.html#a9701dd640ff0167c71e02921bb5004e2',1,'duDebugDrawCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a9701dd640ff0167c71e02921bb5004e2',1,'duDebugDrawCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawcompactheightfielddistance_2387',['duDebugDrawCompactHeightfieldDistance',['../RecastDebugDraw_8h.html#aa0dcb87104fd153b14d82061253f05a3',1,'duDebugDrawCompactHeightfieldDistance(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a235d4984c3af57709f747318682fc28c',1,'duDebugDrawCompactHeightfieldDistance(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], - ['dudebugdrawcompactheightfieldregions_2388',['duDebugDrawCompactHeightfieldRegions',['../RecastDebugDraw_8h.html#a22ee02b05453303381db3765dd1144fc',1,'duDebugDrawCompactHeightfieldRegions(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a4000bfb06774ee55ec1233fc8a7b355f',1,'duDebugDrawCompactHeightfieldRegions(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], - ['dudebugdrawcompactheightfieldsolid_2389',['duDebugDrawCompactHeightfieldSolid',['../RecastDebugDraw_8h.html#a2ac8ef50c91af41f727d85d03881279c',1,'duDebugDrawCompactHeightfieldSolid(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#af63209223e103a854da9e8991c662693',1,'duDebugDrawCompactHeightfieldSolid(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], - ['dudebugdrawcontours_2390',['duDebugDrawContours',['../RecastDebugDraw_8h.html#aded380127861ec22ecce3f14567dd922',1,'duDebugDrawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#ae8374807e50186e8dbdcb9d9d628d7c1',1,'duDebugDrawContours(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], - ['dudebugdrawcross_2391',['duDebugDrawCross',['../DebugDraw_8h.html#afbf7aba36432ed758d110faac052043f',1,'duDebugDrawCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#afbf7aba36432ed758d110faac052043f',1,'duDebugDrawCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawcylinder_2392',['duDebugDrawCylinder',['../DebugDraw_8h.html#a02552e2c7419bd786631e6f443826004',1,'duDebugDrawCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a02552e2c7419bd786631e6f443826004',1,'duDebugDrawCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], - ['dudebugdrawcylinderwire_2393',['duDebugDrawCylinderWire',['../DebugDraw_8h.html#a8d197b1cb938eb6a5d395fe86454fbc8',1,'duDebugDrawCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a8d197b1cb938eb6a5d395fe86454fbc8',1,'duDebugDrawCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawgridxz_2394',['duDebugDrawGridXZ',['../DebugDraw_8h.html#abe21ceb0657dac9e04e7314e1636b6c7',1,'duDebugDrawGridXZ(struct duDebugDraw *dd, const float ox, const float oy, const float oz, const int w, const int h, const float size, const unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abe21ceb0657dac9e04e7314e1636b6c7',1,'duDebugDrawGridXZ(struct duDebugDraw *dd, const float ox, const float oy, const float oz, const int w, const int h, const float size, const unsigned int col, const float lineWidth): DebugDraw.cpp']]], - ['dudebugdrawheightfieldlayer_2395',['duDebugDrawHeightfieldLayer',['../RecastDebugDraw_8h.html#a993feadf9b8305559fef2b46309b7b72',1,'duDebugDrawHeightfieldLayer(duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a993feadf9b8305559fef2b46309b7b72',1,'duDebugDrawHeightfieldLayer(duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx): RecastDebugDraw.cpp']]], - ['dudebugdrawheightfieldlayers_2396',['duDebugDrawHeightfieldLayers',['../RecastDebugDraw_8h.html#adaac7d02f53973fdeca92cf7c8e9b14b',1,'duDebugDrawHeightfieldLayers(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#adaac7d02f53973fdeca92cf7c8e9b14b',1,'duDebugDrawHeightfieldLayers(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset): RecastDebugDraw.cpp']]], - ['dudebugdrawheightfieldlayersregions_2397',['duDebugDrawHeightfieldLayersRegions',['../RecastDebugDraw_8h.html#a2222614f4dc750b926d364145f950149',1,'RecastDebugDraw.h']]], - ['dudebugdrawheightfieldsolid_2398',['duDebugDrawHeightfieldSolid',['../RecastDebugDraw_8h.html#a3c760b859a679f2fac314e024702e710',1,'duDebugDrawHeightfieldSolid(struct duDebugDraw *dd, const struct rcHeightfield &hf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a528f5b6c42bf277945ab02d34337b4dc',1,'duDebugDrawHeightfieldSolid(duDebugDraw *dd, const rcHeightfield &hf): RecastDebugDraw.cpp']]], - ['dudebugdrawheightfieldwalkable_2399',['duDebugDrawHeightfieldWalkable',['../RecastDebugDraw_8h.html#a58116ac621789250210772e7c84ba860',1,'duDebugDrawHeightfieldWalkable(struct duDebugDraw *dd, const struct rcHeightfield &hf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#abea389cf7769de66629aa525def924d8',1,'duDebugDrawHeightfieldWalkable(duDebugDraw *dd, const rcHeightfield &hf): RecastDebugDraw.cpp']]], - ['dudebugdrawnavmesh_2400',['duDebugDrawNavMesh',['../DetourDebugDraw_8h.html#adb702f765bd63cea5084faaf24ee18f7',1,'duDebugDrawNavMesh(struct duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a4f1b28d605cfc117094788cacd4fb64b',1,'duDebugDrawNavMesh(duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshbvtree_2401',['duDebugDrawNavMeshBVTree',['../DetourDebugDraw_8h.html#ad879d0dcbf2511741b83a254d574896b',1,'duDebugDrawNavMeshBVTree(struct duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a4ff4399141d9f50af406373b7c648fbb',1,'duDebugDrawNavMeshBVTree(duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshnodes_2402',['duDebugDrawNavMeshNodes',['../DetourDebugDraw_8cpp.html#aea1b04e77329d2698cf52c9daf844338',1,'duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query): DetourDebugDraw.cpp'],['../DetourDebugDraw_8h.html#aea1b04e77329d2698cf52c9daf844338',1,'duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshpoly_2403',['duDebugDrawNavMeshPoly',['../DetourDebugDraw_8h.html#a07a430d9d45107d565eb986fab0b9343',1,'duDebugDrawNavMeshPoly(struct duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#abe21458cb541f67811a7887c9ad2730a',1,'duDebugDrawNavMeshPoly(duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshpolyswithflags_2404',['duDebugDrawNavMeshPolysWithFlags',['../DetourDebugDraw_8h.html#a6f6cbcb5c4104aa25f96f04469f2aeee',1,'duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a6f6cbcb5c4104aa25f96f04469f2aeee',1,'duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshportals_2405',['duDebugDrawNavMeshPortals',['../DetourDebugDraw_8h.html#a337c55285d250b7419b9dfa8a8bc0315',1,'duDebugDrawNavMeshPortals(struct duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a2f05a4c6d4c49272108f23cd01772774',1,'duDebugDrawNavMeshPortals(duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp']]], - ['dudebugdrawnavmeshwithclosedlist_2406',['duDebugDrawNavMeshWithClosedList',['../DetourDebugDraw_8h.html#ae33b26c815bcc08ba69313bbb5cff60e',1,'duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#ae33b26c815bcc08ba69313bbb5cff60e',1,'duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags): DetourDebugDraw.cpp']]], - ['dudebugdrawpolymesh_2407',['duDebugDrawPolyMesh',['../RecastDebugDraw_8h.html#a8c4b9add262ac0610b058981b54e11ef',1,'duDebugDrawPolyMesh(struct duDebugDraw *dd, const struct rcPolyMesh &mesh): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a5262792ab9c0374fb32869e6ee146a10',1,'duDebugDrawPolyMesh(duDebugDraw *dd, const struct rcPolyMesh &mesh): RecastDebugDraw.cpp']]], - ['dudebugdrawpolymeshdetail_2408',['duDebugDrawPolyMeshDetail',['../RecastDebugDraw_8h.html#a6354e7ba85ef550882d6b474bd20d402',1,'duDebugDrawPolyMeshDetail(struct duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a534917922155f1d5a1bc8c2099b0b28e',1,'duDebugDrawPolyMeshDetail(duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh): RecastDebugDraw.cpp']]], - ['dudebugdrawrawcontours_2409',['duDebugDrawRawContours',['../RecastDebugDraw_8h.html#a23f240dc7ca409e589b8fc6ff9c13703',1,'duDebugDrawRawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a64daf33453c16f1f032a7cd270ba4cb0',1,'duDebugDrawRawContours(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], - ['dudebugdrawregionconnections_2410',['duDebugDrawRegionConnections',['../RecastDebugDraw_8h.html#ab61190774f8a73f704db0a69ebff30da',1,'duDebugDrawRegionConnections(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a5ad1b6b9a7906e15a003c1a6ce88c8fb',1,'duDebugDrawRegionConnections(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], - ['dudebugdrawtilecachecontours_2411',['duDebugDrawTileCacheContours',['../DetourDebugDraw_8h.html#aafa0931f8e76ca201b8ffdd2e0c4c4be',1,'duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#aafa0931f8e76ca201b8ffdd2e0c4c4be',1,'duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp']]], - ['dudebugdrawtilecachelayerareas_2412',['duDebugDrawTileCacheLayerAreas',['../DetourDebugDraw_8h.html#a395f60215ed954912bd63dbed81d1c78',1,'duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a395f60215ed954912bd63dbed81d1c78',1,'duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp']]], - ['dudebugdrawtilecachelayerregions_2413',['duDebugDrawTileCacheLayerRegions',['../DetourDebugDraw_8h.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb',1,'duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb',1,'duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp']]], - ['dudebugdrawtilecachepolymesh_2414',['duDebugDrawTileCachePolyMesh',['../DetourDebugDraw_8h.html#a884d4beb61d64886df056e39ec77c528',1,'duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a884d4beb61d64886df056e39ec77c528',1,'duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp']]], - ['dudebugdrawtrimesh_2415',['duDebugDrawTriMesh',['../RecastDebugDraw_8h.html#aa27138eac68bd4fba98a18940998b89c',1,'duDebugDrawTriMesh(struct duDebugDraw *dd, const float *verts, int nverts, const int *tris, const float *normals, int ntris, const unsigned char *flags, const float texScale): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a949d0745bd2b4d6970d824b4c840513c',1,'duDebugDrawTriMesh(duDebugDraw *dd, const float *verts, int, const int *tris, const float *normals, int ntris, const unsigned char *flags, const float texScale): RecastDebugDraw.cpp']]], - ['dudebugdrawtrimeshslope_2416',['duDebugDrawTriMeshSlope',['../RecastDebugDraw_8h.html#aad3643ecdf0a8b18414baebc88acb048',1,'duDebugDrawTriMeshSlope(struct duDebugDraw *dd, const float *verts, int nverts, const int *tris, const float *normals, int ntris, const float walkableSlopeAngle, const float texScale): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#af311eef9340f1e71adea608d35bdbbd9',1,'duDebugDrawTriMeshSlope(duDebugDraw *dd, const float *verts, int, const int *tris, const float *normals, int ntris, const float walkableSlopeAngle, const float texScale): RecastDebugDraw.cpp']]], - ['dudisplaylist_2417',['duDisplayList',['../classduDisplayList.html#a841869a8b7db7c4c67470578e3f2e050',1,'duDisplayList']]], - ['dudumpcompactheightfield_2418',['duDumpCompactHeightfield',['../RecastDump_8h.html#adec19cdb843932197e6538ea2e234cc1',1,'duDumpCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#adec19cdb843932197e6538ea2e234cc1',1,'duDumpCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp']]], - ['dudumpcontourset_2419',['duDumpContourSet',['../RecastDump_8h.html#a6ae5d539309d07370f7ec5eb53e94743',1,'duDumpContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a6ae5d539309d07370f7ec5eb53e94743',1,'duDumpContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp']]], - ['dudumppolymeshdetailtoobj_2420',['duDumpPolyMeshDetailToObj',['../RecastDump_8h.html#a129a91fa790aafc645396c31759dfd80',1,'duDumpPolyMeshDetailToObj(struct rcPolyMeshDetail &dmesh, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#aa0cb505c86286978f1d3e3af54f78816',1,'duDumpPolyMeshDetailToObj(rcPolyMeshDetail &dmesh, duFileIO *io): RecastDump.cpp']]], - ['dudumppolymeshtoobj_2421',['duDumpPolyMeshToObj',['../RecastDump_8h.html#a0a79a720e9e9bbcc7c299260c7e6d327',1,'duDumpPolyMeshToObj(struct rcPolyMesh &pmesh, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a6dc94dd7f5e9b4a1bf998c45b06dbce8',1,'duDumpPolyMeshToObj(rcPolyMesh &pmesh, duFileIO *io): RecastDump.cpp']]], - ['duinttocol_2422',['duIntToCol',['../DebugDraw_8cpp.html#aa7ed02712813d056a5a092b0eb30b23f',1,'duIntToCol(int i, float *col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a731cb6ff6a2a2f0ef9867339999cc615',1,'duIntToCol(int i, int a): DebugDraw.cpp'],['../DebugDraw_8h.html#aa7ed02712813d056a5a092b0eb30b23f',1,'duIntToCol(int i, float *col): DebugDraw.cpp'],['../DebugDraw_8h.html#a731cb6ff6a2a2f0ef9867339999cc615',1,'duIntToCol(int i, int a): DebugDraw.cpp']]], - ['dulerpcol_2423',['duLerpCol',['../DebugDraw_8h.html#af86f10d8c5ee26ff8f70a9dbd457b76a',1,'DebugDraw.h']]], - ['dulogbuildtimes_2424',['duLogBuildTimes',['../RecastDump_8h.html#a32dd617dc1eeb615d779834c760131a5',1,'duLogBuildTimes(rcContext &ctx, const int totalTileUsec): RecastDump.cpp'],['../RecastDump_8cpp.html#a99bee52e313edc310e3bd5b07f77b66c',1,'duLogBuildTimes(rcContext &ctx, const int totalTimeUsec): RecastDump.cpp']]], - ['dumplog_2425',['dumpLog',['../classBuildContext.html#aeaaab27f3952ade9fbb1e5ac85c4bf8b',1,'BuildContext']]], - ['dumultcol_2426',['duMultCol',['../DebugDraw_8h.html#afe81eed2bd74c26dc0fc402c509571f7',1,'DebugDraw.h']]], - ['dureadcompactheightfield_2427',['duReadCompactHeightfield',['../RecastDump_8h.html#aa11f7a7470e8e8aeea6f155e39edccf8',1,'duReadCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#aa11f7a7470e8e8aeea6f155e39edccf8',1,'duReadCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp']]], - ['dureadcontourset_2428',['duReadContourSet',['../RecastDump_8h.html#a9e1f8ba842160742ce414e710c6472fb',1,'duReadContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a9e1f8ba842160742ce414e710c6472fb',1,'duReadContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp']]], - ['durgba_2429',['duRGBA',['../DebugDraw_8h.html#af2db5f73ed824805a2f93ee69734aebf',1,'DebugDraw.h']]], - ['durgbaf_2430',['duRGBAf',['../DebugDraw_8h.html#ab37b3884a567e012a9149cf260cb1a02',1,'DebugDraw.h']]], - ['dutranscol_2431',['duTransCol',['../DebugDraw_8h.html#aba3168c3b213a2a18a2ca637e2b009b8',1,'DebugDraw.h']]] + ['data_2192',['data',['../classrcVectorBase.html#a9495317ad1f22ab74f802aedd3dfc6f9',1,'rcVectorBase::data()'],['../classrcVectorBase.html#a3e332ce609a641c597aab6c04da61304',1,'rcVectorBase::data() const']]], + ['debugdrawtilecacheportals_2193',['debugDrawTileCachePortals',['../DetourDebugDraw_8cpp.html#a8a78e768c829bc09c23c09605a8b33f3',1,'DetourDebugDraw.cpp']]], + ['decodeobstacleidobstacle_2194',['decodeObstacleIdObstacle',['../classdtTileCache.html#a4351916cf85bcc4d3fc2bd477b0f373f',1,'dtTileCache']]], + ['decodeobstacleidsalt_2195',['decodeObstacleIdSalt',['../classdtTileCache.html#ad2ba8e2882fca7ffb2b9239879cac3c7',1,'dtTileCache']]], + ['decodepolyid_2196',['decodePolyId',['../classdtNavMesh.html#afaaf5c22864cdf4a61d5e40a4efce43f',1,'dtNavMesh']]], + ['decodepolyidpoly_2197',['decodePolyIdPoly',['../classdtNavMesh.html#a936c3779e6cb7484e57dd106911eccc2',1,'dtNavMesh']]], + ['decodepolyidsalt_2198',['decodePolyIdSalt',['../classdtNavMesh.html#a588b6f839fd249430cff02cea71f347c',1,'dtNavMesh']]], + ['decodepolyidtile_2199',['decodePolyIdTile',['../classdtNavMesh.html#a94cfcf0015d7d6d856acaf96126cd349',1,'dtNavMesh']]], + ['decodetileidsalt_2200',['decodeTileIdSalt',['../classdtTileCache.html#a30b610f38d3f6a73065fad5438c31ec7',1,'dtTileCache']]], + ['decodetileidtile_2201',['decodeTileIdTile',['../classdtTileCache.html#a9a64eecd18a74bb994d076dced0ec0be',1,'dtTileCache']]], + ['decompress_2202',['decompress',['../structdtTileCacheCompressor.html#a16d46b3a4c03c9d5b89998c80c247ab6',1,'dtTileCacheCompressor::decompress()'],['../structFastLZCompressor.html#a61828cd2e21041b21b8e545efbe1da57',1,'FastLZCompressor::decompress()']]], + ['delaunayhull_2203',['delaunayHull',['../RecastMeshDetail_8cpp.html#ab13d6c0bcebc425fa41a5ce9aeeecf76',1,'RecastMeshDetail.cpp']]], + ['deleteconvexvolume_2204',['deleteConvexVolume',['../classInputGeom.html#a143fe9d9852f2a2be08b8d4c98254160',1,'InputGeom']]], + ['deleteoffmeshconnection_2205',['deleteOffMeshConnection',['../classInputGeom.html#acc866de7fce6ca643c6695cb1f1d3967',1,'InputGeom']]], + ['depthmask_2206',['depthMask',['../classDebugDrawGL.html#ae57953a7117cdacd04416403531cb9aa',1,'DebugDrawGL::depthMask()'],['../classduDisplayList.html#a2bd9a4e455216c4427557a230acfee31',1,'duDisplayList::depthMask()'],['../structduDebugDraw.html#aac0f17039f76220b14b2bdce7e26f521',1,'duDebugDraw::depthMask()']]], + ['diagonal_2207',['diagonal',['../RecastMesh_8cpp.html#a3152b8f34516e03fe3876163cb337bc2',1,'diagonal(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad1596ed1900fd9c42527f5016c47bcd4',1,'diagonal(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], + ['diagonalie_2208',['diagonalie',['../RecastMesh_8cpp.html#a77080de091f2816bb77dc4a6ef7805af',1,'diagonalie(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad37c515eb8572e663a72d93dba26692f',1,'diagonalie(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp']]], + ['diagonalieloose_2209',['diagonalieLoose',['../RecastMesh_8cpp.html#a0c1c07732a67621d27fbe34687294ae9',1,'RecastMesh.cpp']]], + ['diagonalloose_2210',['diagonalLoose',['../RecastMesh_8cpp.html#a3e3391b452db19de34e2242eb35ef4bc',1,'RecastMesh.cpp']]], + ['dirtyentry_2211',['DirtyEntry',['../structDirtyEntry.html#a6efa59792bbe3b1feea05da8110151dd',1,'DirtyEntry']]], + ['disableunvisitedpolys_2212',['disableUnvisitedPolys',['../NavMeshPruneTool_8cpp.html#a99526da170fe64ed5ca767aba6bac662',1,'NavMeshPruneTool.cpp']]], + ['distanceptline2d_2213',['distancePtLine2d',['../DetourDebugDraw_8cpp.html#a2c832a347cec9984c7713d8f714932ea',1,'DetourDebugDraw.cpp']]], + ['distanceptseg_2214',['distancePtSeg',['../DetourTileCacheBuilder_8cpp.html#a95bb2b54ba0f6d1cee48278a1ba4980d',1,'distancePtSeg(const int x, const int z, const int px, const int pz, const int qx, const int qz): DetourTileCacheBuilder.cpp'],['../RecastMeshDetail_8cpp.html#a3324f740169bc2196d871cc72aae6fcc',1,'distancePtSeg(const float *pt, const float *p, const float *q): RecastMeshDetail.cpp'],['../RecastContour_8cpp.html#a95bb2b54ba0f6d1cee48278a1ba4980d',1,'distancePtSeg(const int x, const int z, const int px, const int pz, const int qx, const int qz): RecastContour.cpp']]], + ['distanceptseg2d_2215',['distancePtSeg2d',['../RecastMeshDetail_8cpp.html#aeea404279f43e22f8a7677f9a737f7af',1,'RecastMeshDetail.cpp']]], + ['distpttri_2216',['distPtTri',['../RecastMeshDetail_8cpp.html#ac8f54a9fbd62cf31427bdaa1e88979de',1,'RecastMeshDetail.cpp']]], + ['disttopoly_2217',['distToPoly',['../RecastMeshDetail_8cpp.html#a185eb97e9f8ab6642bea84844254a56b',1,'RecastMeshDetail.cpp']]], + ['disttotrimesh_2218',['distToTriMesh',['../RecastMeshDetail_8cpp.html#a33777bf1bf884f96964beb7b7c7526e6',1,'RecastMeshDetail.cpp']]], + ['dividepoly_2219',['dividePoly',['../RecastRasterization_8cpp.html#af54026b5ecdfeabb867b7147d8730303',1,'RecastRasterization.cpp']]], + ['dogetaccumulatedtime_2220',['doGetAccumulatedTime',['../classrcContext.html#aa974806b3533f3ce7bcd8c42715e8d93',1,'rcContext::doGetAccumulatedTime()'],['../classBuildContext.html#afe967c44fb17381c0269d10dc3ca29e2',1,'BuildContext::doGetAccumulatedTime()']]], + ['dolog_2221',['doLog',['../classrcContext.html#a82cccfe74cb76b021acdca506df224e0',1,'rcContext::doLog()'],['../classBuildContext.html#abede9aa172801c0823a679f2431ea932',1,'BuildContext::doLog()']]], + ['doresetlog_2222',['doResetLog',['../classrcContext.html#ae1e5eb9146a011c1f51de76b849d9ec2',1,'rcContext::doResetLog()'],['../classBuildContext.html#a509a0b0bb977dde5bf7a37d949a1e5f9',1,'BuildContext::doResetLog()']]], + ['doresettimers_2223',['doResetTimers',['../classBuildContext.html#a8b823f519f70e837cade2c4c0ef9f12e',1,'BuildContext::doResetTimers()'],['../classrcContext.html#a57a97f408dac1438d6eae0993fa68570',1,'rcContext::doResetTimers()']]], + ['dostarttimer_2224',['doStartTimer',['../classBuildContext.html#ace76debfb627862f622539622f118a55',1,'BuildContext::doStartTimer()'],['../classrcContext.html#aff09f57cc5db39be3cf80c7c0a1457a2',1,'rcContext::doStartTimer(const rcTimerLabel label)']]], + ['dostoptimer_2225',['doStopTimer',['../classrcContext.html#a3510678ae74a930e6d4e492d44fe80c0',1,'rcContext::doStopTimer()'],['../classBuildContext.html#a4be9c92146f0b433a330a965ffa37d3c',1,'BuildContext::doStopTimer()']]], + ['dotests_2226',['doTests',['../classTestCase.html#a648d153c2e6a9bb7e23253cdc2eede0a',1,'TestCase']]], + ['draw_2227',['draw',['../classduDisplayList.html#a53556c9d2afcd9eb625bc4f4cf9cf648',1,'duDisplayList']]], + ['drawagent_2228',['drawAgent',['../classNavMeshTesterTool.html#a8853ba08ecda298d3645a77613130cf2',1,'NavMeshTesterTool']]], + ['drawconvexvolumes_2229',['drawConvexVolumes',['../classInputGeom.html#af1459badee28e6eeeac0dab937cea3bc',1,'InputGeom']]], + ['drawdetail_2230',['drawDetail',['../Sample__TempObstacles_8cpp.html#a9ecfb35d2460e0a349a7ad6e26a7484b',1,'Sample_TempObstacles.cpp']]], + ['drawdetailoverlay_2231',['drawDetailOverlay',['../Sample__TempObstacles_8cpp.html#a8cdaa89bf12f5b9ed7fb37f156873f16',1,'Sample_TempObstacles.cpp']]], + ['drawgraph_2232',['drawGraph',['../ValueHistory_8h.html#ac579b593d7d8316a79163fba0140aa92',1,'drawGraph(const GraphParams *p, const ValueHistory *graph, int idx, const char *label, const unsigned int col): ValueHistory.cpp'],['../ValueHistory_8cpp.html#ac579b593d7d8316a79163fba0140aa92',1,'drawGraph(const GraphParams *p, const ValueHistory *graph, int idx, const char *label, const unsigned int col): ValueHistory.cpp']]], + ['drawgraphbackground_2233',['drawGraphBackground',['../ValueHistory_8h.html#afffb45be2045eb5a3b2e0a21be12ff8a',1,'drawGraphBackground(const GraphParams *p): ValueHistory.cpp'],['../ValueHistory_8cpp.html#afffb45be2045eb5a3b2e0a21be12ff8a',1,'drawGraphBackground(const GraphParams *p): ValueHistory.cpp']]], + ['drawlayerportals_2234',['drawLayerPortals',['../RecastDebugDraw_8cpp.html#a9de1a6c0b9054dd8131c0575bac319b9',1,'RecastDebugDraw.cpp']]], + ['drawline_2235',['drawLine',['../imguiRenderGL_8cpp.html#a0c56d5717a692e41cf3f66a459ef589a',1,'imguiRenderGL.cpp']]], + ['drawmeshtile_2236',['drawMeshTile',['../DetourDebugDraw_8cpp.html#af2a1ee1373016e10eaf947ea88c772de',1,'DetourDebugDraw.cpp']]], + ['drawmeshtilebvtree_2237',['drawMeshTileBVTree',['../DetourDebugDraw_8cpp.html#a0fd6603cb9e0de34bbe38e6e3cad0b75',1,'DetourDebugDraw.cpp']]], + ['drawmeshtileportal_2238',['drawMeshTilePortal',['../DetourDebugDraw_8cpp.html#aee29199f3b0642b89186180c86bb788e',1,'DetourDebugDraw.cpp']]], + ['drawobstacles_2239',['drawObstacles',['../Sample__TempObstacles_8cpp.html#af5c7622ddbc075ed3b5b02fdd4c7ca04',1,'Sample_TempObstacles.cpp']]], + ['drawoffmeshconnections_2240',['drawOffMeshConnections',['../classInputGeom.html#ad808df6e1a015da72bb10279e6231fd2',1,'InputGeom']]], + ['drawpolyboundaries_2241',['drawPolyBoundaries',['../DetourDebugDraw_8cpp.html#a2c6ebd24958b7956f65fc24a718d18ee',1,'DetourDebugDraw.cpp']]], + ['drawpolygon_2242',['drawPolygon',['../imguiRenderGL_8cpp.html#ac942be741579139e88992ba1d5037480',1,'imguiRenderGL.cpp']]], + ['drawrect_2243',['drawRect',['../imguiRenderGL_8cpp.html#a5a436da38db73ddd2a5ceb6e440d5b4e',1,'imguiRenderGL.cpp']]], + ['drawroundedrect_2244',['drawRoundedRect',['../imguiRenderGL_8cpp.html#ac510a2126cccc18d9b72a46b22e41140',1,'imguiRenderGL.cpp']]], + ['drawtext_2245',['drawText',['../imguiRenderGL_8cpp.html#a06ae1ffc6ae4adb308416ab8480327a9',1,'imguiRenderGL.cpp']]], + ['drawtiles_2246',['drawTiles',['../Sample__TempObstacles_8cpp.html#a86c92574bc37c2279e1cd899ba2dd8c7',1,'Sample_TempObstacles.cpp']]], + ['dtabs_2247',['dtAbs',['../DetourCommon_8h.html#a6dd5612e0be99e2c657d7164c699c044',1,'DetourCommon.h']]], + ['dtalign4_2248',['dtAlign4',['../DetourCommon_8h.html#af0b670bfe127997c427f8f79b7e6d2dd',1,'DetourCommon.h']]], + ['dtalloc_2249',['dtAlloc',['../DetourAlloc_8h.html#ac7a1c461b037f7cc0cd1b2e480d12920',1,'dtAlloc(size_t size, dtAllocHint hint): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#ac7a1c461b037f7cc0cd1b2e480d12920',1,'dtAlloc(size_t size, dtAllocHint hint): DetourAlloc.cpp']]], + ['dtalloccrowd_2250',['dtAllocCrowd',['../group__crowd.html#ga01a53c9d76d1b61678ab1944dfbfac55',1,'dtAllocCrowd(): DetourCrowd.cpp'],['../group__crowd.html#ga01a53c9d76d1b61678ab1944dfbfac55',1,'dtAllocCrowd(): DetourCrowd.cpp']]], + ['dtallocdefault_2251',['dtAllocDefault',['../DetourAlloc_8cpp.html#aa7c0af28baaf8fe3cc98abd4d7b6e9ea',1,'DetourAlloc.cpp']]], + ['dtallocnavmesh_2252',['dtAllocNavMesh',['../group__detour.html#ga73648d53c5a414855a2aa264aab9263c',1,'dtAllocNavMesh(): DetourNavMesh.cpp'],['../group__detour.html#ga73648d53c5a414855a2aa264aab9263c',1,'dtAllocNavMesh(): DetourNavMesh.cpp']]], + ['dtallocnavmeshquery_2253',['dtAllocNavMeshQuery',['../group__detour.html#gae547f165feefc955136130c8e22f207a',1,'dtAllocNavMeshQuery(): DetourNavMeshQuery.cpp'],['../group__detour.html#gae547f165feefc955136130c8e22f207a',1,'dtAllocNavMeshQuery(): DetourNavMeshQuery.cpp']]], + ['dtallocobstacleavoidancedebugdata_2254',['dtAllocObstacleAvoidanceDebugData',['../DetourObstacleAvoidance_8h.html#a73b364d644159af0553fb750f43749bb',1,'dtAllocObstacleAvoidanceDebugData(): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#a73b364d644159af0553fb750f43749bb',1,'dtAllocObstacleAvoidanceDebugData(): DetourObstacleAvoidance.cpp']]], + ['dtallocobstacleavoidancequery_2255',['dtAllocObstacleAvoidanceQuery',['../DetourObstacleAvoidance_8h.html#affb10f1420abfa15837a5fb1cdfd9d6e',1,'dtAllocObstacleAvoidanceQuery(): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#affb10f1420abfa15837a5fb1cdfd9d6e',1,'dtAllocObstacleAvoidanceQuery(): DetourObstacleAvoidance.cpp']]], + ['dtallocproximitygrid_2256',['dtAllocProximityGrid',['../DetourProximityGrid_8h.html#aa385f0e14495008ab9f08493071e6a1b',1,'dtAllocProximityGrid(): DetourProximityGrid.cpp'],['../DetourProximityGrid_8cpp.html#aa385f0e14495008ab9f08493071e6a1b',1,'dtAllocProximityGrid(): DetourProximityGrid.cpp']]], + ['dtallocsetcustom_2257',['dtAllocSetCustom',['../DetourAlloc_8h.html#af867be65f8ee4fcdcabd89cca01f2f4a',1,'dtAllocSetCustom(dtAllocFunc *allocFunc, dtFreeFunc *freeFunc): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#af867be65f8ee4fcdcabd89cca01f2f4a',1,'dtAllocSetCustom(dtAllocFunc *allocFunc, dtFreeFunc *freeFunc): DetourAlloc.cpp']]], + ['dtalloctilecache_2258',['dtAllocTileCache',['../DetourTileCache_8h.html#abbf86fa9f52a802f0a1005b9dfd31b53',1,'dtAllocTileCache(): DetourTileCache.cpp'],['../DetourTileCache_8cpp.html#abbf86fa9f52a802f0a1005b9dfd31b53',1,'dtAllocTileCache(): DetourTileCache.cpp']]], + ['dtalloctilecachecontourset_2259',['dtAllocTileCacheContourSet',['../DetourTileCacheBuilder_8cpp.html#ac56fd75ce61e6791ab64e1acc013e290',1,'dtAllocTileCacheContourSet(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#ac56fd75ce61e6791ab64e1acc013e290',1,'dtAllocTileCacheContourSet(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp']]], + ['dtalloctilecachepolymesh_2260',['dtAllocTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#ad0aff6c472d0b05eb355467290740ac2',1,'dtAllocTileCachePolyMesh(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#ad0aff6c472d0b05eb355467290740ac2',1,'dtAllocTileCachePolyMesh(dtTileCacheAlloc *alloc): DetourTileCacheBuilder.cpp']]], + ['dtassertfailgetcustom_2261',['dtAssertFailGetCustom',['../DetourAssert_8h.html#ad48579f8f6df6d400f91ad83a7d7cad2',1,'dtAssertFailGetCustom(): DetourAssert.cpp'],['../DetourAssert_8cpp.html#ad48579f8f6df6d400f91ad83a7d7cad2',1,'dtAssertFailGetCustom(): DetourAssert.cpp']]], + ['dtassertfailsetcustom_2262',['dtAssertFailSetCustom',['../DetourAssert_8h.html#a34ec62fa292227b2ce32428549fe2b97',1,'dtAssertFailSetCustom(dtAssertFailFunc *assertFailFunc): DetourAssert.cpp'],['../DetourAssert_8cpp.html#a34ec62fa292227b2ce32428549fe2b97',1,'dtAssertFailSetCustom(dtAssertFailFunc *assertFailFunc): DetourAssert.cpp']]], + ['dtbuildtilecachecontours_2263',['dtBuildTileCacheContours',['../DetourTileCacheBuilder_8h.html#a35744562caae9f2aa05e02d3ec242433',1,'dtBuildTileCacheContours(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb, const float maxError, dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a35744562caae9f2aa05e02d3ec242433',1,'dtBuildTileCacheContours(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb, const float maxError, dtTileCacheContourSet &lcset): DetourTileCacheBuilder.cpp']]], + ['dtbuildtilecachelayer_2264',['dtBuildTileCacheLayer',['../DetourTileCacheBuilder_8h.html#ab894d05678218a7c3a1cff480958395d',1,'dtBuildTileCacheLayer(dtTileCacheCompressor *comp, dtTileCacheLayerHeader *header, const unsigned char *heights, const unsigned char *areas, const unsigned char *cons, unsigned char **outData, int *outDataSize): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#ab894d05678218a7c3a1cff480958395d',1,'dtBuildTileCacheLayer(dtTileCacheCompressor *comp, dtTileCacheLayerHeader *header, const unsigned char *heights, const unsigned char *areas, const unsigned char *cons, unsigned char **outData, int *outDataSize): DetourTileCacheBuilder.cpp']]], + ['dtbuildtilecachepolymesh_2265',['dtBuildTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#a09f7cfe18183529c3d88726a3a522d38',1,'dtBuildTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCacheContourSet &lcset, dtTileCachePolyMesh &mesh): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a09f7cfe18183529c3d88726a3a522d38',1,'dtBuildTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCacheContourSet &lcset, dtTileCachePolyMesh &mesh): DetourTileCacheBuilder.cpp']]], + ['dtbuildtilecacheregions_2266',['dtBuildTileCacheRegions',['../DetourTileCacheBuilder_8h.html#acfc6b37c6276eaf3a61fec688b2ba0e3',1,'dtBuildTileCacheRegions(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#acfc6b37c6276eaf3a61fec688b2ba0e3',1,'dtBuildTileCacheRegions(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb): DetourTileCacheBuilder.cpp']]], + ['dtcalcpolycenter_2267',['dtCalcPolyCenter',['../DetourCommon_8h.html#ae5a2810aa8c6eeebde512561a1706515',1,'dtCalcPolyCenter(float *tc, const unsigned short *idx, int nidx, const float *verts): DetourCommon.cpp'],['../DetourCommon_8cpp.html#ae5a2810aa8c6eeebde512561a1706515',1,'dtCalcPolyCenter(float *tc, const unsigned short *idx, int nidx, const float *verts): DetourCommon.cpp']]], + ['dtclamp_2268',['dtClamp',['../DetourCommon_8h.html#a488d89869306c3d57c7a685aab89f9e6',1,'DetourCommon.h']]], + ['dtclosestheightpointtriangle_2269',['dtClosestHeightPointTriangle',['../DetourCommon_8h.html#ae04f7da639a87bf34242ff362e31bef4',1,'dtClosestHeightPointTriangle(const float *p, const float *a, const float *b, const float *c, float &h): DetourCommon.cpp'],['../DetourCommon_8cpp.html#ae04f7da639a87bf34242ff362e31bef4',1,'dtClosestHeightPointTriangle(const float *p, const float *a, const float *b, const float *c, float &h): DetourCommon.cpp']]], + ['dtclosestptpointtriangle_2270',['dtClosestPtPointTriangle',['../DetourCommon_8cpp.html#a4895e82b2b41cc99acade7e8f88eba6e',1,'dtClosestPtPointTriangle(float *closest, const float *p, const float *a, const float *b, const float *c): DetourCommon.cpp'],['../DetourCommon_8h.html#a4895e82b2b41cc99acade7e8f88eba6e',1,'dtClosestPtPointTriangle(float *closest, const float *p, const float *a, const float *b, const float *c): DetourCommon.cpp']]], + ['dtcollectpolysquery_2271',['dtCollectPolysQuery',['../classdtCollectPolysQuery.html#a9bcdd3786ee5580ad5d52680f6edd03f',1,'dtCollectPolysQuery']]], + ['dtcreatenavmeshdata_2272',['dtCreateNavMeshData',['../group__detour.html#gaf56ac19e79e5948fdb1051158577e648',1,'dtCreateNavMeshData(dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize): DetourNavMeshBuilder.cpp'],['../group__detour.html#gaf56ac19e79e5948fdb1051158577e648',1,'dtCreateNavMeshData(dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize): DetourNavMeshBuilder.cpp']]], + ['dtcrowd_2273',['dtCrowd',['../classdtCrowd.html#a2210ecc99a80dfda29e1b57f22b3f8a8',1,'dtCrowd']]], + ['dtdecompresstilecachelayer_2274',['dtDecompressTileCacheLayer',['../DetourTileCacheBuilder_8h.html#a688d7e55e37ccfb358962a552b86423c',1,'dtDecompressTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheCompressor *comp, unsigned char *compressed, const int compressedSize, dtTileCacheLayer **layerOut): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a688d7e55e37ccfb358962a552b86423c',1,'dtDecompressTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheCompressor *comp, unsigned char *compressed, const int compressedSize, dtTileCacheLayer **layerOut): DetourTileCacheBuilder.cpp']]], + ['dtdistanceptpolyedgessqr_2275',['dtDistancePtPolyEdgesSqr',['../DetourCommon_8h.html#a9364781fff515c2d8e1fe654e9491b5d',1,'dtDistancePtPolyEdgesSqr(const float *pt, const float *verts, const int nverts, float *ed, float *et): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a9364781fff515c2d8e1fe654e9491b5d',1,'dtDistancePtPolyEdgesSqr(const float *pt, const float *verts, const int nverts, float *ed, float *et): DetourCommon.cpp']]], + ['dtdistanceptsegsqr2d_2276',['dtDistancePtSegSqr2D',['../DetourCommon_8h.html#a99afe0b6e77a0c800e9582faea87cf6d',1,'dtDistancePtSegSqr2D(const float *pt, const float *p, const float *q, float &t): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a99afe0b6e77a0c800e9582faea87cf6d',1,'dtDistancePtSegSqr2D(const float *pt, const float *p, const float *q, float &t): DetourCommon.cpp']]], + ['dtfindnearestpolyquery_2277',['dtFindNearestPolyQuery',['../classdtFindNearestPolyQuery.html#a8900d818df939f8917d5220b854675c6',1,'dtFindNearestPolyQuery']]], + ['dtfixedarray_2278',['dtFixedArray',['../classdtFixedArray.html#a33185d41a3c263367ab862014104f89e',1,'dtFixedArray']]], + ['dtfree_2279',['dtFree',['../DetourAlloc_8h.html#adb7919ae2642d1a487ce5fce6ae3af0d',1,'dtFree(void *ptr): DetourAlloc.cpp'],['../DetourAlloc_8cpp.html#adb7919ae2642d1a487ce5fce6ae3af0d',1,'dtFree(void *ptr): DetourAlloc.cpp']]], + ['dtfreecrowd_2280',['dtFreeCrowd',['../group__crowd.html#ga9475313642645070e78c359e0fc02b7a',1,'dtFreeCrowd(dtCrowd *ptr): DetourCrowd.cpp'],['../group__crowd.html#ga9475313642645070e78c359e0fc02b7a',1,'dtFreeCrowd(dtCrowd *ptr): DetourCrowd.cpp']]], + ['dtfreedefault_2281',['dtFreeDefault',['../DetourAlloc_8cpp.html#ab4adb8d35383b40b861395dc36b82a3e',1,'DetourAlloc.cpp']]], + ['dtfreenavmesh_2282',['dtFreeNavMesh',['../group__detour.html#gad938af5675a2f62c7c3830b38ea9a184',1,'dtFreeNavMesh(dtNavMesh *navmesh): DetourNavMesh.cpp'],['../group__detour.html#gad938af5675a2f62c7c3830b38ea9a184',1,'dtFreeNavMesh(dtNavMesh *navmesh): DetourNavMesh.cpp']]], + ['dtfreenavmeshquery_2283',['dtFreeNavMeshQuery',['../group__detour.html#ga24ccc133f15a0aa85f06f1c1ead2e6c4',1,'dtFreeNavMeshQuery(dtNavMeshQuery *query): DetourNavMeshQuery.cpp'],['../group__detour.html#ga24ccc133f15a0aa85f06f1c1ead2e6c4',1,'dtFreeNavMeshQuery(dtNavMeshQuery *navmesh): DetourNavMeshQuery.cpp']]], + ['dtfreeobstacleavoidancedebugdata_2284',['dtFreeObstacleAvoidanceDebugData',['../DetourObstacleAvoidance_8h.html#adc41dc4522eeb508fad47cfa044e7e1b',1,'dtFreeObstacleAvoidanceDebugData(dtObstacleAvoidanceDebugData *ptr): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#adc41dc4522eeb508fad47cfa044e7e1b',1,'dtFreeObstacleAvoidanceDebugData(dtObstacleAvoidanceDebugData *ptr): DetourObstacleAvoidance.cpp']]], + ['dtfreeobstacleavoidancequery_2285',['dtFreeObstacleAvoidanceQuery',['../DetourObstacleAvoidance_8h.html#aef93bd8686c7ffe189f66a3ac387fe22',1,'dtFreeObstacleAvoidanceQuery(dtObstacleAvoidanceQuery *ptr): DetourObstacleAvoidance.cpp'],['../DetourObstacleAvoidance_8cpp.html#aef93bd8686c7ffe189f66a3ac387fe22',1,'dtFreeObstacleAvoidanceQuery(dtObstacleAvoidanceQuery *ptr): DetourObstacleAvoidance.cpp']]], + ['dtfreeproximitygrid_2286',['dtFreeProximityGrid',['../DetourProximityGrid_8h.html#a6e5d0e95e7ed462c5732e66a17410338',1,'dtFreeProximityGrid(dtProximityGrid *ptr): DetourProximityGrid.cpp'],['../DetourProximityGrid_8cpp.html#a6e5d0e95e7ed462c5732e66a17410338',1,'dtFreeProximityGrid(dtProximityGrid *ptr): DetourProximityGrid.cpp']]], + ['dtfreetilecache_2287',['dtFreeTileCache',['../DetourTileCache_8h.html#ac7924ac4ce94c94affdfbe6a07cea976',1,'dtFreeTileCache(dtTileCache *tc): DetourTileCache.cpp'],['../DetourTileCache_8cpp.html#ac7924ac4ce94c94affdfbe6a07cea976',1,'dtFreeTileCache(dtTileCache *tc): DetourTileCache.cpp']]], + ['dtfreetilecachecontourset_2288',['dtFreeTileCacheContourSet',['../DetourTileCacheBuilder_8h.html#abc76def8bcf87c7c15ad4a308126de6f',1,'dtFreeTileCacheContourSet(dtTileCacheAlloc *alloc, dtTileCacheContourSet *cset): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#abc76def8bcf87c7c15ad4a308126de6f',1,'dtFreeTileCacheContourSet(dtTileCacheAlloc *alloc, dtTileCacheContourSet *cset): DetourTileCacheBuilder.cpp']]], + ['dtfreetilecachelayer_2289',['dtFreeTileCacheLayer',['../DetourTileCacheBuilder_8h.html#a5d8bca7845ae4c593726e2c0062ed0a7',1,'dtFreeTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheLayer *layer): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a5d8bca7845ae4c593726e2c0062ed0a7',1,'dtFreeTileCacheLayer(dtTileCacheAlloc *alloc, dtTileCacheLayer *layer): DetourTileCacheBuilder.cpp']]], + ['dtfreetilecachepolymesh_2290',['dtFreeTileCachePolyMesh',['../DetourTileCacheBuilder_8h.html#a6b46fb526524261ff8383bc38d9e1983',1,'dtFreeTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCachePolyMesh *lmesh): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6b46fb526524261ff8383bc38d9e1983',1,'dtFreeTileCachePolyMesh(dtTileCacheAlloc *alloc, dtTileCachePolyMesh *lmesh): DetourTileCacheBuilder.cpp']]], + ['dtgetdetailtriedgeflags_2291',['dtGetDetailTriEdgeFlags',['../DetourNavMesh_8h.html#a5368111c9ec95da8fd3ad0c45b90c902',1,'DetourNavMesh.h']]], + ['dtgetthenadvancebufferpointer_2292',['dtGetThenAdvanceBufferPointer',['../DetourCommon_8h.html#a36687a200ee5ef42291fb2618c678298',1,'dtGetThenAdvanceBufferPointer(const unsigned char *&buffer, const size_t distanceToAdvance): DetourCommon.h'],['../DetourCommon_8h.html#ab994073a9dc4b569d776786b00d90e1d',1,'dtGetThenAdvanceBufferPointer(unsigned char *&buffer, const size_t distanceToAdvance): DetourCommon.h']]], + ['dthashref_2293',['dtHashRef',['../DetourNode_8cpp.html#abe28cb23dd9bd2f51a0146c2448827d2',1,'DetourNode.cpp']]], + ['dtignoreunused_2294',['dtIgnoreUnused',['../DetourCommon_8h.html#a339afb43c105f3923f719bd63dca7312',1,'DetourCommon.h']]], + ['dtilog2_2295',['dtIlog2',['../DetourCommon_8h.html#a8c49318f4e7f77972684dd9de93849e3',1,'DetourCommon.h']]], + ['dtintersectsegmentpoly2d_2296',['dtIntersectSegmentPoly2D',['../DetourCommon_8cpp.html#a5cb54b8f523d837ab0d99bf4acfc7e2a',1,'dtIntersectSegmentPoly2D(const float *p0, const float *p1, const float *verts, int nverts, float &tmin, float &tmax, int &segMin, int &segMax): DetourCommon.cpp'],['../DetourCommon_8h.html#a5cb54b8f523d837ab0d99bf4acfc7e2a',1,'dtIntersectSegmentPoly2D(const float *p0, const float *p1, const float *verts, int nverts, float &tmin, float &tmax, int &segMin, int &segMax): DetourCommon.cpp']]], + ['dtintersectsegseg2d_2297',['dtIntersectSegSeg2D',['../DetourCommon_8cpp.html#af683acdd2685f36cbfd62202251857df',1,'dtIntersectSegSeg2D(const float *ap, const float *aq, const float *bp, const float *bq, float &s, float &t): DetourCommon.cpp'],['../DetourCommon_8h.html#af683acdd2685f36cbfd62202251857df',1,'dtIntersectSegSeg2D(const float *ap, const float *aq, const float *bp, const float *bq, float &s, float &t): DetourCommon.cpp']]], + ['dtlocalboundary_2298',['dtLocalBoundary',['../classdtLocalBoundary.html#abfe1c882605189d161280f28aaeede2e',1,'dtLocalBoundary']]], + ['dtmarkboxarea_2299',['dtMarkBoxArea',['../DetourTileCacheBuilder_8cpp.html#ae2f86fd0c1c1184e6d25d9f410c577f0',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *center, const float *halfExtents, const float *rotAux, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#a56fa849023117c068a54f84248b4d1c9',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *bmin, const float *bmax, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#ae2f86fd0c1c1184e6d25d9f410c577f0',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *center, const float *halfExtents, const float *rotAux, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#a56fa849023117c068a54f84248b4d1c9',1,'dtMarkBoxArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *bmin, const float *bmax, const unsigned char areaId): DetourTileCacheBuilder.cpp']]], + ['dtmarkcylinderarea_2300',['dtMarkCylinderArea',['../DetourTileCacheBuilder_8cpp.html#a85bd937d84ac57718deca82e3573588d',1,'dtMarkCylinderArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *pos, const float radius, const float height, const unsigned char areaId): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8h.html#a85bd937d84ac57718deca82e3573588d',1,'dtMarkCylinderArea(dtTileCacheLayer &layer, const float *orig, const float cs, const float ch, const float *pos, const float radius, const float height, const unsigned char areaId): DetourTileCacheBuilder.cpp']]], + ['dtmathatan2f_2301',['dtMathAtan2f',['../DetourMath_8h.html#a292378604b8f33cb144e143f9d33a2e4',1,'DetourMath.h']]], + ['dtmathceilf_2302',['dtMathCeilf',['../DetourMath_8h.html#aa4a2945349a192a21dd0d9b8d66929d8',1,'DetourMath.h']]], + ['dtmathcosf_2303',['dtMathCosf',['../DetourMath_8h.html#acfd5b167b14008287b6bc277c8d8d63f',1,'DetourMath.h']]], + ['dtmathfabsf_2304',['dtMathFabsf',['../DetourMath_8h.html#a2ad54989ede65d69ab7a72a06b99941e',1,'DetourMath.h']]], + ['dtmathfloorf_2305',['dtMathFloorf',['../DetourMath_8h.html#a3969a62f73c241ca665136b5c705be2c',1,'DetourMath.h']]], + ['dtmathisfinite_2306',['dtMathIsfinite',['../DetourMath_8h.html#aada58cd45766fc2aa5c722315d5ba04c',1,'DetourMath.h']]], + ['dtmathsinf_2307',['dtMathSinf',['../DetourMath_8h.html#a79b7b16693ad3fed887aa65c1207724d',1,'DetourMath.h']]], + ['dtmathsqrtf_2308',['dtMathSqrtf',['../DetourMath_8h.html#a7d78191f5515fca287061332e9792632',1,'DetourMath.h']]], + ['dtmax_2309',['dtMax',['../DetourCommon_8h.html#a8823f3ed1d46c80aa4d8d6b6646e8e72',1,'DetourCommon.h']]], + ['dtmergecorridorendmoved_2310',['dtMergeCorridorEndMoved',['../DetourPathCorridor_8cpp.html#a4d27cc6ca58f90a5d92f6081d9a8d4f3',1,'dtMergeCorridorEndMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#a4d27cc6ca58f90a5d92f6081d9a8d4f3',1,'dtMergeCorridorEndMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], + ['dtmergecorridorstartmoved_2311',['dtMergeCorridorStartMoved',['../DetourPathCorridor_8cpp.html#ae7c0ed2b3c1e994b2591716f66f3ecaf',1,'dtMergeCorridorStartMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#ae7c0ed2b3c1e994b2591716f66f3ecaf',1,'dtMergeCorridorStartMoved(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], + ['dtmergecorridorstartshortcut_2312',['dtMergeCorridorStartShortcut',['../DetourPathCorridor_8cpp.html#a0cce0c029141de4e0cadc120729f945b',1,'dtMergeCorridorStartShortcut(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp'],['../DetourPathCorridor_8h.html#a0cce0c029141de4e0cadc120729f945b',1,'dtMergeCorridorStartShortcut(dtPolyRef *path, const int npath, const int maxPath, const dtPolyRef *visited, const int nvisited): DetourPathCorridor.cpp']]], + ['dtmin_2313',['dtMin',['../DetourCommon_8h.html#a1ba504117782e7d67fe3106ecd76988a',1,'DetourCommon.h']]], + ['dtnavmesh_2314',['dtNavMesh',['../classdtNavMesh.html#a2c0a9164f97121d8d6fc5d48d3b2c544',1,'dtNavMesh']]], + ['dtnavmeshdataswapendian_2315',['dtNavMeshDataSwapEndian',['../DetourNavMeshBuilder_8h.html#a619569f8035bcbf9973ac3bdf391ca49',1,'dtNavMeshDataSwapEndian(unsigned char *data, const int dataSize): DetourNavMeshBuilder.cpp'],['../DetourNavMeshBuilder_8cpp.html#a4a05bdb40ab3e0ea33220421ed049d15',1,'dtNavMeshDataSwapEndian(unsigned char *data, const int): DetourNavMeshBuilder.cpp']]], + ['dtnavmeshheaderswapendian_2316',['dtNavMeshHeaderSwapEndian',['../DetourNavMeshBuilder_8cpp.html#ace48ade47c4974b02f054b9f5c46f9e3',1,'dtNavMeshHeaderSwapEndian(unsigned char *data, const int): DetourNavMeshBuilder.cpp'],['../DetourNavMeshBuilder_8h.html#aeec7de5f61c6a26b6ae2917864a040df',1,'dtNavMeshHeaderSwapEndian(unsigned char *data, const int dataSize): DetourNavMeshBuilder.cpp']]], + ['dtnavmeshquery_2317',['dtNavMeshQuery',['../classdtNavMeshQuery.html#aa5adfa9c92f7d77bb144c3283bf76d2e',1,'dtNavMeshQuery']]], + ['dtnextpow2_2318',['dtNextPow2',['../DetourCommon_8h.html#aca8a96b35bdd0d6ca037cb40611bc1b5',1,'DetourCommon.h']]], + ['dtnodepool_2319',['dtNodePool',['../classdtNodePool.html#a7239dd92a9ea9b604c33a0a3472dc7ee',1,'dtNodePool']]], + ['dtnodequeue_2320',['dtNodeQueue',['../classdtNodeQueue.html#a98462fc76364861576fa8547987d5458',1,'dtNodeQueue']]], + ['dtnormalize2d_2321',['dtNormalize2D',['../DetourObstacleAvoidance_8cpp.html#ab7fb56742ba1ed08dd87f2f2b59d1b63',1,'DetourObstacleAvoidance.cpp']]], + ['dtobstacleavoidancedebugdata_2322',['dtObstacleAvoidanceDebugData',['../classdtObstacleAvoidanceDebugData.html#ae6e3e2e17696666996e3971c02989400',1,'dtObstacleAvoidanceDebugData']]], + ['dtobstacleavoidancequery_2323',['dtObstacleAvoidanceQuery',['../classdtObstacleAvoidanceQuery.html#a353d5b1f7b8feb1e5867528255924968',1,'dtObstacleAvoidanceQuery']]], + ['dtoppositetile_2324',['dtOppositeTile',['../DetourCommon_8h.html#ab20ff0c590db06a62e05c6f6df292404',1,'DetourCommon.h']]], + ['dtoverlapbounds_2325',['dtOverlapBounds',['../DetourCommon_8h.html#ad63541204d445957e2ddc5eff010e485',1,'DetourCommon.h']]], + ['dtoverlappolypoly2d_2326',['dtOverlapPolyPoly2D',['../DetourCommon_8h.html#a5eb3e9100fdc574add9a344030161dfa',1,'dtOverlapPolyPoly2D(const float *polya, const int npolya, const float *polyb, const int npolyb): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a5eb3e9100fdc574add9a344030161dfa',1,'dtOverlapPolyPoly2D(const float *polya, const int npolya, const float *polyb, const int npolyb): DetourCommon.cpp']]], + ['dtoverlapquantbounds_2327',['dtOverlapQuantBounds',['../DetourCommon_8h.html#acd68b769b30c3bf711467f5d8652b15d',1,'DetourCommon.h']]], + ['dtpathcorridor_2328',['dtPathCorridor',['../classdtPathCorridor.html#a2e7ceb397b60be4ff6e839206e6ef571',1,'dtPathCorridor']]], + ['dtpathqueue_2329',['dtPathQueue',['../classdtPathQueue.html#a586a27d4f141dd4d47f3f92bad82be1c',1,'dtPathQueue']]], + ['dtpointinpolygon_2330',['dtPointInPolygon',['../DetourCommon_8cpp.html#a7b3806c429b5b231f316988edd4373aa',1,'dtPointInPolygon(const float *pt, const float *verts, const int nverts): DetourCommon.cpp'],['../DetourCommon_8h.html#a7b3806c429b5b231f316988edd4373aa',1,'dtPointInPolygon(const float *pt, const float *verts, const int nverts): DetourCommon.cpp']]], + ['dtproximitygrid_2331',['dtProximityGrid',['../classdtProximityGrid.html#af5efb745e3d3048683f8d8a399159465',1,'dtProximityGrid']]], + ['dtqueryfilter_2332',['dtQueryFilter',['../classdtQueryFilter.html#ad686b0d14e2826de3b674c663f7f1456',1,'dtQueryFilter']]], + ['dtrandompointinconvexpoly_2333',['dtRandomPointInConvexPoly',['../DetourCommon_8h.html#a846b4291b0c9a3dde72c6979c428ffa3',1,'dtRandomPointInConvexPoly(const float *pts, const int npts, float *areas, const float s, const float t, float *out): DetourCommon.cpp'],['../DetourCommon_8cpp.html#a846b4291b0c9a3dde72c6979c428ffa3',1,'dtRandomPointInConvexPoly(const float *pts, const int npts, float *areas, const float s, const float t, float *out): DetourCommon.cpp']]], + ['dtrorate2d_2334',['dtRorate2D',['../DetourObstacleAvoidance_8cpp.html#aa044036b3af9615bec7948ecce6c7ba7',1,'DetourObstacleAvoidance.cpp']]], + ['dtsqr_2335',['dtSqr',['../DetourCommon_8h.html#af0a088077730ad6995ce4d82093588cc',1,'DetourCommon.h']]], + ['dtstatusdetail_2336',['dtStatusDetail',['../DetourStatus_8h.html#a2f6509593648b76814a60b412a7be2dd',1,'DetourStatus.h']]], + ['dtstatusfailed_2337',['dtStatusFailed',['../DetourStatus_8h.html#ab98b21afb80f30cc60a1f4e86ebc19d8',1,'DetourStatus.h']]], + ['dtstatusinprogress_2338',['dtStatusInProgress',['../DetourStatus_8h.html#a9f7cad6c2320bb7f491eb9a5ff63ab91',1,'DetourStatus.h']]], + ['dtstatussucceed_2339',['dtStatusSucceed',['../DetourStatus_8h.html#aa8caf42fec99929be1a30d6fdb861c8e',1,'DetourStatus.h']]], + ['dtswap_2340',['dtSwap',['../DetourCommon_8h.html#af347205bbcdcd802e8a41f0e2897c7f2',1,'DetourCommon.h']]], + ['dtswapbyte_2341',['dtSwapByte',['../DetourCommon_8h.html#ab940927fe9d901d2f763fb7de105239e',1,'DetourCommon.h']]], + ['dtswapendian_2342',['dtSwapEndian',['../DetourCommon_8h.html#a11c2aec43edd3160f39b9b60eed4c763',1,'dtSwapEndian(unsigned short *v): DetourCommon.h'],['../DetourCommon_8h.html#a0efb26f29e363d814b1caeac7450d9f7',1,'dtSwapEndian(short *v): DetourCommon.h'],['../DetourCommon_8h.html#a12856916647f1a32e1964e457fb4e0e6',1,'dtSwapEndian(unsigned int *v): DetourCommon.h'],['../DetourCommon_8h.html#af91067419d846eaecd54af7a91874d25',1,'dtSwapEndian(int *v): DetourCommon.h'],['../DetourCommon_8h.html#a42ad975ca7ff142a500805e113bd3ac4',1,'dtSwapEndian(float *v): DetourCommon.h']]], + ['dttempcontour_2343',['dtTempContour',['../structdtTempContour.html#a7bc7026b48e8a23448e6fe5363c7e20f',1,'dtTempContour']]], + ['dttilecache_2344',['dtTileCache',['../classdtTileCache.html#ae10595cf54f85416c0081fa0af530ed1',1,'dtTileCache']]], + ['dttilecacheheaderswapendian_2345',['dtTileCacheHeaderSwapEndian',['../DetourTileCacheBuilder_8h.html#af7089fb5010342e6c48ca705a8f49928',1,'dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize): DetourTileCacheBuilder.cpp'],['../DetourTileCacheBuilder_8cpp.html#af7089fb5010342e6c48ca705a8f49928',1,'dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize): DetourTileCacheBuilder.cpp']]], + ['dttriarea2d_2346',['dtTriArea2D',['../DetourCommon_8h.html#ace29bd80c4e15d0e4e4a5738aaa77408',1,'DetourCommon.h']]], + ['dtvadd_2347',['dtVadd',['../DetourCommon_8h.html#acad549159189d387ad9496e51994c70e',1,'DetourCommon.h']]], + ['dtvcopy_2348',['dtVcopy',['../DetourCommon_8h.html#a20bd1921d4bb81875f48bb8cbf7a63b4',1,'DetourCommon.h']]], + ['dtvcross_2349',['dtVcross',['../DetourCommon_8h.html#a950177c2c05a3853ece198cc303ba972',1,'DetourCommon.h']]], + ['dtvdist_2350',['dtVdist',['../DetourCommon_8h.html#a000a4b437d73fd37c831c4bcbc3abb8d',1,'DetourCommon.h']]], + ['dtvdist2d_2351',['dtVdist2D',['../DetourCommon_8h.html#a37a45cfe0cfc45112b6219fba1949e42',1,'DetourCommon.h']]], + ['dtvdist2dsqr_2352',['dtVdist2DSqr',['../DetourCommon_8h.html#ad68b02ca8e48bb8098b512fd3157c4d7',1,'DetourCommon.h']]], + ['dtvdistsqr_2353',['dtVdistSqr',['../DetourCommon_8h.html#acebfa3b142ae9b3ad052bf0dd0b3a820',1,'DetourCommon.h']]], + ['dtvdot_2354',['dtVdot',['../DetourCommon_8h.html#a668c20a766e16f1e88b0ce55fcff6b3a',1,'DetourCommon.h']]], + ['dtvdot2d_2355',['dtVdot2D',['../DetourCommon_8h.html#ab16c954d6f9b1c271916d56a1210fb31',1,'DetourCommon.h']]], + ['dtvequal_2356',['dtVequal',['../DetourCommon_8h.html#ad246e02163e1de850ffe6a2645f3c28e',1,'DetourCommon.h']]], + ['dtvisfinite_2357',['dtVisfinite',['../DetourCommon_8h.html#a1de203d55d933ccaa2ae9f3e126f4e63',1,'DetourCommon.h']]], + ['dtvisfinite2d_2358',['dtVisfinite2D',['../DetourCommon_8h.html#ae3ddf094d63f2630a272f4dd865db7a3',1,'DetourCommon.h']]], + ['dtvlen_2359',['dtVlen',['../DetourCommon_8h.html#a3d534f22feca897eab0c01da28083bb3',1,'DetourCommon.h']]], + ['dtvlensqr_2360',['dtVlenSqr',['../DetourCommon_8h.html#a509bf6e4d1ac9f683c8547163591ff8a',1,'DetourCommon.h']]], + ['dtvlerp_2361',['dtVlerp',['../DetourCommon_8h.html#a7b3295d18cd477fca1fe541b59b1b231',1,'DetourCommon.h']]], + ['dtvmad_2362',['dtVmad',['../DetourCommon_8h.html#a1c4e6b8a509d183f62f57af1e73e1c6e',1,'DetourCommon.h']]], + ['dtvmax_2363',['dtVmax',['../DetourCommon_8h.html#a0bb8468867be21e93fab6c7fd343ca67',1,'DetourCommon.h']]], + ['dtvmin_2364',['dtVmin',['../DetourCommon_8h.html#a01ec3e541001b08eb054bfaf019c34d7',1,'DetourCommon.h']]], + ['dtvnormalize_2365',['dtVnormalize',['../DetourCommon_8h.html#a68f410fb499f25b1bf72ff4c6051cb3c',1,'DetourCommon.h']]], + ['dtvperp2d_2366',['dtVperp2D',['../DetourCommon_8h.html#aebb664a885e741148b381caeeb4f0dba',1,'DetourCommon.h']]], + ['dtvscale_2367',['dtVscale',['../DetourCommon_8h.html#a865e98b3352fdea9216c36374d1f0b6a',1,'DetourCommon.h']]], + ['dtvset_2368',['dtVset',['../DetourCommon_8h.html#a78ab75edc5f87fc90471873c2652ca89',1,'DetourCommon.h']]], + ['dtvsub_2369',['dtVsub',['../DetourCommon_8h.html#a8b3255050bf09f5459f3c575ba1574b4',1,'DetourCommon.h']]], + ['duappendarc_2370',['duAppendArc',['../DebugDraw_8h.html#a4abde7bf119bbc15c7ce11e0fd29f433',1,'duAppendArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a4abde7bf119bbc15c7ce11e0fd29f433',1,'duAppendArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col): DebugDraw.cpp']]], + ['duappendarrow_2371',['duAppendArrow',['../DebugDraw_8h.html#af903a7d4db1e5a0b5199530b30fa0d04',1,'duAppendArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#af903a7d4db1e5a0b5199530b30fa0d04',1,'duAppendArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col): DebugDraw.cpp']]], + ['duappendbox_2372',['duAppendBox',['../DebugDraw_8h.html#a31e157d9851ea970b3846f2e414a7a6b',1,'duAppendBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a31e157d9851ea970b3846f2e414a7a6b',1,'duAppendBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp']]], + ['duappendboxpoints_2373',['duAppendBoxPoints',['../DebugDraw_8h.html#af642edb7bee9ad03a4888734aabc8722',1,'duAppendBoxPoints(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#af642edb7bee9ad03a4888734aabc8722',1,'duAppendBoxPoints(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], + ['duappendboxwire_2374',['duAppendBoxWire',['../DebugDraw_8h.html#ad8477d27dac2e71ac54ab62b57681444',1,'duAppendBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#ad8477d27dac2e71ac54ab62b57681444',1,'duAppendBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], + ['duappendcircle_2375',['duAppendCircle',['../DebugDraw_8h.html#a20f175472f6ec05add11a46ea87216ac',1,'duAppendCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a20f175472f6ec05add11a46ea87216ac',1,'duAppendCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col): DebugDraw.cpp']]], + ['duappendcross_2376',['duAppendCross',['../DebugDraw_8h.html#a9f4496fab81105908e92c2cfb8a8155b',1,'duAppendCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a39a74525468b9153cc928f670a1bff6b',1,'duAppendCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float s, unsigned int col): DebugDraw.cpp']]], + ['duappendcylinder_2377',['duAppendCylinder',['../DebugDraw_8h.html#ac8e97c3691067f8e62ed9f8eb3b255f7',1,'duAppendCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#ac8e97c3691067f8e62ed9f8eb3b255f7',1,'duAppendCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], + ['duappendcylinderwire_2378',['duAppendCylinderWire',['../DebugDraw_8h.html#abb1f308b5bc7bf286afdde8b5bfeda7f',1,'duAppendCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abb1f308b5bc7bf286afdde8b5bfeda7f',1,'duAppendCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], + ['ducalcboxcolors_2379',['duCalcBoxColors',['../DebugDraw_8h.html#aed1355423ffd7e15f1114ff985836be0',1,'duCalcBoxColors(unsigned int *colors, unsigned int colTop, unsigned int colSide): DebugDraw.cpp'],['../DebugDraw_8cpp.html#aed1355423ffd7e15f1114ff985836be0',1,'duCalcBoxColors(unsigned int *colors, unsigned int colTop, unsigned int colSide): DebugDraw.cpp']]], + ['dudarkencol_2380',['duDarkenCol',['../DebugDraw_8h.html#ab829d0ae7d4e7aa199bea0a6bf27b5f5',1,'DebugDraw.h']]], + ['dudebugdrawarc_2381',['duDebugDrawArc',['../DebugDraw_8h.html#a5f9e91a48539eaead1b44f1f1235093d',1,'duDebugDrawArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a5f9e91a48539eaead1b44f1f1235093d',1,'duDebugDrawArc(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float h, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawarrow_2382',['duDebugDrawArrow',['../DebugDraw_8h.html#abf367a1fd1a0fbb2993beb99454e095c',1,'duDebugDrawArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abf367a1fd1a0fbb2993beb99454e095c',1,'duDebugDrawArrow(struct duDebugDraw *dd, const float x0, const float y0, const float z0, const float x1, const float y1, const float z1, const float as0, const float as1, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawbox_2383',['duDebugDrawBox',['../DebugDraw_8h.html#a445be6c90ff146c39c5ba3c9c4597be1',1,'duDebugDrawBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a445be6c90ff146c39c5ba3c9c4597be1',1,'duDebugDrawBox(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, const unsigned int *fcol): DebugDraw.cpp']]], + ['dudebugdrawboxwire_2384',['duDebugDrawBoxWire',['../DebugDraw_8h.html#aa351fc1c5dd7f39140446690e6784395',1,'duDebugDrawBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#aa351fc1c5dd7f39140446690e6784395',1,'duDebugDrawBoxWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawcircle_2385',['duDebugDrawCircle',['../DebugDraw_8h.html#a9701dd640ff0167c71e02921bb5004e2',1,'duDebugDrawCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a9701dd640ff0167c71e02921bb5004e2',1,'duDebugDrawCircle(struct duDebugDraw *dd, const float x, const float y, const float z, const float r, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawcompactheightfielddistance_2386',['duDebugDrawCompactHeightfieldDistance',['../RecastDebugDraw_8h.html#aa0dcb87104fd153b14d82061253f05a3',1,'duDebugDrawCompactHeightfieldDistance(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a235d4984c3af57709f747318682fc28c',1,'duDebugDrawCompactHeightfieldDistance(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], + ['dudebugdrawcompactheightfieldregions_2387',['duDebugDrawCompactHeightfieldRegions',['../RecastDebugDraw_8h.html#a22ee02b05453303381db3765dd1144fc',1,'duDebugDrawCompactHeightfieldRegions(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a4000bfb06774ee55ec1233fc8a7b355f',1,'duDebugDrawCompactHeightfieldRegions(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], + ['dudebugdrawcompactheightfieldsolid_2388',['duDebugDrawCompactHeightfieldSolid',['../RecastDebugDraw_8h.html#a2ac8ef50c91af41f727d85d03881279c',1,'duDebugDrawCompactHeightfieldSolid(struct duDebugDraw *dd, const struct rcCompactHeightfield &chf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#af63209223e103a854da9e8991c662693',1,'duDebugDrawCompactHeightfieldSolid(duDebugDraw *dd, const rcCompactHeightfield &chf): RecastDebugDraw.cpp']]], + ['dudebugdrawcontours_2389',['duDebugDrawContours',['../RecastDebugDraw_8h.html#aded380127861ec22ecce3f14567dd922',1,'duDebugDrawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#ae8374807e50186e8dbdcb9d9d628d7c1',1,'duDebugDrawContours(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], + ['dudebugdrawcross_2390',['duDebugDrawCross',['../DebugDraw_8h.html#afbf7aba36432ed758d110faac052043f',1,'duDebugDrawCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#afbf7aba36432ed758d110faac052043f',1,'duDebugDrawCross(struct duDebugDraw *dd, const float x, const float y, const float z, const float size, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawcylinder_2391',['duDebugDrawCylinder',['../DebugDraw_8h.html#a02552e2c7419bd786631e6f443826004',1,'duDebugDrawCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a02552e2c7419bd786631e6f443826004',1,'duDebugDrawCylinder(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col): DebugDraw.cpp']]], + ['dudebugdrawcylinderwire_2392',['duDebugDrawCylinderWire',['../DebugDraw_8h.html#a8d197b1cb938eb6a5d395fe86454fbc8',1,'duDebugDrawCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a8d197b1cb938eb6a5d395fe86454fbc8',1,'duDebugDrawCylinderWire(struct duDebugDraw *dd, float minx, float miny, float minz, float maxx, float maxy, float maxz, unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawgridxz_2393',['duDebugDrawGridXZ',['../DebugDraw_8h.html#abe21ceb0657dac9e04e7314e1636b6c7',1,'duDebugDrawGridXZ(struct duDebugDraw *dd, const float ox, const float oy, const float oz, const int w, const int h, const float size, const unsigned int col, const float lineWidth): DebugDraw.cpp'],['../DebugDraw_8cpp.html#abe21ceb0657dac9e04e7314e1636b6c7',1,'duDebugDrawGridXZ(struct duDebugDraw *dd, const float ox, const float oy, const float oz, const int w, const int h, const float size, const unsigned int col, const float lineWidth): DebugDraw.cpp']]], + ['dudebugdrawheightfieldlayer_2394',['duDebugDrawHeightfieldLayer',['../RecastDebugDraw_8h.html#a993feadf9b8305559fef2b46309b7b72',1,'duDebugDrawHeightfieldLayer(duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a993feadf9b8305559fef2b46309b7b72',1,'duDebugDrawHeightfieldLayer(duDebugDraw *dd, const struct rcHeightfieldLayer &layer, const int idx): RecastDebugDraw.cpp']]], + ['dudebugdrawheightfieldlayers_2395',['duDebugDrawHeightfieldLayers',['../RecastDebugDraw_8h.html#adaac7d02f53973fdeca92cf7c8e9b14b',1,'duDebugDrawHeightfieldLayers(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#adaac7d02f53973fdeca92cf7c8e9b14b',1,'duDebugDrawHeightfieldLayers(duDebugDraw *dd, const struct rcHeightfieldLayerSet &lset): RecastDebugDraw.cpp']]], + ['dudebugdrawheightfieldlayersregions_2396',['duDebugDrawHeightfieldLayersRegions',['../RecastDebugDraw_8h.html#a2222614f4dc750b926d364145f950149',1,'RecastDebugDraw.h']]], + ['dudebugdrawheightfieldsolid_2397',['duDebugDrawHeightfieldSolid',['../RecastDebugDraw_8h.html#a3c760b859a679f2fac314e024702e710',1,'duDebugDrawHeightfieldSolid(struct duDebugDraw *dd, const struct rcHeightfield &hf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a528f5b6c42bf277945ab02d34337b4dc',1,'duDebugDrawHeightfieldSolid(duDebugDraw *dd, const rcHeightfield &hf): RecastDebugDraw.cpp']]], + ['dudebugdrawheightfieldwalkable_2398',['duDebugDrawHeightfieldWalkable',['../RecastDebugDraw_8h.html#a58116ac621789250210772e7c84ba860',1,'duDebugDrawHeightfieldWalkable(struct duDebugDraw *dd, const struct rcHeightfield &hf): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#abea389cf7769de66629aa525def924d8',1,'duDebugDrawHeightfieldWalkable(duDebugDraw *dd, const rcHeightfield &hf): RecastDebugDraw.cpp']]], + ['dudebugdrawnavmesh_2399',['duDebugDrawNavMesh',['../DetourDebugDraw_8h.html#adb702f765bd63cea5084faaf24ee18f7',1,'duDebugDrawNavMesh(struct duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a4f1b28d605cfc117094788cacd4fb64b',1,'duDebugDrawNavMesh(duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshbvtree_2400',['duDebugDrawNavMeshBVTree',['../DetourDebugDraw_8h.html#ad879d0dcbf2511741b83a254d574896b',1,'duDebugDrawNavMeshBVTree(struct duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a4ff4399141d9f50af406373b7c648fbb',1,'duDebugDrawNavMeshBVTree(duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshnodes_2401',['duDebugDrawNavMeshNodes',['../DetourDebugDraw_8cpp.html#aea1b04e77329d2698cf52c9daf844338',1,'duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query): DetourDebugDraw.cpp'],['../DetourDebugDraw_8h.html#aea1b04e77329d2698cf52c9daf844338',1,'duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshpoly_2402',['duDebugDrawNavMeshPoly',['../DetourDebugDraw_8h.html#a07a430d9d45107d565eb986fab0b9343',1,'duDebugDrawNavMeshPoly(struct duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#abe21458cb541f67811a7887c9ad2730a',1,'duDebugDrawNavMeshPoly(duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshpolyswithflags_2403',['duDebugDrawNavMeshPolysWithFlags',['../DetourDebugDraw_8h.html#a6f6cbcb5c4104aa25f96f04469f2aeee',1,'duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a6f6cbcb5c4104aa25f96f04469f2aeee',1,'duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshportals_2404',['duDebugDrawNavMeshPortals',['../DetourDebugDraw_8h.html#a337c55285d250b7419b9dfa8a8bc0315',1,'duDebugDrawNavMeshPortals(struct duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a2f05a4c6d4c49272108f23cd01772774',1,'duDebugDrawNavMeshPortals(duDebugDraw *dd, const dtNavMesh &mesh): DetourDebugDraw.cpp']]], + ['dudebugdrawnavmeshwithclosedlist_2405',['duDebugDrawNavMeshWithClosedList',['../DetourDebugDraw_8h.html#ae33b26c815bcc08ba69313bbb5cff60e',1,'duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#ae33b26c815bcc08ba69313bbb5cff60e',1,'duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags): DetourDebugDraw.cpp']]], + ['dudebugdrawpolymesh_2406',['duDebugDrawPolyMesh',['../RecastDebugDraw_8h.html#a8c4b9add262ac0610b058981b54e11ef',1,'duDebugDrawPolyMesh(struct duDebugDraw *dd, const struct rcPolyMesh &mesh): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a5262792ab9c0374fb32869e6ee146a10',1,'duDebugDrawPolyMesh(duDebugDraw *dd, const struct rcPolyMesh &mesh): RecastDebugDraw.cpp']]], + ['dudebugdrawpolymeshdetail_2407',['duDebugDrawPolyMeshDetail',['../RecastDebugDraw_8h.html#a6354e7ba85ef550882d6b474bd20d402',1,'duDebugDrawPolyMeshDetail(struct duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a534917922155f1d5a1bc8c2099b0b28e',1,'duDebugDrawPolyMeshDetail(duDebugDraw *dd, const struct rcPolyMeshDetail &dmesh): RecastDebugDraw.cpp']]], + ['dudebugdrawrawcontours_2408',['duDebugDrawRawContours',['../RecastDebugDraw_8h.html#a23f240dc7ca409e589b8fc6ff9c13703',1,'duDebugDrawRawContours(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a64daf33453c16f1f032a7cd270ba4cb0',1,'duDebugDrawRawContours(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], + ['dudebugdrawregionconnections_2409',['duDebugDrawRegionConnections',['../RecastDebugDraw_8h.html#ab61190774f8a73f704db0a69ebff30da',1,'duDebugDrawRegionConnections(struct duDebugDraw *dd, const struct rcContourSet &cset, const float alpha=1.0f): RecastDebugDraw.h'],['../RecastDebugDraw_8cpp.html#a5ad1b6b9a7906e15a003c1a6ce88c8fb',1,'duDebugDrawRegionConnections(duDebugDraw *dd, const rcContourSet &cset, const float alpha): RecastDebugDraw.cpp']]], + ['dudebugdrawtilecachecontours_2410',['duDebugDrawTileCacheContours',['../DetourDebugDraw_8h.html#aafa0931f8e76ca201b8ffdd2e0c4c4be',1,'duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#aafa0931f8e76ca201b8ffdd2e0c4c4be',1,'duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp']]], + ['dudebugdrawtilecachelayerareas_2411',['duDebugDrawTileCacheLayerAreas',['../DetourDebugDraw_8h.html#a395f60215ed954912bd63dbed81d1c78',1,'duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a395f60215ed954912bd63dbed81d1c78',1,'duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp']]], + ['dudebugdrawtilecachelayerregions_2412',['duDebugDrawTileCacheLayerRegions',['../DetourDebugDraw_8h.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb',1,'duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb',1,'duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch): DetourDebugDraw.cpp']]], + ['dudebugdrawtilecachepolymesh_2413',['duDebugDrawTileCachePolyMesh',['../DetourDebugDraw_8h.html#a884d4beb61d64886df056e39ec77c528',1,'duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp'],['../DetourDebugDraw_8cpp.html#a884d4beb61d64886df056e39ec77c528',1,'duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch): DetourDebugDraw.cpp']]], + ['dudebugdrawtrimesh_2414',['duDebugDrawTriMesh',['../RecastDebugDraw_8h.html#aa27138eac68bd4fba98a18940998b89c',1,'duDebugDrawTriMesh(struct duDebugDraw *dd, const float *verts, int nverts, const int *tris, const float *normals, int ntris, const unsigned char *flags, const float texScale): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#a949d0745bd2b4d6970d824b4c840513c',1,'duDebugDrawTriMesh(duDebugDraw *dd, const float *verts, int, const int *tris, const float *normals, int ntris, const unsigned char *flags, const float texScale): RecastDebugDraw.cpp']]], + ['dudebugdrawtrimeshslope_2415',['duDebugDrawTriMeshSlope',['../RecastDebugDraw_8h.html#aad3643ecdf0a8b18414baebc88acb048',1,'duDebugDrawTriMeshSlope(struct duDebugDraw *dd, const float *verts, int nverts, const int *tris, const float *normals, int ntris, const float walkableSlopeAngle, const float texScale): RecastDebugDraw.cpp'],['../RecastDebugDraw_8cpp.html#af311eef9340f1e71adea608d35bdbbd9',1,'duDebugDrawTriMeshSlope(duDebugDraw *dd, const float *verts, int, const int *tris, const float *normals, int ntris, const float walkableSlopeAngle, const float texScale): RecastDebugDraw.cpp']]], + ['dudisplaylist_2416',['duDisplayList',['../classduDisplayList.html#a841869a8b7db7c4c67470578e3f2e050',1,'duDisplayList']]], + ['dudumpcompactheightfield_2417',['duDumpCompactHeightfield',['../RecastDump_8h.html#adec19cdb843932197e6538ea2e234cc1',1,'duDumpCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#adec19cdb843932197e6538ea2e234cc1',1,'duDumpCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp']]], + ['dudumpcontourset_2418',['duDumpContourSet',['../RecastDump_8h.html#a6ae5d539309d07370f7ec5eb53e94743',1,'duDumpContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a6ae5d539309d07370f7ec5eb53e94743',1,'duDumpContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp']]], + ['dudumppolymeshdetailtoobj_2419',['duDumpPolyMeshDetailToObj',['../RecastDump_8h.html#a129a91fa790aafc645396c31759dfd80',1,'duDumpPolyMeshDetailToObj(struct rcPolyMeshDetail &dmesh, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#aa0cb505c86286978f1d3e3af54f78816',1,'duDumpPolyMeshDetailToObj(rcPolyMeshDetail &dmesh, duFileIO *io): RecastDump.cpp']]], + ['dudumppolymeshtoobj_2420',['duDumpPolyMeshToObj',['../RecastDump_8h.html#a0a79a720e9e9bbcc7c299260c7e6d327',1,'duDumpPolyMeshToObj(struct rcPolyMesh &pmesh, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a6dc94dd7f5e9b4a1bf998c45b06dbce8',1,'duDumpPolyMeshToObj(rcPolyMesh &pmesh, duFileIO *io): RecastDump.cpp']]], + ['duinttocol_2421',['duIntToCol',['../DebugDraw_8cpp.html#aa7ed02712813d056a5a092b0eb30b23f',1,'duIntToCol(int i, float *col): DebugDraw.cpp'],['../DebugDraw_8cpp.html#a731cb6ff6a2a2f0ef9867339999cc615',1,'duIntToCol(int i, int a): DebugDraw.cpp'],['../DebugDraw_8h.html#aa7ed02712813d056a5a092b0eb30b23f',1,'duIntToCol(int i, float *col): DebugDraw.cpp'],['../DebugDraw_8h.html#a731cb6ff6a2a2f0ef9867339999cc615',1,'duIntToCol(int i, int a): DebugDraw.cpp']]], + ['dulerpcol_2422',['duLerpCol',['../DebugDraw_8h.html#af86f10d8c5ee26ff8f70a9dbd457b76a',1,'DebugDraw.h']]], + ['dulogbuildtimes_2423',['duLogBuildTimes',['../RecastDump_8h.html#a32dd617dc1eeb615d779834c760131a5',1,'duLogBuildTimes(rcContext &ctx, const int totalTileUsec): RecastDump.cpp'],['../RecastDump_8cpp.html#a99bee52e313edc310e3bd5b07f77b66c',1,'duLogBuildTimes(rcContext &ctx, const int totalTimeUsec): RecastDump.cpp']]], + ['dumplog_2424',['dumpLog',['../classBuildContext.html#aeaaab27f3952ade9fbb1e5ac85c4bf8b',1,'BuildContext']]], + ['dumultcol_2425',['duMultCol',['../DebugDraw_8h.html#afe81eed2bd74c26dc0fc402c509571f7',1,'DebugDraw.h']]], + ['dureadcompactheightfield_2426',['duReadCompactHeightfield',['../RecastDump_8h.html#aa11f7a7470e8e8aeea6f155e39edccf8',1,'duReadCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#aa11f7a7470e8e8aeea6f155e39edccf8',1,'duReadCompactHeightfield(struct rcCompactHeightfield &chf, duFileIO *io): RecastDump.cpp']]], + ['dureadcontourset_2427',['duReadContourSet',['../RecastDump_8h.html#a9e1f8ba842160742ce414e710c6472fb',1,'duReadContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp'],['../RecastDump_8cpp.html#a9e1f8ba842160742ce414e710c6472fb',1,'duReadContourSet(struct rcContourSet &cset, duFileIO *io): RecastDump.cpp']]], + ['durgba_2428',['duRGBA',['../DebugDraw_8h.html#af2db5f73ed824805a2f93ee69734aebf',1,'DebugDraw.h']]], + ['durgbaf_2429',['duRGBAf',['../DebugDraw_8h.html#ab37b3884a567e012a9149cf260cb1a02',1,'DebugDraw.h']]], + ['dutranscol_2430',['duTransCol',['../DebugDraw_8h.html#aba3168c3b213a2a18a2ca637e2b009b8',1,'DebugDraw.h']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index 11672ba3..d2f9372c 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,12 +1,12 @@ var searchData= [ - ['empty_2432',['empty',['../classdtNodeQueue.html#a15693f0c97c5d9a32cd0302cdcafd27c',1,'dtNodeQueue::empty()'],['../classrcVectorBase.html#abea713b48ccadfde8ef3f3f61af23553',1,'rcVectorBase::empty()']]], - ['enablelog_2433',['enableLog',['../classrcContext.html#a03dcf9240dc69a7c329c15e32be12d8e',1,'rcContext']]], - ['enabletimer_2434',['enableTimer',['../classrcContext.html#aa4680430d751824f83634ac753df9669',1,'rcContext']]], - ['encodeobstacleid_2435',['encodeObstacleId',['../classdtTileCache.html#a0d0ae89585f257f5ff0961e9eabfb52d',1,'dtTileCache']]], - ['encodepolyid_2436',['encodePolyId',['../classdtNavMesh.html#a168a479840e7e32613f4b68ee4662d78',1,'dtNavMesh']]], - ['encodetileid_2437',['encodeTileId',['../classdtTileCache.html#a8e894bf86dc38b622fac1afe3ba5fe84',1,'dtTileCache']]], - ['end_2438',['end',['../structduDebugDraw.html#ac699459669944f2f950bbf972fe62a14',1,'duDebugDraw::end()'],['../classduDisplayList.html#ad8283f5518c514d0635d8ad0c359e11a',1,'duDisplayList::end()'],['../classrcVectorBase.html#a2345659d7f6de686d45030f84162ac3b',1,'rcVectorBase::end()'],['../classrcVectorBase.html#adb66e7f35934f7ec18347cf53441bbeb',1,'rcVectorBase::end() const'],['../classDebugDrawGL.html#a28de738a8a277da6c534e46850ffc1e8',1,'DebugDrawGL::end()']]], - ['evalarc_2439',['evalArc',['../DebugDraw_8cpp.html#a1981953ed43c0c1f2bf6c49dff16b092',1,'DebugDraw.cpp']]], - ['expandregions_2440',['expandRegions',['../RecastRegion_8cpp.html#a019a1b335b38abce33594128c4806a04',1,'RecastRegion.cpp']]] + ['empty_2431',['empty',['../classdtNodeQueue.html#a15693f0c97c5d9a32cd0302cdcafd27c',1,'dtNodeQueue::empty()'],['../classrcVectorBase.html#abea713b48ccadfde8ef3f3f61af23553',1,'rcVectorBase::empty()']]], + ['enablelog_2432',['enableLog',['../classrcContext.html#a03dcf9240dc69a7c329c15e32be12d8e',1,'rcContext']]], + ['enabletimer_2433',['enableTimer',['../classrcContext.html#aa4680430d751824f83634ac753df9669',1,'rcContext']]], + ['encodeobstacleid_2434',['encodeObstacleId',['../classdtTileCache.html#a0d0ae89585f257f5ff0961e9eabfb52d',1,'dtTileCache']]], + ['encodepolyid_2435',['encodePolyId',['../classdtNavMesh.html#a168a479840e7e32613f4b68ee4662d78',1,'dtNavMesh']]], + ['encodetileid_2436',['encodeTileId',['../classdtTileCache.html#a8e894bf86dc38b622fac1afe3ba5fe84',1,'dtTileCache']]], + ['end_2437',['end',['../structduDebugDraw.html#ac699459669944f2f950bbf972fe62a14',1,'duDebugDraw::end()'],['../classduDisplayList.html#ad8283f5518c514d0635d8ad0c359e11a',1,'duDisplayList::end()'],['../classrcVectorBase.html#a2345659d7f6de686d45030f84162ac3b',1,'rcVectorBase::end()'],['../classrcVectorBase.html#adb66e7f35934f7ec18347cf53441bbeb',1,'rcVectorBase::end() const'],['../classDebugDrawGL.html#a28de738a8a277da6c534e46850ffc1e8',1,'DebugDrawGL::end()']]], + ['evalarc_2438',['evalArc',['../DebugDraw_8cpp.html#a1981953ed43c0c1f2bf6c49dff16b092',1,'DebugDraw.cpp']]], + ['expandregions_2439',['expandRegions',['../RecastRegion_8cpp.html#a019a1b335b38abce33594128c4806a04',1,'RecastRegion.cpp']]] ]; diff --git a/search/functions_5.js b/search/functions_5.js index 25f4b64f..a167e514 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -1,31 +1,30 @@ var searchData= [ - ['fileio_2441',['FileIO',['../classFileIO.html#a8b0d602c3461181e12c05f655dea5018',1,'FileIO']]], - ['finalizeslicedfindpath_2442',['finalizeSlicedFindPath',['../classdtNavMeshQuery.html#a98673bb238fbb139ec8407e266fa76fd',1,'dtNavMeshQuery']]], - ['finalizeslicedfindpathpartial_2443',['finalizeSlicedFindPathPartial',['../classdtNavMeshQuery.html#a01b18dcb5d25fc392b6030ae5d4f310e',1,'dtNavMeshQuery']]], - ['findcontourfromset_2444',['findContourFromSet',['../RecastDebugDraw_8cpp.html#a37989abb1222e6e68c099a399db289b3',1,'RecastDebugDraw.cpp']]], - ['findcorners_2445',['findCorners',['../classdtPathCorridor.html#aa1076957ddf987a274a756fbf8202cab',1,'dtPathCorridor']]], - ['finddistancetowall_2446',['findDistanceToWall',['../classdtNavMeshQuery.html#a1576a980ae29e44ad4809a25974fbd40',1,'dtNavMeshQuery']]], - ['findedge_2447',['findEdge',['../RecastMeshDetail_8cpp.html#a16c4ee55e57347991da140a8cd13c313',1,'RecastMeshDetail.cpp']]], - ['findleftmostvertex_2448',['findLeftMostVertex',['../RecastContour_8cpp.html#adc1ece72b40b8cca1718d9c32ab9abe6',1,'RecastContour.cpp']]], - ['findlocalneighbourhood_2449',['findLocalNeighbourhood',['../classdtNavMeshQuery.html#a9864032da48ba6f1055deab90633ffd6',1,'dtNavMeshQuery']]], - ['findnearestpoly_2450',['findNearestPoly',['../classdtNavMeshQuery.html#a5317939092cb4b55fed4b0bb61afc74a',1,'dtNavMeshQuery::findNearestPoly(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *nearestRef, float *nearestPt) const'],['../classdtNavMeshQuery.html#a0b5d26748dfa4bd9f3d8ba0c1d972b56',1,'dtNavMeshQuery::findNearestPoly(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *nearestRef, float *nearestPt, bool *isOverPoly) const']]], - ['findnode_2451',['findNode',['../classdtNodePool.html#a3d824305e2dbebe242e9f664b3aaceb7',1,'dtNodePool']]], - ['findnodes_2452',['findNodes',['../classdtNodePool.html#a5fa3decff570f26616282fcf50a3e7f9',1,'dtNodePool']]], - ['findpath_2453',['findPath',['../classdtNavMeshQuery.html#a9d86502949fcd4f96ffd350d4ef69e3c',1,'dtNavMeshQuery']]], - ['findpolysaroundcircle_2454',['findPolysAroundCircle',['../classdtNavMeshQuery.html#a1131b39f205440349e7efe7f2d9b0ef9',1,'dtNavMeshQuery']]], - ['findpolysaroundshape_2455',['findPolysAroundShape',['../classdtNavMeshQuery.html#aa142b8c1e54bdefc39ab41507fe931d1',1,'dtNavMeshQuery']]], - ['findrandompoint_2456',['findRandomPoint',['../classdtNavMeshQuery.html#af86c392a14bd788b0caecf21d9fb4b3d',1,'dtNavMeshQuery']]], - ['findrandompointaroundcircle_2457',['findRandomPointAroundCircle',['../classdtNavMeshQuery.html#abfb87531eb962cbd51c649469de2e4fa',1,'dtNavMeshQuery']]], - ['findstraightpath_2458',['findStraightPath',['../classdtNavMeshQuery.html#ac160434c85bdf9edec24fa621f120d2d',1,'dtNavMeshQuery']]], - ['fixpathstart_2459',['fixPathStart',['../classdtPathCorridor.html#ae2e11d477d193c79197fa28acae824b8',1,'dtPathCorridor']]], - ['fixupcorridor_2460',['fixupCorridor',['../NavMeshTesterTool_8cpp.html#aa0a7c979eb3968d46f3ccffcd664b71d',1,'NavMeshTesterTool.cpp']]], - ['fixupshortcuts_2461',['fixupShortcuts',['../NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69',1,'NavMeshTesterTool.cpp']]], - ['floodnavmesh_2462',['floodNavmesh',['../NavMeshPruneTool_8cpp.html#aabe57f3100ff784616cd66607f181017',1,'NavMeshPruneTool.cpp']]], - ['floodregion_2463',['floodRegion',['../RecastRegion_8cpp.html#ad881e621a7be30bee577ec6a56bf18b3',1,'RecastRegion.cpp']]], - ['frand_2464',['frand',['../NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5',1,'NavMeshTesterTool.cpp']]], - ['free_2465',['free',['../structLinearAllocator.html#ab7af21e0264ea0621822ed212ca925a3',1,'LinearAllocator::free()'],['../structdtTileCacheAlloc.html#aeb9afcb80b4e923d173b2c1706c56130',1,'dtTileCacheAlloc::free()']]], - ['freelink_2466',['freeLink',['../DetourNavMesh_8cpp.html#abcf0226951222dd602078a87bd7d347d',1,'DetourNavMesh.cpp']]], - ['freespan_2467',['freeSpan',['../RecastRasterization_8cpp.html#a37457137923a03210b6e72b0c091225c',1,'RecastRasterization.cpp']]], - ['front_2468',['front',['../classrcVectorBase.html#aafaf7e6b45be95ab279c5f6a6bc308fe',1,'rcVectorBase::front() const'],['../classrcVectorBase.html#ade9804e2b52a1024f60da5add98a8d6c',1,'rcVectorBase::front()']]] + ['fileio_2440',['FileIO',['../classFileIO.html#a8b0d602c3461181e12c05f655dea5018',1,'FileIO']]], + ['finalizeslicedfindpath_2441',['finalizeSlicedFindPath',['../classdtNavMeshQuery.html#a98673bb238fbb139ec8407e266fa76fd',1,'dtNavMeshQuery']]], + ['finalizeslicedfindpathpartial_2442',['finalizeSlicedFindPathPartial',['../classdtNavMeshQuery.html#a01b18dcb5d25fc392b6030ae5d4f310e',1,'dtNavMeshQuery']]], + ['findcontourfromset_2443',['findContourFromSet',['../RecastDebugDraw_8cpp.html#a37989abb1222e6e68c099a399db289b3',1,'RecastDebugDraw.cpp']]], + ['findcorners_2444',['findCorners',['../classdtPathCorridor.html#aa1076957ddf987a274a756fbf8202cab',1,'dtPathCorridor']]], + ['finddistancetowall_2445',['findDistanceToWall',['../classdtNavMeshQuery.html#a1576a980ae29e44ad4809a25974fbd40',1,'dtNavMeshQuery']]], + ['findedge_2446',['findEdge',['../RecastMeshDetail_8cpp.html#a16c4ee55e57347991da140a8cd13c313',1,'RecastMeshDetail.cpp']]], + ['findleftmostvertex_2447',['findLeftMostVertex',['../RecastContour_8cpp.html#adc1ece72b40b8cca1718d9c32ab9abe6',1,'RecastContour.cpp']]], + ['findlocalneighbourhood_2448',['findLocalNeighbourhood',['../classdtNavMeshQuery.html#a9864032da48ba6f1055deab90633ffd6',1,'dtNavMeshQuery']]], + ['findnearestpoly_2449',['findNearestPoly',['../classdtNavMeshQuery.html#a5317939092cb4b55fed4b0bb61afc74a',1,'dtNavMeshQuery::findNearestPoly(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *nearestRef, float *nearestPt) const'],['../classdtNavMeshQuery.html#a0b5d26748dfa4bd9f3d8ba0c1d972b56',1,'dtNavMeshQuery::findNearestPoly(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *nearestRef, float *nearestPt, bool *isOverPoly) const']]], + ['findnode_2450',['findNode',['../classdtNodePool.html#a3d824305e2dbebe242e9f664b3aaceb7',1,'dtNodePool']]], + ['findnodes_2451',['findNodes',['../classdtNodePool.html#a5fa3decff570f26616282fcf50a3e7f9',1,'dtNodePool']]], + ['findpath_2452',['findPath',['../classdtNavMeshQuery.html#a9d86502949fcd4f96ffd350d4ef69e3c',1,'dtNavMeshQuery']]], + ['findpolysaroundcircle_2453',['findPolysAroundCircle',['../classdtNavMeshQuery.html#a1131b39f205440349e7efe7f2d9b0ef9',1,'dtNavMeshQuery']]], + ['findpolysaroundshape_2454',['findPolysAroundShape',['../classdtNavMeshQuery.html#aa142b8c1e54bdefc39ab41507fe931d1',1,'dtNavMeshQuery']]], + ['findrandompoint_2455',['findRandomPoint',['../classdtNavMeshQuery.html#af86c392a14bd788b0caecf21d9fb4b3d',1,'dtNavMeshQuery']]], + ['findrandompointaroundcircle_2456',['findRandomPointAroundCircle',['../classdtNavMeshQuery.html#abfb87531eb962cbd51c649469de2e4fa',1,'dtNavMeshQuery']]], + ['findstraightpath_2457',['findStraightPath',['../classdtNavMeshQuery.html#ac160434c85bdf9edec24fa621f120d2d',1,'dtNavMeshQuery']]], + ['fixpathstart_2458',['fixPathStart',['../classdtPathCorridor.html#ae2e11d477d193c79197fa28acae824b8',1,'dtPathCorridor']]], + ['fixupshortcuts_2459',['fixupShortcuts',['../NavMeshTesterTool_8cpp.html#afdd1fc4764fb0feadc7f2ae478064b69',1,'NavMeshTesterTool.cpp']]], + ['floodnavmesh_2460',['floodNavmesh',['../NavMeshPruneTool_8cpp.html#aabe57f3100ff784616cd66607f181017',1,'NavMeshPruneTool.cpp']]], + ['floodregion_2461',['floodRegion',['../RecastRegion_8cpp.html#ad881e621a7be30bee577ec6a56bf18b3',1,'RecastRegion.cpp']]], + ['frand_2462',['frand',['../NavMeshTesterTool_8cpp.html#ac8e3cc6c626394b36e557edb46eb23c5',1,'NavMeshTesterTool.cpp']]], + ['free_2463',['free',['../structLinearAllocator.html#ab7af21e0264ea0621822ed212ca925a3',1,'LinearAllocator::free()'],['../structdtTileCacheAlloc.html#aeb9afcb80b4e923d173b2c1706c56130',1,'dtTileCacheAlloc::free()']]], + ['freelink_2464',['freeLink',['../DetourNavMesh_8cpp.html#abcf0226951222dd602078a87bd7d347d',1,'DetourNavMesh.cpp']]], + ['freespan_2465',['freeSpan',['../RecastRasterization_8cpp.html#a37457137923a03210b6e72b0c091225c',1,'RecastRasterization.cpp']]], + ['front_2466',['front',['../classrcVectorBase.html#aafaf7e6b45be95ab279c5f6a6bc308fe',1,'rcVectorBase::front() const'],['../classrcVectorBase.html#ade9804e2b52a1024f60da5add98a8d6c',1,'rcVectorBase::front()']]] ]; diff --git a/search/functions_6.js b/search/functions_6.js index 0db1b729..5921a770 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -1,157 +1,157 @@ var searchData= [ - ['getaccumulatedtime_2469',['getAccumulatedTime',['../classrcContext.html#a17e7b79afff2f042961698aa1c818c3d',1,'rcContext']]], - ['getactiveagents_2470',['getActiveAgents',['../classdtCrowd.html#a15a4b9b9fb72a358514489ea8f755405',1,'dtCrowd']]], - ['getagent_2471',['getAgent',['../classdtCrowd.html#aeef39643256ddad7ae421c78dda0ce06',1,'dtCrowd']]], - ['getagentbounds_2472',['getAgentBounds',['../CrowdTool_8cpp.html#ae28c4a889bb4d9fac0cd88f0d0b93dd0',1,'CrowdTool.cpp']]], - ['getagentclimb_2473',['getAgentClimb',['../classSample.html#ae94b1470cd74ee7abe9cf39a74c2bbd8',1,'Sample']]], - ['getagentcount_2474',['getAgentCount',['../classdtCrowd.html#a87dc2372038ee12d9043a65737880b78',1,'dtCrowd']]], - ['getagentheight_2475',['getAgentHeight',['../classSample.html#a7d914e678845642d42a09469377a7f83',1,'Sample']]], - ['getagentradius_2476',['getAgentRadius',['../classSample.html#a3d6dc892150a705128c5799e7e4e3aab',1,'Sample']]], - ['getalloc_2477',['getAlloc',['../classdtTileCache.html#adc396e35c754ef44cadea9cd113b7440',1,'dtTileCache']]], - ['getarea_2478',['getArea',['../structdtPoly.html#ab5e97720847977aa7a4caf8c75e73792',1,'dtPoly']]], - ['getareacost_2479',['getAreaCost',['../classdtQueryFilter.html#a1e41582a45d2a10eb7e68740475e5665',1,'dtQueryFilter']]], - ['getattachednavmesh_2480',['getAttachedNavMesh',['../classdtNavMeshQuery.html#a05ddaa41019804494be7da66207882de',1,'dtNavMeshQuery']]], - ['getaverage_2481',['getAverage',['../classValueHistory.html#aafc75b895663a6d7390146c81c883838',1,'ValueHistory']]], - ['getbakedquad_2482',['getBakedQuad',['../imguiRenderGL_8cpp.html#aa0edb56b070edf4da63eb716e7c32bc6',1,'imguiRenderGL.cpp']]], - ['getbounds_2483',['getBounds',['../classdtProximityGrid.html#a9850e14d04f7d60909c46bec50c5ef65',1,'dtProximityGrid']]], - ['getboundsmax_2484',['getBoundsMax',['../classSample__Debug.html#aa1e603f5ef26815d521d7b89e7fe4e7d',1,'Sample_Debug']]], - ['getboundsmin_2485',['getBoundsMin',['../classSample__Debug.html#a973cd339736c98e7ecd5cdc4ee7988c5',1,'Sample_Debug']]], - ['getbuildsettings_2486',['getBuildSettings',['../classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565',1,'InputGeom']]], - ['getcapacity_2487',['getCapacity',['../classdtNodeQueue.html#a3bd1e5d3450e90384d8d8ce7f59080de',1,'dtNodeQueue']]], - ['getcellsize_2488',['getCellSize',['../classdtProximityGrid.html#aca646eb6926a096bb8062e7bf3a09945',1,'dtProximityGrid']]], - ['getcenter_2489',['getCenter',['../classdtLocalBoundary.html#ab89e6bc9a4985f2c25e97fb1f70b6060',1,'dtLocalBoundary']]], - ['getchunkymesh_2490',['getChunkyMesh',['../classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4',1,'InputGeom']]], - ['getcompressor_2491',['getCompressor',['../classdtTileCache.html#a14aed84748e8c2b3c1ce827342ca16f1',1,'dtTileCache']]], - ['getcontourcenter_2492',['getContourCenter',['../RecastDebugDraw_8cpp.html#a3486bd0130a48ea79695f01e2cc88b05',1,'RecastDebugDraw.cpp']]], - ['getconvexvolumecount_2493',['getConvexVolumeCount',['../classInputGeom.html#a18f14e5605e256a5793515a66f77887d',1,'InputGeom']]], - ['getconvexvolumes_2494',['getConvexVolumes',['../classInputGeom.html#a4665548e2789759d57d169fb0fd9de22',1,'InputGeom']]], - ['getcornerheight_2495',['getCornerHeight',['../RecastContour_8cpp.html#a10f7bbb90e6028365b2637249b6bb29a',1,'getCornerHeight(int x, int y, int i, int dir, const rcCompactHeightfield &chf, bool &isBorderVertex): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af136bc352d829a1715b8a46ffb539aff',1,'getCornerHeight(dtTileCacheLayer &layer, const int x, const int y, const int z, const int walkableClimb, bool &shouldRemove): DetourTileCacheBuilder.cpp']]], - ['getcost_2496',['getCost',['../classdtQueryFilter.html#a11d016505b732a1a013c3771a4157dea',1,'dtQueryFilter']]], - ['getcrowd_2497',['getCrowd',['../classSample.html#af3671d3b21ff1992948cb7092ce0fc08',1,'Sample']]], - ['getdebugdraw_2498',['getDebugDraw',['../classSample.html#a7e157d7dcc5164d3014ba248a8a1bbbe',1,'Sample']]], - ['getdiroffsetx_2499',['getDirOffsetX',['../DetourTileCacheBuilder_8cpp.html#a59fc3411f762def701ca3f15f07cda12',1,'DetourTileCacheBuilder.cpp']]], - ['getdiroffsety_2500',['getDirOffsetY',['../DetourTileCacheBuilder_8cpp.html#aca2add941eccb01df6af4cc78f0e8239',1,'DetourTileCacheBuilder.cpp']]], - ['getdistancetogoal_2501',['getDistanceToGoal',['../DetourCrowd_8cpp.html#aa1c9aee7599d23c1b1b5db2363cc3a1c',1,'DetourCrowd.cpp']]], - ['getedgeflags_2502',['getEdgeFlags',['../RecastMeshDetail_8cpp.html#a237fe0f624a27a47a9c0885fa1450dcc',1,'RecastMeshDetail.cpp']]], - ['geteditableagent_2503',['getEditableAgent',['../classdtCrowd.html#aa6b571af2a8c628063b904c7b1a5e910',1,'dtCrowd']]], - ['geteditablefilter_2504',['getEditableFilter',['../classdtCrowd.html#a170a9c4cc9f88a7ee3d560abce9ad552',1,'dtCrowd']]], - ['getexcludeflags_2505',['getExcludeFlags',['../classdtQueryFilter.html#ac3e2d16755c3510003f0580e27ce4897',1,'dtQueryFilter']]], - ['getfilename_2506',['getFileName',['../classrcMeshLoaderObj.html#a2f4d3abf3fb4e558d49c9fd80d0d69ca',1,'rcMeshLoaderObj']]], - ['getfilter_2507',['getFilter',['../classdtCrowd.html#ae712fb6e6e907454ec0a827d11957373',1,'dtCrowd']]], - ['getfirst_2508',['getFirst',['../classdtNodePool.html#a74e68feacf8667422d426e98ab86e612',1,'dtNodePool']]], - ['getfirstpoly_2509',['getFirstPoly',['../classdtPathCorridor.html#a1328df3808790d4bedec54112b0fab43',1,'dtPathCorridor']]], - ['getflags_2510',['getFlags',['../classNavmeshFlags.html#a86f58d0fc045e50c3751487394f4ec26',1,'NavmeshFlags']]], - ['getgeomfilename_2511',['getGeomFileName',['../classTestCase.html#a485b056a0d259c0947354e0434871858',1,'TestCase']]], - ['getgrid_2512',['getGrid',['../classdtCrowd.html#a1d1534a46f29afd4ab82ac37080c5ad0',1,'dtCrowd']]], - ['gethashsize_2513',['getHashSize',['../classdtNodePool.html#a906d7f69b2ee45e8179926f47b4b3153',1,'dtNodePool']]], - ['getheight_2514',['getHeight',['../RecastMeshDetail_8cpp.html#a2604c39cdc6af9e468adceb40145d93f',1,'RecastMeshDetail.cpp']]], - ['getheightdata_2515',['getHeightData',['../RecastMeshDetail_8cpp.html#abb8411f8d3acf15a62f60228d6c4ff21',1,'RecastMeshDetail.cpp']]], - ['getincludeflags_2516',['getIncludeFlags',['../classdtQueryFilter.html#a5bae688840167576dc6ab7913dda1b34',1,'dtQueryFilter']]], - ['getinputgeom_2517',['getInputGeom',['../classSample.html#aab3a8fd2e47d84d952a21b2daa7f8318',1,'Sample']]], - ['getitemcountat_2518',['getItemCountAt',['../classdtProximityGrid.html#ac788d2fbab7612826abeeab20a4f94fb',1,'dtProximityGrid']]], - ['getjitterx_2519',['getJitterX',['../RecastMeshDetail_8cpp.html#ab4cd0a143a512c295ef95569bbfbbeef',1,'RecastMeshDetail.cpp']]], - ['getjittery_2520',['getJitterY',['../RecastMeshDetail_8cpp.html#a194240aeeb96887533303bf652a3c201',1,'RecastMeshDetail.cpp']]], - ['getlastpoly_2521',['getLastPoly',['../classdtPathCorridor.html#a4d23baaf31661832ea81fd5a6fcc0a59',1,'dtPathCorridor']]], - ['getlogcount_2522',['getLogCount',['../classBuildContext.html#a94c60dd0d7398cddc2898a3b7b0ec220',1,'BuildContext']]], - ['getlogtext_2523',['getLogText',['../classBuildContext.html#af63760315f9dcdd54dad7bc82bdc9e9f',1,'BuildContext']]], - ['getmaxnodes_2524',['getMaxNodes',['../classdtNodePool.html#ad72b1d9c53d064e7b975bbb073e37b3c',1,'dtNodePool']]], - ['getmaxtiles_2525',['getMaxTiles',['../classdtNavMesh.html#a17672fe19464d55eb66dc69f5f2f2b3f',1,'dtNavMesh']]], - ['getmemused_2526',['getMemUsed',['../classdtNodeQueue.html#a024e0d15d235157f79bd6a386e090804',1,'dtNodeQueue::getMemUsed()'],['../classdtNodePool.html#a30a089ded0f298f4dd4654f39cd808d4',1,'dtNodePool::getMemUsed()']]], - ['getmesh_2527',['getMesh',['../classInputGeom.html#a474a85ab24b2378a9734f1deacbf5060',1,'InputGeom']]], - ['getmeshboundsmax_2528',['getMeshBoundsMax',['../classInputGeom.html#a807bb7df9302e27bcd3e0f8070bf092a',1,'InputGeom']]], - ['getmeshboundsmin_2529',['getMeshBoundsMin',['../classInputGeom.html#af7343e9a8f1802062ae274ee57efeefc',1,'InputGeom']]], - ['getnavmesh_2530',['getNavMesh',['../classSample.html#abf2cdbfa68c12b4f309bdf74671de539',1,'Sample']]], - ['getnavmeshboundsmax_2531',['getNavMeshBoundsMax',['../classInputGeom.html#ae2c111ef2f6eccd803b4b28503aebbd5',1,'InputGeom']]], - ['getnavmeshboundsmin_2532',['getNavMeshBoundsMin',['../classInputGeom.html#af65a1d3856edbd4145418f83862de88f',1,'InputGeom']]], - ['getnavmeshdrawflags_2533',['getNavMeshDrawFlags',['../classSample.html#a20186dffd1c83837a2a32068fe819150',1,'Sample']]], - ['getnavmeshquery_2534',['getNavMeshQuery',['../classdtCrowd.html#ae58e2252287003e9b7226936cf8b4ea7',1,'dtCrowd::getNavMeshQuery()'],['../classSample.html#a120cb5edc22425e12445366f340578b2',1,'Sample::getNavMeshQuery()']]], - ['getnavquery_2535',['getNavQuery',['../classdtPathQueue.html#ad4fb7d75b1b65ad1db89782f8ad4e8da',1,'dtPathQueue']]], - ['getneighbourreg_2536',['getNeighbourReg',['../DetourTileCacheBuilder_8cpp.html#af535796b148f37dcc11d1a3416ee9b53',1,'DetourTileCacheBuilder.cpp']]], - ['getneighbours_2537',['getNeighbours',['../DetourCrowd_8cpp.html#a5fcc526c98bb123bbcb22c103d5f736b',1,'DetourCrowd.cpp']]], - ['getnext_2538',['getNext',['../classdtNodePool.html#af4651c815c5cb0aa9779188094d4a488',1,'dtNodePool']]], - ['getnode_2539',['getNode',['../classdtNodePool.html#a9642659acf1f7fbfcd408b4c3da8a885',1,'dtNodePool']]], - ['getnodeatidx_2540',['getNodeAtIdx',['../classdtNodePool.html#af5fa2f9dcde54a5d487fef4575d5130b',1,'dtNodePool::getNodeAtIdx(unsigned int idx) const'],['../classdtNodePool.html#a5f6d20bd49d338b03885909b0c13ccea',1,'dtNodePool::getNodeAtIdx(unsigned int idx)']]], - ['getnodecount_2541',['getNodeCount',['../classdtNodePool.html#a5f1217cd13ee7e57ab29f05f451927f9',1,'dtNodePool']]], - ['getnodeidx_2542',['getNodeIdx',['../classdtNodePool.html#a5b223e8441b2d202fb1a18022228d6e1',1,'dtNodePool']]], - ['getnodepool_2543',['getNodePool',['../classdtNavMeshQuery.html#a5f5baaa868aad36ba023ea81b10e70bd',1,'dtNavMeshQuery']]], - ['getnormals_2544',['getNormals',['../classrcMeshLoaderObj.html#a988e6f79382df2eb9345cc031918a876',1,'rcMeshLoaderObj']]], - ['getobstacle_2545',['getObstacle',['../classdtTileCache.html#a5c447f013845eeb64d65a58085dee5b7',1,'dtTileCache']]], - ['getobstacleavoidanceparams_2546',['getObstacleAvoidanceParams',['../classdtCrowd.html#a4da076dabe04b63d801c63c99d2fb5bb',1,'dtCrowd']]], - ['getobstaclebounds_2547',['getObstacleBounds',['../classdtTileCache.html#a71b5f91b742cc8339d36ac7b1c04ac0e',1,'dtTileCache']]], - ['getobstaclebyref_2548',['getObstacleByRef',['../classdtTileCache.html#a6aaf88b2bb53c59d8a57d1b95eba8ce9',1,'dtTileCache']]], - ['getobstaclecircle_2549',['getObstacleCircle',['../classdtObstacleAvoidanceQuery.html#a2de5b7639831faa59a708b2ed3cd6f15',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclecirclecount_2550',['getObstacleCircleCount',['../classdtObstacleAvoidanceQuery.html#ae520788c1150ae9c0efa15ddee6b44a6',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclecount_2551',['getObstacleCount',['../classdtTileCache.html#a7f76bec4205d0f8a2a78683dd8766ea9',1,'dtTileCache']]], - ['getobstacleref_2552',['getObstacleRef',['../classdtTileCache.html#ab8e216fc463a72e59fc9c54df3acc13a',1,'dtTileCache']]], - ['getobstaclesegment_2553',['getObstacleSegment',['../classdtObstacleAvoidanceQuery.html#a60779b0d519def7ae2101ad153266cd2',1,'dtObstacleAvoidanceQuery']]], - ['getobstaclesegmentcount_2554',['getObstacleSegmentCount',['../classdtObstacleAvoidanceQuery.html#a38c5fdba38e19e6c7481b75d089e45b6',1,'dtObstacleAvoidanceQuery']]], - ['getoffmeshconnectionareas_2555',['getOffMeshConnectionAreas',['../classInputGeom.html#a4993dc182c72eba3e246bda25cfec258',1,'InputGeom']]], - ['getoffmeshconnectionbyref_2556',['getOffMeshConnectionByRef',['../classdtNavMesh.html#a1db2c979241da0b6e0fda278206678de',1,'dtNavMesh']]], - ['getoffmeshconnectioncount_2557',['getOffMeshConnectionCount',['../classInputGeom.html#ad31d93691d942948af8d79798e4d2ad5',1,'InputGeom']]], - ['getoffmeshconnectiondirs_2558',['getOffMeshConnectionDirs',['../classInputGeom.html#a99352ee32c8a668d73c7f8ce70e3f9c9',1,'InputGeom']]], - ['getoffmeshconnectionflags_2559',['getOffMeshConnectionFlags',['../classInputGeom.html#a53ff2a13a9ca55c0e40cc0e36c420557',1,'InputGeom']]], - ['getoffmeshconnectionid_2560',['getOffMeshConnectionId',['../classInputGeom.html#a4ce0f47be81216e39eed6d1e38fcfa7c',1,'InputGeom']]], - ['getoffmeshconnectionpolyendpoints_2561',['getOffMeshConnectionPolyEndPoints',['../classdtNavMesh.html#a5f4c392080406146805f674489feac4a',1,'dtNavMesh']]], - ['getoffmeshconnectionrads_2562',['getOffMeshConnectionRads',['../classInputGeom.html#a2d5d1c04bf9bd3b3e6e4e896214d1e01',1,'InputGeom']]], - ['getoffmeshconnectionverts_2563',['getOffMeshConnectionVerts',['../classInputGeom.html#ad6bdbb58ced2ad9d1b9c6905e20e4c69',1,'InputGeom']]], - ['getparams_2564',['getParams',['../classdtNavMesh.html#a9202ff1b571f26d948c0ee2f07c9bce8',1,'dtNavMesh::getParams()'],['../classdtTileCache.html#addea8bf2f66682e00c45a6948de77084',1,'dtTileCache::getParams()']]], - ['getpath_2565',['getPath',['../classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f',1,'dtPathCorridor']]], - ['getpathcount_2566',['getPathCount',['../classdtPathCorridor.html#a16bfdb275fb8f385c269cd06236f8213',1,'dtPathCorridor']]], - ['getpathfromdijkstrasearch_2567',['getPathFromDijkstraSearch',['../classdtNavMeshQuery.html#af0eadf81ceef919bd502469529b02fd0',1,'dtNavMeshQuery']]], - ['getpathqueue_2568',['getPathQueue',['../classdtCrowd.html#a5300bc081c832dde048affb6bd077afb',1,'dtCrowd']]], - ['getpathresult_2569',['getPathResult',['../classdtPathQueue.html#a6599518fe1e3c0e4c7d8c3cba062aeab',1,'dtPathQueue']]], - ['getperftime_2570',['getPerfTime',['../PerfTimer_8cpp.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp'],['../PerfTimer_8h.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp']]], - ['getperftimeusec_2571',['getPerfTimeUsec',['../PerfTimer_8cpp.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp'],['../PerfTimer_8h.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp']]], - ['getpolyarea_2572',['getPolyArea',['../classdtNavMesh.html#aac53c07a2ab699b15228c91a17b3bafd',1,'dtNavMesh']]], - ['getpolycenter_2573',['getPolyCenter',['../NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a',1,'NavMeshTesterTool.cpp']]], - ['getpolyflags_2574',['getPolyFlags',['../classdtNavMesh.html#a8d5d33030fc21afa6b1be3c80689f9b7',1,'dtNavMesh']]], - ['getpolyheight_2575',['getPolyHeight',['../classdtNavMeshQuery.html#af8303a12749e252c6688c15c5c887b69',1,'dtNavMeshQuery']]], - ['getpolymergevalue_2576',['getPolyMergeValue',['../RecastMesh_8cpp.html#aa51188672fa9e4efd3dffdb7012765b5',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb, const int nvp): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a30135fcd690b0ae1c9ebd9bd00e7349b',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb): DetourTileCacheBuilder.cpp']]], - ['getpolyrefbase_2577',['getPolyRefBase',['../classdtNavMesh.html#a0741871ed1357c51e3847f22673fcc9c',1,'dtNavMesh']]], - ['getpolywallsegments_2578',['getPolyWallSegments',['../classdtNavMeshQuery.html#a2c49662f07e52f1488622089952a154c',1,'dtNavMeshQuery']]], - ['getpos_2579',['getPos',['../classdtPathCorridor.html#a607e96864c9cb68386d57e90d8681159',1,'dtPathCorridor']]], - ['getqueryextents_2580',['getQueryExtents',['../classdtCrowd.html#a6a37c9f57844d91e46fd4c8ef9de17b0',1,'dtCrowd']]], - ['getqueryhalfextents_2581',['getQueryHalfExtents',['../classdtCrowd.html#a24dd5232d34c87b80b75a6ae2729fd27',1,'dtCrowd']]], - ['getrequeststatus_2582',['getRequestStatus',['../classdtPathQueue.html#a2b1a005dfc3d8d3efd1bb4bc46f49e32',1,'dtPathQueue']]], - ['getsample_2583',['getSample',['../classValueHistory.html#a98d7b0157cbb602c086c0b148bf3fb46',1,'ValueHistory']]], - ['getsamplecollisiontimepenalty_2584',['getSampleCollisionTimePenalty',['../classdtObstacleAvoidanceDebugData.html#a57737b7b4d07179326e69c70032a9f71',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplecount_2585',['getSampleCount',['../classdtObstacleAvoidanceDebugData.html#a48f21bd0b2d2f591290e127b00953ec2',1,'dtObstacleAvoidanceDebugData::getSampleCount()'],['../classValueHistory.html#a4adf44b53d488361ec87c6c1fda04eab',1,'ValueHistory::getSampleCount()']]], - ['getsamplecurrentvelocitypenalty_2586',['getSampleCurrentVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#ae6bce4f174195e5b114a79c13fc46c02',1,'dtObstacleAvoidanceDebugData']]], - ['getsampledesiredvelocitypenalty_2587',['getSampleDesiredVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#aa18a04d3c916740d7ddbd8d747de4e0f',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplemax_2588',['getSampleMax',['../classValueHistory.html#a92ddbeb8e333478b4bb752ba7eeca462',1,'ValueHistory']]], - ['getsamplemin_2589',['getSampleMin',['../classValueHistory.html#a828b36952411fe49d5d6de00f5e3e84d',1,'ValueHistory']]], - ['getsamplename_2590',['getSampleName',['../classTestCase.html#a92b93e1bed1be7317a6ef8b2271f6c7a',1,'TestCase']]], - ['getsamplepenalty_2591',['getSamplePenalty',['../classdtObstacleAvoidanceDebugData.html#a3bde3898f9ed1ada5e487010e502e4fd',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplepreferredsidepenalty_2592',['getSamplePreferredSidePenalty',['../classdtObstacleAvoidanceDebugData.html#a54805fdf39b6fb3d294c0610f051b1a0',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplesize_2593',['getSampleSize',['../classdtObstacleAvoidanceDebugData.html#a87816c09e68ea4d93a01b54b2b5025b1',1,'dtObstacleAvoidanceDebugData']]], - ['getsamplevelocity_2594',['getSampleVelocity',['../classdtObstacleAvoidanceDebugData.html#a682696e8fc9185544690fe3391c9b613',1,'dtObstacleAvoidanceDebugData']]], - ['getsegment_2595',['getSegment',['../classdtLocalBoundary.html#a25ca9796be0ec6ff775a56f911c3fa17',1,'dtLocalBoundary']]], - ['getsegmentcount_2596',['getSegmentCount',['../classdtLocalBoundary.html#a051ee9bba1b9e3bb563735d9ec047c7f',1,'dtLocalBoundary']]], - ['getslabcoord_2597',['getSlabCoord',['../DetourNavMesh_8cpp.html#a3e7eb7995c416f34e56ae9a40d233655',1,'DetourNavMesh.cpp']]], - ['getsteertarget_2598',['getSteerTarget',['../NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9',1,'NavMeshTesterTool.cpp']]], - ['gettarget_2599',['getTarget',['../classdtPathCorridor.html#aa1ea66fedbbab0cabfb279287aee392b',1,'dtPathCorridor']]], - ['gettextlength_2600',['getTextLength',['../imguiRenderGL_8cpp.html#ae0f324fe5e1454b8bdcdb05e2eb17762',1,'imguiRenderGL.cpp']]], - ['gettile_2601',['getTile',['../classdtTileCache.html#abc5a037f106bae848fee5faad7cbc389',1,'dtTileCache::getTile()'],['../classdtNavMesh.html#a52bb4f57b24a139600cfb6aeec1d9bcd',1,'dtNavMesh::getTile(int i) const']]], - ['gettileandpolybyref_2602',['getTileAndPolyByRef',['../classdtNavMesh.html#a36a84aa7296d5cc257eb3ddc38181253',1,'dtNavMesh']]], - ['gettileandpolybyrefunsafe_2603',['getTileAndPolyByRefUnsafe',['../classdtNavMesh.html#ac5c5b89a6af63b7de29089ae83091e0f',1,'dtNavMesh']]], - ['gettileat_2604',['getTileAt',['../classdtTileCache.html#ae13e3a13020a99039b96ccb51ea0dbc2',1,'dtTileCache::getTileAt()'],['../classdtNavMesh.html#aecd08fb7ce20324cd18de51a834ff2ef',1,'dtNavMesh::getTileAt(const int x, const int y, const int layer) const']]], - ['gettilebyref_2605',['getTileByRef',['../classdtNavMesh.html#ac7924d8eeed5c67b04d2d23d0cc766ad',1,'dtNavMesh::getTileByRef()'],['../classdtTileCache.html#a6d59bed3d3db9550ca4cf9eb17c14b75',1,'dtTileCache::getTileByRef(dtCompressedTileRef ref) const']]], - ['gettilecount_2606',['getTileCount',['../classdtTileCache.html#af97fdd9fe05fa93455a203c5dd927df6',1,'dtTileCache']]], - ['gettilepos_2607',['getTilePos',['../classSample__TempObstacles.html#a079e060f05421edf67dc12e8f494c830',1,'Sample_TempObstacles::getTilePos()'],['../classSample__TileMesh.html#a5588a4adb46cc3a97805eb6bc87f2d79',1,'Sample_TileMesh::getTilePos()']]], - ['gettileref_2608',['getTileRef',['../classdtTileCache.html#a3154cf5071666a7cf12495c809255541',1,'dtTileCache::getTileRef()'],['../classdtNavMesh.html#a6027a9a6f032dfd6a3b72563f17d80d7',1,'dtNavMesh::getTileRef(const dtMeshTile *tile) const']]], - ['gettilerefat_2609',['getTileRefAt',['../classdtNavMesh.html#a88f53f80fa95524b1e7197dface10948',1,'dtNavMesh']]], - ['gettilesat_2610',['getTilesAt',['../classdtTileCache.html#a4d60dcc8a8395400838cde8f6aa33fc9',1,'dtTileCache::getTilesAt()'],['../classdtNavMesh.html#a1a89053de47c9ed459d598fc7f739670',1,'dtNavMesh::getTilesAt(const int x, const int y, dtMeshTile const **tiles, const int maxTiles) const']]], - ['gettilestatesize_2611',['getTileStateSize',['../classdtNavMesh.html#aaf6f0b0ce2bd81c5e6cd8ac67f6a8638',1,'dtNavMesh']]], - ['gettoolparams_2612',['getToolParams',['../classCrowdToolState.html#a7b1674127e1b1a0020ea471c78ae0809',1,'CrowdToolState']]], - ['gettoolstate_2613',['getToolState',['../classSample.html#a7ba24b29a3f97965904b66c17ade4645',1,'Sample']]], - ['gettricount_2614',['getTriCount',['../classrcMeshLoaderObj.html#a1357f8619f9403cd3167ed5ad47dd0a9',1,'rcMeshLoaderObj']]], - ['gettriflags_2615',['getTriFlags',['../RecastMeshDetail_8cpp.html#ab92e230a5419da84e12aadb8bbfc1819',1,'RecastMeshDetail.cpp']]], - ['gettris_2616',['getTris',['../classrcMeshLoaderObj.html#a286866274c7dcea48d07d1577a413cdf',1,'rcMeshLoaderObj']]], - ['gettype_2617',['getType',['../structdtPoly.html#a12a7d5dcd2f1d7164531be4ecb5f35a4',1,'dtPoly']]], - ['getvelocitysamplecount_2618',['getVelocitySampleCount',['../classdtCrowd.html#a22ceec36962e3fdaccfbe4e84a8b24b3',1,'dtCrowd']]], - ['getvertcount_2619',['getVertCount',['../classrcMeshLoaderObj.html#a07a41abbabedde7bcfa4b5c9b4e767a7',1,'rcMeshLoaderObj']]], - ['getverts_2620',['getVerts',['../classrcMeshLoaderObj.html#ab3e86cdf9f4f15c5883a44c767cbee96',1,'rcMeshLoaderObj']]], - ['glcheckertexture_2621',['GLCheckerTexture',['../classGLCheckerTexture.html#a361178710e61b228d921d38e9c2d54f7',1,'GLCheckerTexture']]], - ['guistate_2622',['GuiState',['../structGuiState.html#a1159b7a2b218c020875b65881ebfd4cb',1,'GuiState']]] + ['getaccumulatedtime_2467',['getAccumulatedTime',['../classrcContext.html#a17e7b79afff2f042961698aa1c818c3d',1,'rcContext']]], + ['getactiveagents_2468',['getActiveAgents',['../classdtCrowd.html#a15a4b9b9fb72a358514489ea8f755405',1,'dtCrowd']]], + ['getagent_2469',['getAgent',['../classdtCrowd.html#aeef39643256ddad7ae421c78dda0ce06',1,'dtCrowd']]], + ['getagentbounds_2470',['getAgentBounds',['../CrowdTool_8cpp.html#ae28c4a889bb4d9fac0cd88f0d0b93dd0',1,'CrowdTool.cpp']]], + ['getagentclimb_2471',['getAgentClimb',['../classSample.html#ae94b1470cd74ee7abe9cf39a74c2bbd8',1,'Sample']]], + ['getagentcount_2472',['getAgentCount',['../classdtCrowd.html#a87dc2372038ee12d9043a65737880b78',1,'dtCrowd']]], + ['getagentheight_2473',['getAgentHeight',['../classSample.html#a7d914e678845642d42a09469377a7f83',1,'Sample']]], + ['getagentradius_2474',['getAgentRadius',['../classSample.html#a3d6dc892150a705128c5799e7e4e3aab',1,'Sample']]], + ['getalloc_2475',['getAlloc',['../classdtTileCache.html#adc396e35c754ef44cadea9cd113b7440',1,'dtTileCache']]], + ['getarea_2476',['getArea',['../structdtPoly.html#ab5e97720847977aa7a4caf8c75e73792',1,'dtPoly']]], + ['getareacost_2477',['getAreaCost',['../classdtQueryFilter.html#a1e41582a45d2a10eb7e68740475e5665',1,'dtQueryFilter']]], + ['getattachednavmesh_2478',['getAttachedNavMesh',['../classdtNavMeshQuery.html#a05ddaa41019804494be7da66207882de',1,'dtNavMeshQuery']]], + ['getaverage_2479',['getAverage',['../classValueHistory.html#aafc75b895663a6d7390146c81c883838',1,'ValueHistory']]], + ['getbakedquad_2480',['getBakedQuad',['../imguiRenderGL_8cpp.html#aa0edb56b070edf4da63eb716e7c32bc6',1,'imguiRenderGL.cpp']]], + ['getbounds_2481',['getBounds',['../classdtProximityGrid.html#a9850e14d04f7d60909c46bec50c5ef65',1,'dtProximityGrid']]], + ['getboundsmax_2482',['getBoundsMax',['../classSample__Debug.html#aa1e603f5ef26815d521d7b89e7fe4e7d',1,'Sample_Debug']]], + ['getboundsmin_2483',['getBoundsMin',['../classSample__Debug.html#a973cd339736c98e7ecd5cdc4ee7988c5',1,'Sample_Debug']]], + ['getbuildsettings_2484',['getBuildSettings',['../classInputGeom.html#a2a76738d42d4a398ba82e0087d3ea565',1,'InputGeom']]], + ['getcapacity_2485',['getCapacity',['../classdtNodeQueue.html#a3bd1e5d3450e90384d8d8ce7f59080de',1,'dtNodeQueue']]], + ['getcellsize_2486',['getCellSize',['../classdtProximityGrid.html#aca646eb6926a096bb8062e7bf3a09945',1,'dtProximityGrid']]], + ['getcenter_2487',['getCenter',['../classdtLocalBoundary.html#ab89e6bc9a4985f2c25e97fb1f70b6060',1,'dtLocalBoundary']]], + ['getchunkymesh_2488',['getChunkyMesh',['../classInputGeom.html#a1ad88411b19c3148c0ca68834fc981a4',1,'InputGeom']]], + ['getcompressor_2489',['getCompressor',['../classdtTileCache.html#a14aed84748e8c2b3c1ce827342ca16f1',1,'dtTileCache']]], + ['getcontourcenter_2490',['getContourCenter',['../RecastDebugDraw_8cpp.html#a3486bd0130a48ea79695f01e2cc88b05',1,'RecastDebugDraw.cpp']]], + ['getconvexvolumecount_2491',['getConvexVolumeCount',['../classInputGeom.html#a18f14e5605e256a5793515a66f77887d',1,'InputGeom']]], + ['getconvexvolumes_2492',['getConvexVolumes',['../classInputGeom.html#a4665548e2789759d57d169fb0fd9de22',1,'InputGeom']]], + ['getcornerheight_2493',['getCornerHeight',['../RecastContour_8cpp.html#a10f7bbb90e6028365b2637249b6bb29a',1,'getCornerHeight(int x, int y, int i, int dir, const rcCompactHeightfield &chf, bool &isBorderVertex): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af136bc352d829a1715b8a46ffb539aff',1,'getCornerHeight(dtTileCacheLayer &layer, const int x, const int y, const int z, const int walkableClimb, bool &shouldRemove): DetourTileCacheBuilder.cpp']]], + ['getcost_2494',['getCost',['../classdtQueryFilter.html#a11d016505b732a1a013c3771a4157dea',1,'dtQueryFilter']]], + ['getcrowd_2495',['getCrowd',['../classSample.html#af3671d3b21ff1992948cb7092ce0fc08',1,'Sample']]], + ['getdebugdraw_2496',['getDebugDraw',['../classSample.html#a7e157d7dcc5164d3014ba248a8a1bbbe',1,'Sample']]], + ['getdiroffsetx_2497',['getDirOffsetX',['../DetourTileCacheBuilder_8cpp.html#a59fc3411f762def701ca3f15f07cda12',1,'DetourTileCacheBuilder.cpp']]], + ['getdiroffsety_2498',['getDirOffsetY',['../DetourTileCacheBuilder_8cpp.html#aca2add941eccb01df6af4cc78f0e8239',1,'DetourTileCacheBuilder.cpp']]], + ['getdistancetogoal_2499',['getDistanceToGoal',['../DetourCrowd_8cpp.html#aa1c9aee7599d23c1b1b5db2363cc3a1c',1,'DetourCrowd.cpp']]], + ['getedgeflags_2500',['getEdgeFlags',['../RecastMeshDetail_8cpp.html#a237fe0f624a27a47a9c0885fa1450dcc',1,'RecastMeshDetail.cpp']]], + ['geteditableagent_2501',['getEditableAgent',['../classdtCrowd.html#aa6b571af2a8c628063b904c7b1a5e910',1,'dtCrowd']]], + ['geteditablefilter_2502',['getEditableFilter',['../classdtCrowd.html#a170a9c4cc9f88a7ee3d560abce9ad552',1,'dtCrowd']]], + ['getexcludeflags_2503',['getExcludeFlags',['../classdtQueryFilter.html#ac3e2d16755c3510003f0580e27ce4897',1,'dtQueryFilter']]], + ['getfilename_2504',['getFileName',['../classrcMeshLoaderObj.html#a2f4d3abf3fb4e558d49c9fd80d0d69ca',1,'rcMeshLoaderObj']]], + ['getfilter_2505',['getFilter',['../classdtCrowd.html#ae712fb6e6e907454ec0a827d11957373',1,'dtCrowd']]], + ['getfirst_2506',['getFirst',['../classdtNodePool.html#a74e68feacf8667422d426e98ab86e612',1,'dtNodePool']]], + ['getfirstpoly_2507',['getFirstPoly',['../classdtPathCorridor.html#a1328df3808790d4bedec54112b0fab43',1,'dtPathCorridor']]], + ['getflags_2508',['getFlags',['../classNavmeshFlags.html#a86f58d0fc045e50c3751487394f4ec26',1,'NavmeshFlags']]], + ['getgeomfilename_2509',['getGeomFileName',['../classTestCase.html#a485b056a0d259c0947354e0434871858',1,'TestCase']]], + ['getgrid_2510',['getGrid',['../classdtCrowd.html#a1d1534a46f29afd4ab82ac37080c5ad0',1,'dtCrowd']]], + ['gethashsize_2511',['getHashSize',['../classdtNodePool.html#a906d7f69b2ee45e8179926f47b4b3153',1,'dtNodePool']]], + ['getheight_2512',['getHeight',['../RecastMeshDetail_8cpp.html#a2604c39cdc6af9e468adceb40145d93f',1,'RecastMeshDetail.cpp']]], + ['getheightdata_2513',['getHeightData',['../RecastMeshDetail_8cpp.html#abb8411f8d3acf15a62f60228d6c4ff21',1,'RecastMeshDetail.cpp']]], + ['getincludeflags_2514',['getIncludeFlags',['../classdtQueryFilter.html#a5bae688840167576dc6ab7913dda1b34',1,'dtQueryFilter']]], + ['getinputgeom_2515',['getInputGeom',['../classSample.html#aab3a8fd2e47d84d952a21b2daa7f8318',1,'Sample']]], + ['getitemcountat_2516',['getItemCountAt',['../classdtProximityGrid.html#ac788d2fbab7612826abeeab20a4f94fb',1,'dtProximityGrid']]], + ['getjitterx_2517',['getJitterX',['../RecastMeshDetail_8cpp.html#ab4cd0a143a512c295ef95569bbfbbeef',1,'RecastMeshDetail.cpp']]], + ['getjittery_2518',['getJitterY',['../RecastMeshDetail_8cpp.html#a194240aeeb96887533303bf652a3c201',1,'RecastMeshDetail.cpp']]], + ['getlastpoly_2519',['getLastPoly',['../classdtPathCorridor.html#a4d23baaf31661832ea81fd5a6fcc0a59',1,'dtPathCorridor']]], + ['getlogcount_2520',['getLogCount',['../classBuildContext.html#a94c60dd0d7398cddc2898a3b7b0ec220',1,'BuildContext']]], + ['getlogtext_2521',['getLogText',['../classBuildContext.html#af63760315f9dcdd54dad7bc82bdc9e9f',1,'BuildContext']]], + ['getmaxnodes_2522',['getMaxNodes',['../classdtNodePool.html#ad72b1d9c53d064e7b975bbb073e37b3c',1,'dtNodePool']]], + ['getmaxtiles_2523',['getMaxTiles',['../classdtNavMesh.html#a17672fe19464d55eb66dc69f5f2f2b3f',1,'dtNavMesh']]], + ['getmemused_2524',['getMemUsed',['../classdtNodeQueue.html#a024e0d15d235157f79bd6a386e090804',1,'dtNodeQueue::getMemUsed()'],['../classdtNodePool.html#a30a089ded0f298f4dd4654f39cd808d4',1,'dtNodePool::getMemUsed()']]], + ['getmesh_2525',['getMesh',['../classInputGeom.html#a474a85ab24b2378a9734f1deacbf5060',1,'InputGeom']]], + ['getmeshboundsmax_2526',['getMeshBoundsMax',['../classInputGeom.html#a807bb7df9302e27bcd3e0f8070bf092a',1,'InputGeom']]], + ['getmeshboundsmin_2527',['getMeshBoundsMin',['../classInputGeom.html#af7343e9a8f1802062ae274ee57efeefc',1,'InputGeom']]], + ['getnavmesh_2528',['getNavMesh',['../classSample.html#abf2cdbfa68c12b4f309bdf74671de539',1,'Sample']]], + ['getnavmeshboundsmax_2529',['getNavMeshBoundsMax',['../classInputGeom.html#ae2c111ef2f6eccd803b4b28503aebbd5',1,'InputGeom']]], + ['getnavmeshboundsmin_2530',['getNavMeshBoundsMin',['../classInputGeom.html#af65a1d3856edbd4145418f83862de88f',1,'InputGeom']]], + ['getnavmeshdrawflags_2531',['getNavMeshDrawFlags',['../classSample.html#a20186dffd1c83837a2a32068fe819150',1,'Sample']]], + ['getnavmeshquery_2532',['getNavMeshQuery',['../classdtCrowd.html#ae58e2252287003e9b7226936cf8b4ea7',1,'dtCrowd::getNavMeshQuery()'],['../classSample.html#a120cb5edc22425e12445366f340578b2',1,'Sample::getNavMeshQuery()']]], + ['getnavquery_2533',['getNavQuery',['../classdtPathQueue.html#ad4fb7d75b1b65ad1db89782f8ad4e8da',1,'dtPathQueue']]], + ['getneighbourreg_2534',['getNeighbourReg',['../DetourTileCacheBuilder_8cpp.html#af535796b148f37dcc11d1a3416ee9b53',1,'DetourTileCacheBuilder.cpp']]], + ['getneighbours_2535',['getNeighbours',['../DetourCrowd_8cpp.html#a5fcc526c98bb123bbcb22c103d5f736b',1,'DetourCrowd.cpp']]], + ['getnext_2536',['getNext',['../classdtNodePool.html#af4651c815c5cb0aa9779188094d4a488',1,'dtNodePool']]], + ['getnode_2537',['getNode',['../classdtNodePool.html#a9642659acf1f7fbfcd408b4c3da8a885',1,'dtNodePool']]], + ['getnodeatidx_2538',['getNodeAtIdx',['../classdtNodePool.html#af5fa2f9dcde54a5d487fef4575d5130b',1,'dtNodePool::getNodeAtIdx(unsigned int idx) const'],['../classdtNodePool.html#a5f6d20bd49d338b03885909b0c13ccea',1,'dtNodePool::getNodeAtIdx(unsigned int idx)']]], + ['getnodecount_2539',['getNodeCount',['../classdtNodePool.html#a5f1217cd13ee7e57ab29f05f451927f9',1,'dtNodePool']]], + ['getnodeidx_2540',['getNodeIdx',['../classdtNodePool.html#a5b223e8441b2d202fb1a18022228d6e1',1,'dtNodePool']]], + ['getnodepool_2541',['getNodePool',['../classdtNavMeshQuery.html#a5f5baaa868aad36ba023ea81b10e70bd',1,'dtNavMeshQuery']]], + ['getnormals_2542',['getNormals',['../classrcMeshLoaderObj.html#a988e6f79382df2eb9345cc031918a876',1,'rcMeshLoaderObj']]], + ['getobstacle_2543',['getObstacle',['../classdtTileCache.html#a5c447f013845eeb64d65a58085dee5b7',1,'dtTileCache']]], + ['getobstacleavoidanceparams_2544',['getObstacleAvoidanceParams',['../classdtCrowd.html#a4da076dabe04b63d801c63c99d2fb5bb',1,'dtCrowd']]], + ['getobstaclebounds_2545',['getObstacleBounds',['../classdtTileCache.html#a71b5f91b742cc8339d36ac7b1c04ac0e',1,'dtTileCache']]], + ['getobstaclebyref_2546',['getObstacleByRef',['../classdtTileCache.html#a6aaf88b2bb53c59d8a57d1b95eba8ce9',1,'dtTileCache']]], + ['getobstaclecircle_2547',['getObstacleCircle',['../classdtObstacleAvoidanceQuery.html#a2de5b7639831faa59a708b2ed3cd6f15',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclecirclecount_2548',['getObstacleCircleCount',['../classdtObstacleAvoidanceQuery.html#ae520788c1150ae9c0efa15ddee6b44a6',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclecount_2549',['getObstacleCount',['../classdtTileCache.html#a7f76bec4205d0f8a2a78683dd8766ea9',1,'dtTileCache']]], + ['getobstacleref_2550',['getObstacleRef',['../classdtTileCache.html#ab8e216fc463a72e59fc9c54df3acc13a',1,'dtTileCache']]], + ['getobstaclesegment_2551',['getObstacleSegment',['../classdtObstacleAvoidanceQuery.html#a60779b0d519def7ae2101ad153266cd2',1,'dtObstacleAvoidanceQuery']]], + ['getobstaclesegmentcount_2552',['getObstacleSegmentCount',['../classdtObstacleAvoidanceQuery.html#a38c5fdba38e19e6c7481b75d089e45b6',1,'dtObstacleAvoidanceQuery']]], + ['getoffmeshconnectionareas_2553',['getOffMeshConnectionAreas',['../classInputGeom.html#a4993dc182c72eba3e246bda25cfec258',1,'InputGeom']]], + ['getoffmeshconnectionbyref_2554',['getOffMeshConnectionByRef',['../classdtNavMesh.html#a1db2c979241da0b6e0fda278206678de',1,'dtNavMesh']]], + ['getoffmeshconnectioncount_2555',['getOffMeshConnectionCount',['../classInputGeom.html#ad31d93691d942948af8d79798e4d2ad5',1,'InputGeom']]], + ['getoffmeshconnectiondirs_2556',['getOffMeshConnectionDirs',['../classInputGeom.html#a99352ee32c8a668d73c7f8ce70e3f9c9',1,'InputGeom']]], + ['getoffmeshconnectionflags_2557',['getOffMeshConnectionFlags',['../classInputGeom.html#a53ff2a13a9ca55c0e40cc0e36c420557',1,'InputGeom']]], + ['getoffmeshconnectionid_2558',['getOffMeshConnectionId',['../classInputGeom.html#a4ce0f47be81216e39eed6d1e38fcfa7c',1,'InputGeom']]], + ['getoffmeshconnectionpolyendpoints_2559',['getOffMeshConnectionPolyEndPoints',['../classdtNavMesh.html#a5f4c392080406146805f674489feac4a',1,'dtNavMesh']]], + ['getoffmeshconnectionrads_2560',['getOffMeshConnectionRads',['../classInputGeom.html#a2d5d1c04bf9bd3b3e6e4e896214d1e01',1,'InputGeom']]], + ['getoffmeshconnectionverts_2561',['getOffMeshConnectionVerts',['../classInputGeom.html#ad6bdbb58ced2ad9d1b9c6905e20e4c69',1,'InputGeom']]], + ['getparams_2562',['getParams',['../classdtNavMesh.html#a9202ff1b571f26d948c0ee2f07c9bce8',1,'dtNavMesh::getParams()'],['../classdtTileCache.html#addea8bf2f66682e00c45a6948de77084',1,'dtTileCache::getParams()']]], + ['getpath_2563',['getPath',['../classdtPathCorridor.html#adc4aee4a1867ce60e6b319edc686661f',1,'dtPathCorridor']]], + ['getpathcount_2564',['getPathCount',['../classdtPathCorridor.html#a16bfdb275fb8f385c269cd06236f8213',1,'dtPathCorridor']]], + ['getpathfromdijkstrasearch_2565',['getPathFromDijkstraSearch',['../classdtNavMeshQuery.html#af0eadf81ceef919bd502469529b02fd0',1,'dtNavMeshQuery']]], + ['getpathqueue_2566',['getPathQueue',['../classdtCrowd.html#a5300bc081c832dde048affb6bd077afb',1,'dtCrowd']]], + ['getpathresult_2567',['getPathResult',['../classdtPathQueue.html#a6599518fe1e3c0e4c7d8c3cba062aeab',1,'dtPathQueue']]], + ['getperftime_2568',['getPerfTime',['../PerfTimer_8cpp.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp'],['../PerfTimer_8h.html#a4d18b93b9130c4ec1c2f5ffe91457b48',1,'getPerfTime(): PerfTimer.cpp']]], + ['getperftimeusec_2569',['getPerfTimeUsec',['../PerfTimer_8cpp.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp'],['../PerfTimer_8h.html#aee1c2f57e875e53264038a845598267f',1,'getPerfTimeUsec(const TimeVal duration): PerfTimer.cpp']]], + ['getpolyarea_2570',['getPolyArea',['../classdtNavMesh.html#aac53c07a2ab699b15228c91a17b3bafd',1,'dtNavMesh']]], + ['getpolycenter_2571',['getPolyCenter',['../NavMeshTesterTool_8cpp.html#a813b28088279288c343afbad843ada3a',1,'NavMeshTesterTool.cpp']]], + ['getpolyflags_2572',['getPolyFlags',['../classdtNavMesh.html#a8d5d33030fc21afa6b1be3c80689f9b7',1,'dtNavMesh']]], + ['getpolyheight_2573',['getPolyHeight',['../classdtNavMeshQuery.html#af8303a12749e252c6688c15c5c887b69',1,'dtNavMeshQuery']]], + ['getpolymergevalue_2574',['getPolyMergeValue',['../RecastMesh_8cpp.html#aa51188672fa9e4efd3dffdb7012765b5',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb, const int nvp): RecastMesh.cpp'],['../DetourTileCacheBuilder_8cpp.html#a30135fcd690b0ae1c9ebd9bd00e7349b',1,'getPolyMergeValue(unsigned short *pa, unsigned short *pb, const unsigned short *verts, int &ea, int &eb): DetourTileCacheBuilder.cpp']]], + ['getpolyrefbase_2575',['getPolyRefBase',['../classdtNavMesh.html#a0741871ed1357c51e3847f22673fcc9c',1,'dtNavMesh']]], + ['getpolywallsegments_2576',['getPolyWallSegments',['../classdtNavMeshQuery.html#a2c49662f07e52f1488622089952a154c',1,'dtNavMeshQuery']]], + ['getpos_2577',['getPos',['../classdtPathCorridor.html#a607e96864c9cb68386d57e90d8681159',1,'dtPathCorridor']]], + ['getqueryextents_2578',['getQueryExtents',['../classdtCrowd.html#a6a37c9f57844d91e46fd4c8ef9de17b0',1,'dtCrowd']]], + ['getqueryhalfextents_2579',['getQueryHalfExtents',['../classdtCrowd.html#a24dd5232d34c87b80b75a6ae2729fd27',1,'dtCrowd']]], + ['getrequeststatus_2580',['getRequestStatus',['../classdtPathQueue.html#a2b1a005dfc3d8d3efd1bb4bc46f49e32',1,'dtPathQueue']]], + ['getsample_2581',['getSample',['../classValueHistory.html#a98d7b0157cbb602c086c0b148bf3fb46',1,'ValueHistory']]], + ['getsamplecollisiontimepenalty_2582',['getSampleCollisionTimePenalty',['../classdtObstacleAvoidanceDebugData.html#a57737b7b4d07179326e69c70032a9f71',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplecount_2583',['getSampleCount',['../classdtObstacleAvoidanceDebugData.html#a48f21bd0b2d2f591290e127b00953ec2',1,'dtObstacleAvoidanceDebugData::getSampleCount()'],['../classValueHistory.html#a4adf44b53d488361ec87c6c1fda04eab',1,'ValueHistory::getSampleCount()']]], + ['getsamplecurrentvelocitypenalty_2584',['getSampleCurrentVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#ae6bce4f174195e5b114a79c13fc46c02',1,'dtObstacleAvoidanceDebugData']]], + ['getsampledesiredvelocitypenalty_2585',['getSampleDesiredVelocityPenalty',['../classdtObstacleAvoidanceDebugData.html#aa18a04d3c916740d7ddbd8d747de4e0f',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplemax_2586',['getSampleMax',['../classValueHistory.html#a92ddbeb8e333478b4bb752ba7eeca462',1,'ValueHistory']]], + ['getsamplemin_2587',['getSampleMin',['../classValueHistory.html#a828b36952411fe49d5d6de00f5e3e84d',1,'ValueHistory']]], + ['getsamplename_2588',['getSampleName',['../classTestCase.html#a92b93e1bed1be7317a6ef8b2271f6c7a',1,'TestCase']]], + ['getsamplepenalty_2589',['getSamplePenalty',['../classdtObstacleAvoidanceDebugData.html#a3bde3898f9ed1ada5e487010e502e4fd',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplepreferredsidepenalty_2590',['getSamplePreferredSidePenalty',['../classdtObstacleAvoidanceDebugData.html#a54805fdf39b6fb3d294c0610f051b1a0',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplesize_2591',['getSampleSize',['../classdtObstacleAvoidanceDebugData.html#a87816c09e68ea4d93a01b54b2b5025b1',1,'dtObstacleAvoidanceDebugData']]], + ['getsamplevelocity_2592',['getSampleVelocity',['../classdtObstacleAvoidanceDebugData.html#a682696e8fc9185544690fe3391c9b613',1,'dtObstacleAvoidanceDebugData']]], + ['getsegment_2593',['getSegment',['../classdtLocalBoundary.html#a25ca9796be0ec6ff775a56f911c3fa17',1,'dtLocalBoundary']]], + ['getsegmentcount_2594',['getSegmentCount',['../classdtLocalBoundary.html#a051ee9bba1b9e3bb563735d9ec047c7f',1,'dtLocalBoundary']]], + ['getslabcoord_2595',['getSlabCoord',['../DetourNavMesh_8cpp.html#a3e7eb7995c416f34e56ae9a40d233655',1,'DetourNavMesh.cpp']]], + ['getsteertarget_2596',['getSteerTarget',['../NavMeshTesterTool_8cpp.html#ab556b9cab58165a7bb55dc0eefe89fb9',1,'NavMeshTesterTool.cpp']]], + ['gettarget_2597',['getTarget',['../classdtPathCorridor.html#aa1ea66fedbbab0cabfb279287aee392b',1,'dtPathCorridor']]], + ['gettextlength_2598',['getTextLength',['../imguiRenderGL_8cpp.html#ae0f324fe5e1454b8bdcdb05e2eb17762',1,'imguiRenderGL.cpp']]], + ['gettile_2599',['getTile',['../classdtTileCache.html#abc5a037f106bae848fee5faad7cbc389',1,'dtTileCache::getTile()'],['../classdtNavMesh.html#a52bb4f57b24a139600cfb6aeec1d9bcd',1,'dtNavMesh::getTile(int i) const']]], + ['gettileandpolybyref_2600',['getTileAndPolyByRef',['../classdtNavMesh.html#a36a84aa7296d5cc257eb3ddc38181253',1,'dtNavMesh']]], + ['gettileandpolybyrefunsafe_2601',['getTileAndPolyByRefUnsafe',['../classdtNavMesh.html#ac5c5b89a6af63b7de29089ae83091e0f',1,'dtNavMesh']]], + ['gettileat_2602',['getTileAt',['../classdtTileCache.html#ae13e3a13020a99039b96ccb51ea0dbc2',1,'dtTileCache::getTileAt()'],['../classdtNavMesh.html#aecd08fb7ce20324cd18de51a834ff2ef',1,'dtNavMesh::getTileAt(const int x, const int y, const int layer) const']]], + ['gettilebyref_2603',['getTileByRef',['../classdtNavMesh.html#ac7924d8eeed5c67b04d2d23d0cc766ad',1,'dtNavMesh::getTileByRef()'],['../classdtTileCache.html#a6d59bed3d3db9550ca4cf9eb17c14b75',1,'dtTileCache::getTileByRef(dtCompressedTileRef ref) const']]], + ['gettilecount_2604',['getTileCount',['../classdtTileCache.html#af97fdd9fe05fa93455a203c5dd927df6',1,'dtTileCache']]], + ['gettilepos_2605',['getTilePos',['../classSample__TempObstacles.html#a079e060f05421edf67dc12e8f494c830',1,'Sample_TempObstacles::getTilePos()'],['../classSample__TileMesh.html#a5588a4adb46cc3a97805eb6bc87f2d79',1,'Sample_TileMesh::getTilePos()']]], + ['gettileref_2606',['getTileRef',['../classdtTileCache.html#a3154cf5071666a7cf12495c809255541',1,'dtTileCache::getTileRef()'],['../classdtNavMesh.html#a6027a9a6f032dfd6a3b72563f17d80d7',1,'dtNavMesh::getTileRef(const dtMeshTile *tile) const']]], + ['gettilerefat_2607',['getTileRefAt',['../classdtNavMesh.html#a88f53f80fa95524b1e7197dface10948',1,'dtNavMesh']]], + ['gettilesat_2608',['getTilesAt',['../classdtTileCache.html#a4d60dcc8a8395400838cde8f6aa33fc9',1,'dtTileCache::getTilesAt()'],['../classdtNavMesh.html#a1a89053de47c9ed459d598fc7f739670',1,'dtNavMesh::getTilesAt(const int x, const int y, dtMeshTile const **tiles, const int maxTiles) const']]], + ['gettilestatesize_2609',['getTileStateSize',['../classdtNavMesh.html#aaf6f0b0ce2bd81c5e6cd8ac67f6a8638',1,'dtNavMesh']]], + ['gettoolparams_2610',['getToolParams',['../classCrowdToolState.html#a7b1674127e1b1a0020ea471c78ae0809',1,'CrowdToolState']]], + ['gettoolstate_2611',['getToolState',['../classSample.html#a7ba24b29a3f97965904b66c17ade4645',1,'Sample']]], + ['gettricount_2612',['getTriCount',['../classrcMeshLoaderObj.html#a1357f8619f9403cd3167ed5ad47dd0a9',1,'rcMeshLoaderObj']]], + ['gettriflags_2613',['getTriFlags',['../RecastMeshDetail_8cpp.html#ab92e230a5419da84e12aadb8bbfc1819',1,'RecastMeshDetail.cpp']]], + ['gettris_2614',['getTris',['../classrcMeshLoaderObj.html#a286866274c7dcea48d07d1577a413cdf',1,'rcMeshLoaderObj']]], + ['gettype_2615',['getType',['../structdtPoly.html#a12a7d5dcd2f1d7164531be4ecb5f35a4',1,'dtPoly']]], + ['getvelocitysamplecount_2616',['getVelocitySampleCount',['../classdtCrowd.html#a22ceec36962e3fdaccfbe4e84a8b24b3',1,'dtCrowd']]], + ['getvertcount_2617',['getVertCount',['../classrcMeshLoaderObj.html#a07a41abbabedde7bcfa4b5c9b4e767a7',1,'rcMeshLoaderObj']]], + ['getverts_2618',['getVerts',['../classrcMeshLoaderObj.html#ab3e86cdf9f4f15c5883a44c767cbee96',1,'rcMeshLoaderObj']]], + ['glcheckertexture_2619',['GLCheckerTexture',['../classGLCheckerTexture.html#a361178710e61b228d921d38e9c2d54f7',1,'GLCheckerTexture']]], + ['guistate_2620',['GuiState',['../structGuiState.html#a1159b7a2b218c020875b65881ebfd4cb',1,'GuiState']]] ]; diff --git a/search/functions_7.js b/search/functions_7.js index 5d10bf9e..cf307529 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -1,20 +1,20 @@ var searchData= [ - ['handlebuild_2623',['handleBuild',['../classSample__Debug.html#a72d94e452001b3bd546193e482651803',1,'Sample_Debug::handleBuild()'],['../classSample__SoloMesh.html#aa64471f37aa3d47e0efb58d01004d259',1,'Sample_SoloMesh::handleBuild()'],['../classSample__TempObstacles.html#abade4c42a2c0acae65fda15bf8179278',1,'Sample_TempObstacles::handleBuild()'],['../classSample__TileMesh.html#a42df1d970d17438695b2714fa795a538',1,'Sample_TileMesh::handleBuild()'],['../classSample.html#aed281e16d0d13265d6d43d3604bc10ad',1,'Sample::handleBuild()']]], - ['handleclick_2624',['handleClick',['../structSampleTool.html#ad411c329c46227d3bd4552ab9e2fb5c3',1,'SampleTool::handleClick()'],['../classNavMeshTileTool.html#a8203dd4c8225ce9029dcba8581780340',1,'NavMeshTileTool::handleClick()'],['../classTempObstacleCreateTool.html#a27483a3ec7a6c2dd91d08eb58b5b7dce',1,'TempObstacleCreateTool::handleClick()'],['../classTempObstacleHilightTool.html#a066ac99df2d343aab8433c122af73fa6',1,'TempObstacleHilightTool::handleClick()'],['../classSample__Debug.html#a0c0de127e725454c8767d09bc5e0b8a5',1,'Sample_Debug::handleClick()'],['../classSample.html#a01d84b29a038e029bca701f34a72cbdd',1,'Sample::handleClick()'],['../classOffMeshConnectionTool.html#af561c2eb8e49bbdc14a271c09f2bf433',1,'OffMeshConnectionTool::handleClick()'],['../classNavMeshTesterTool.html#af11c1a094222f1206933071ff15f5a8f',1,'NavMeshTesterTool::handleClick()'],['../classNavMeshPruneTool.html#acb49419c8e5df7d2c10d99e502b64c9c',1,'NavMeshPruneTool::handleClick()'],['../classCrowdTool.html#a8b1890ee57fab07f458d8370a86a6daa',1,'CrowdTool::handleClick()'],['../classConvexVolumeTool.html#ab08815465ecb5f424ec136663221cbda',1,'ConvexVolumeTool::handleClick()']]], - ['handlecommonsettings_2625',['handleCommonSettings',['../classSample.html#ad24b41fce326733944174ce5c4b4b30c',1,'Sample']]], - ['handledebugmode_2626',['handleDebugMode',['../classSample.html#a013d5178776491775faec65ee8627233',1,'Sample::handleDebugMode()'],['../classSample__TileMesh.html#ae53626fc9ea2503b6a4f57200dae9153',1,'Sample_TileMesh::handleDebugMode()'],['../classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439',1,'Sample_TempObstacles::handleDebugMode()'],['../classSample__SoloMesh.html#a1e7120d697077a25672a5e6edceb2044',1,'Sample_SoloMesh::handleDebugMode()'],['../classSample__Debug.html#a4a67b68c13adbdc12f65a4bb15532ca4',1,'Sample_Debug::handleDebugMode()']]], - ['handlemenu_2627',['handleMenu',['../classConvexVolumeTool.html#ad59fb729fe96406bc4254083189d01b0',1,'ConvexVolumeTool::handleMenu()'],['../classCrowdTool.html#a10481889d96be986ffbba99e4f4d751f',1,'CrowdTool::handleMenu()'],['../classNavMeshPruneTool.html#ad7251daa12a7de6c23aa26f514352c17',1,'NavMeshPruneTool::handleMenu()'],['../classNavMeshTesterTool.html#a63adba51a9b8f7b6c06da0bd08c35a3b',1,'NavMeshTesterTool::handleMenu()'],['../classOffMeshConnectionTool.html#a74209dcf32093be78df51f0bd36aae43',1,'OffMeshConnectionTool::handleMenu()'],['../structSampleTool.html#a305d8f95fe8f79feb757b49ff4e55ead',1,'SampleTool::handleMenu()'],['../classTempObstacleHilightTool.html#a55d084b3c5600bda192903b9f3546f79',1,'TempObstacleHilightTool::handleMenu()'],['../classTempObstacleCreateTool.html#a14e886d838141c3edb870d25819e030d',1,'TempObstacleCreateTool::handleMenu()'],['../classNavMeshTileTool.html#ad1b0d7145268c0d53999e027d469451d',1,'NavMeshTileTool::handleMenu()']]], - ['handlemeshchanged_2628',['handleMeshChanged',['../classSample.html#a469aa66ff46ed039e8b6d0067f7e500c',1,'Sample::handleMeshChanged()'],['../classSample__TileMesh.html#a9a6d5eedb98ca2254269889dc02f10b3',1,'Sample_TileMesh::handleMeshChanged()'],['../classSample__TempObstacles.html#adad1a039be5d34890562fbe476bf683a',1,'Sample_TempObstacles::handleMeshChanged()'],['../classSample__Debug.html#ab5cb622ee5868b780744f184fafd6771',1,'Sample_Debug::handleMeshChanged()'],['../classSample__SoloMesh.html#af63e6f988dc1866aabc7257802f794ce',1,'Sample_SoloMesh::handleMeshChanged()']]], - ['handlerender_2629',['handleRender',['../classSample__TileMesh.html#a86b371a0f7c07eff2473cc58562c417b',1,'Sample_TileMesh::handleRender()'],['../classNavMeshTileTool.html#a76314b53a3e1beeb8fe39f377e364652',1,'NavMeshTileTool::handleRender()'],['../classTempObstacleCreateTool.html#a84a0a1049ce50a1f7ea9be8925f84979',1,'TempObstacleCreateTool::handleRender()'],['../classTempObstacleHilightTool.html#aa28bfbf2dee308b7b8fad4a761f67fc4',1,'TempObstacleHilightTool::handleRender()'],['../classTestCase.html#ab26ff5960975d08e337509f96cacccb4',1,'TestCase::handleRender()'],['../classSample__TempObstacles.html#a3235d4811d8fe109c1917e7096359377',1,'Sample_TempObstacles::handleRender()'],['../classSample__SoloMesh.html#a08cee8a58d6ef5897847ab85518c9a91',1,'Sample_SoloMesh::handleRender()'],['../classSample__Debug.html#a63a4a62f44a207f65c41637d5b54c842',1,'Sample_Debug::handleRender()'],['../structSampleToolState.html#aba928b81e7813277bfcc6a0854f93658',1,'SampleToolState::handleRender()'],['../structSampleTool.html#af78bbe22e6d974d7af841d6f81526a64',1,'SampleTool::handleRender()'],['../classOffMeshConnectionTool.html#a3b1c066c3145af2f4b14e7cb577d302a',1,'OffMeshConnectionTool::handleRender()'],['../classNavMeshTesterTool.html#af5d6204e60c661420e07243ebb7295e8',1,'NavMeshTesterTool::handleRender()'],['../classNavMeshPruneTool.html#a7fd5ad545aa1da51f6e34434ac34a12c',1,'NavMeshPruneTool::handleRender()'],['../classCrowdTool.html#a298f481f68d5e8a0cb183c276d182d44',1,'CrowdTool::handleRender()'],['../classCrowdToolState.html#a127ea871607dd8ca52c254100be1e0af',1,'CrowdToolState::handleRender()'],['../classConvexVolumeTool.html#a83f337f3a9a96ad6464c9179ad663a11',1,'ConvexVolumeTool::handleRender()'],['../classSample.html#ada97cd12664f32a84c23c2e2b50890d3',1,'Sample::handleRender()']]], - ['handlerenderoverlay_2630',['handleRenderOverlay',['../classSample__Debug.html#a230fb5fe100409fc376604e0a470e259',1,'Sample_Debug::handleRenderOverlay()'],['../classSample__SoloMesh.html#a9ee1ce62bf30f0b6c4b743101bbe2c7e',1,'Sample_SoloMesh::handleRenderOverlay()'],['../structSampleTool.html#a1c493f6e6a5f733d09c6010467154531',1,'SampleTool::handleRenderOverlay()'],['../classSample__TempObstacles.html#a3b72ce76d2ee91aea7e4fe96c0901099',1,'Sample_TempObstacles::handleRenderOverlay()'],['../classSample__TileMesh.html#a2acfdfc5153bf2bec6207368619b5006',1,'Sample_TileMesh::handleRenderOverlay()'],['../classTestCase.html#a67291ec62ce5a7ca538522a6231189f7',1,'TestCase::handleRenderOverlay()'],['../classTempObstacleHilightTool.html#a6b0fe1e1a746e01a7388cd1bcee8a779',1,'TempObstacleHilightTool::handleRenderOverlay()'],['../classTempObstacleCreateTool.html#a800e3e9d3f26b1b247e9f300854dc794',1,'TempObstacleCreateTool::handleRenderOverlay()'],['../classNavMeshTileTool.html#ae454705cabb91cc34a5d11f8ed541c94',1,'NavMeshTileTool::handleRenderOverlay()'],['../structSampleToolState.html#ab3c7ab10984d2ca744f28a068d882750',1,'SampleToolState::handleRenderOverlay()'],['../classSample.html#aa6c6bd9c1947f9699e75c726f0bbd4d5',1,'Sample::handleRenderOverlay()'],['../classConvexVolumeTool.html#af1ebf43ef0309a5f058ae8094dd83312',1,'ConvexVolumeTool::handleRenderOverlay()'],['../classCrowdToolState.html#aaaf12376476f0e109150ce7b0e618357',1,'CrowdToolState::handleRenderOverlay()'],['../classCrowdTool.html#a00641ff12ce93e817d07f9cfda7d500b',1,'CrowdTool::handleRenderOverlay()'],['../classNavMeshTesterTool.html#ac161b92950bfe0c7803ce602ec54ff7d',1,'NavMeshTesterTool::handleRenderOverlay()'],['../classOffMeshConnectionTool.html#af023858b0abb68e538a842ddc9e25022',1,'OffMeshConnectionTool::handleRenderOverlay()'],['../classNavMeshPruneTool.html#af5fd93ff57b645fc8dfdf4c2761fb3cf',1,'NavMeshPruneTool::handleRenderOverlay()']]], - ['handlesettings_2631',['handleSettings',['../classSample.html#a06fbc4cf5c3cd6b5581ae33db37ac324',1,'Sample::handleSettings()'],['../classSample__Debug.html#ae400fa9f870766e9f284b361accd9427',1,'Sample_Debug::handleSettings()'],['../classSample__SoloMesh.html#a756bbc11445f8ad9af9cbb5b4cb44ec8',1,'Sample_SoloMesh::handleSettings()'],['../classSample__TempObstacles.html#ab669992dfb881d998114798d0978fc83',1,'Sample_TempObstacles::handleSettings()'],['../classSample__TileMesh.html#a67ac0028f5834faaf6d89421b13a31f2',1,'Sample_TileMesh::handleSettings()']]], - ['handlestep_2632',['handleStep',['../classOffMeshConnectionTool.html#a1e894eb42860dbabc7c85928c9ae7175',1,'OffMeshConnectionTool::handleStep()'],['../classNavMeshTileTool.html#adb6147a686eafaf9bb2e7b85e575097f',1,'NavMeshTileTool::handleStep()'],['../classTempObstacleCreateTool.html#ab86e78fbce2dab437d5f293406b1cd0a',1,'TempObstacleCreateTool::handleStep()'],['../classTempObstacleHilightTool.html#a6dbee86b6f4f9cb882e3c1cc5ea144aa',1,'TempObstacleHilightTool::handleStep()'],['../classSample.html#a77bb6d09c508fb0f7d9cc498962f7d08',1,'Sample::handleStep()'],['../structSampleTool.html#a0cd44aa86008bcbc3dfc45d0117cd02c',1,'SampleTool::handleStep()'],['../classNavMeshTesterTool.html#a4296c9b5431882a10676a1f8baa687f5',1,'NavMeshTesterTool::handleStep()'],['../classNavMeshPruneTool.html#a1d3466a23085cff3e97afd0952d1f4af',1,'NavMeshPruneTool::handleStep()'],['../classCrowdTool.html#aff96223c09183019e6d97ec67e6ad60d',1,'CrowdTool::handleStep()'],['../classConvexVolumeTool.html#a5b0e8ab26df0ee701a69b291691cfcbf',1,'ConvexVolumeTool::handleStep()']]], - ['handletoggle_2633',['handleToggle',['../classNavMeshTileTool.html#a5960fdac4bfc1a72a4ef67a0cfbb3136',1,'NavMeshTileTool::handleToggle()'],['../classTempObstacleCreateTool.html#a7260c3dd1ba6c35d15aa35fedc5e9493',1,'TempObstacleCreateTool::handleToggle()'],['../classTempObstacleHilightTool.html#ab0f8512ec83f08b6a7d210f8a8e4ac51',1,'TempObstacleHilightTool::handleToggle()'],['../classSample__Debug.html#ad16cb7ee6860915b557f1e1594af4301',1,'Sample_Debug::handleToggle()'],['../classSample.html#a9bcb74f237555eb39454228acf9471c8',1,'Sample::handleToggle()'],['../structSampleTool.html#ac54d34080ba5a11adff8fba1bb2a71fb',1,'SampleTool::handleToggle()'],['../classNavMeshTesterTool.html#a3fcce315ee720c66b590287fa4c591e9',1,'NavMeshTesterTool::handleToggle()'],['../classNavMeshPruneTool.html#ad1ab829d07050f77dc09dff6156273b5',1,'NavMeshPruneTool::handleToggle()'],['../classCrowdTool.html#ac2427807187d8c2469d021a714f99266',1,'CrowdTool::handleToggle()'],['../classConvexVolumeTool.html#af1e59f31ba0dd44fdf18bb3abccc81c2',1,'ConvexVolumeTool::handleToggle()'],['../classOffMeshConnectionTool.html#ab618f601d398015b4a8aee495290ea8f',1,'OffMeshConnectionTool::handleToggle()']]], - ['handletools_2634',['handleTools',['../classSample__TempObstacles.html#a15f2d29a496c1391426cabc3602f9d99',1,'Sample_TempObstacles::handleTools()'],['../classSample__TileMesh.html#a4c492f865f6a891f3c763a72c015a2b1',1,'Sample_TileMesh::handleTools()'],['../classSample__SoloMesh.html#aeb52c7800e16699f467377fa38357d28',1,'Sample_SoloMesh::handleTools()'],['../classSample__Debug.html#aac6036510468b2facb5b00458a35a6ef',1,'Sample_Debug::handleTools()'],['../classSample.html#a4dc0dd60e505cec25a225f5d2ebf83d1',1,'Sample::handleTools()']]], - ['handleupdate_2635',['handleUpdate',['../classNavMeshPruneTool.html#a7eba211059a9707b9609babee9c27388',1,'NavMeshPruneTool::handleUpdate()'],['../classNavMeshTileTool.html#a09b989aa5ec7e659678a6adc64f04c21',1,'NavMeshTileTool::handleUpdate()'],['../classTempObstacleCreateTool.html#a7815ec25feed0fcb93625728c9fa6b08',1,'TempObstacleCreateTool::handleUpdate()'],['../classTempObstacleHilightTool.html#a238bf84317b82bb005acfa021905c280',1,'TempObstacleHilightTool::handleUpdate()'],['../classSample__TempObstacles.html#a5817d2d63a4bb0f12db44db260f007f4',1,'Sample_TempObstacles::handleUpdate()'],['../classSample.html#ae3185e1830bc005a03bf595fac945a23',1,'Sample::handleUpdate()'],['../structSampleToolState.html#a8d13e1c36ea7258da57e022e211d40ae',1,'SampleToolState::handleUpdate()'],['../structSampleTool.html#ae3f8e0f0fddd71db2e91280e83805054',1,'SampleTool::handleUpdate()'],['../classOffMeshConnectionTool.html#a580d7e61206fa45b3e87a6b52cf076a1',1,'OffMeshConnectionTool::handleUpdate()'],['../classNavMeshTesterTool.html#a0e250830eb6186b4b4f8559534ff8908',1,'NavMeshTesterTool::handleUpdate()'],['../classCrowdTool.html#a8d815cab99740e219ef4ef2d1172936a',1,'CrowdTool::handleUpdate()'],['../classCrowdToolState.html#a5533329be79b7cc61a18dcc5dfe11ecd',1,'CrowdToolState::handleUpdate()'],['../classConvexVolumeTool.html#ab3a94dcc4cab914af5ae1d0b8446c951',1,'ConvexVolumeTool::handleUpdate()']]], - ['hashpos2_2636',['hashPos2',['../DetourProximityGrid_8cpp.html#a45540c644ac152f30cbade2c4d49eabb',1,'DetourProximityGrid.cpp']]], - ['hilightagent_2637',['hilightAgent',['../classCrowdToolState.html#abd1ba6578e4b0bbc48eabbafaaaab2bc',1,'CrowdToolState']]], - ['hittestagents_2638',['hitTestAgents',['../classCrowdToolState.html#a35659ce49a4932cefbb925ea6153c825',1,'CrowdToolState']]], - ['hittestobstacle_2639',['hitTestObstacle',['../Sample__TempObstacles_8cpp.html#ad121bf7e4e054c2e9fc910193eff7439',1,'Sample_TempObstacles.cpp']]] + ['handlebuild_2621',['handleBuild',['../classSample__Debug.html#a72d94e452001b3bd546193e482651803',1,'Sample_Debug::handleBuild()'],['../classSample__SoloMesh.html#aa64471f37aa3d47e0efb58d01004d259',1,'Sample_SoloMesh::handleBuild()'],['../classSample__TempObstacles.html#abade4c42a2c0acae65fda15bf8179278',1,'Sample_TempObstacles::handleBuild()'],['../classSample__TileMesh.html#a42df1d970d17438695b2714fa795a538',1,'Sample_TileMesh::handleBuild()'],['../classSample.html#aed281e16d0d13265d6d43d3604bc10ad',1,'Sample::handleBuild()']]], + ['handleclick_2622',['handleClick',['../structSampleTool.html#ad411c329c46227d3bd4552ab9e2fb5c3',1,'SampleTool::handleClick()'],['../classNavMeshTileTool.html#a8203dd4c8225ce9029dcba8581780340',1,'NavMeshTileTool::handleClick()'],['../classTempObstacleCreateTool.html#a27483a3ec7a6c2dd91d08eb58b5b7dce',1,'TempObstacleCreateTool::handleClick()'],['../classTempObstacleHilightTool.html#a066ac99df2d343aab8433c122af73fa6',1,'TempObstacleHilightTool::handleClick()'],['../classSample__Debug.html#a0c0de127e725454c8767d09bc5e0b8a5',1,'Sample_Debug::handleClick()'],['../classSample.html#a01d84b29a038e029bca701f34a72cbdd',1,'Sample::handleClick()'],['../classOffMeshConnectionTool.html#af561c2eb8e49bbdc14a271c09f2bf433',1,'OffMeshConnectionTool::handleClick()'],['../classNavMeshTesterTool.html#af11c1a094222f1206933071ff15f5a8f',1,'NavMeshTesterTool::handleClick()'],['../classNavMeshPruneTool.html#acb49419c8e5df7d2c10d99e502b64c9c',1,'NavMeshPruneTool::handleClick()'],['../classCrowdTool.html#a8b1890ee57fab07f458d8370a86a6daa',1,'CrowdTool::handleClick()'],['../classConvexVolumeTool.html#ab08815465ecb5f424ec136663221cbda',1,'ConvexVolumeTool::handleClick()']]], + ['handlecommonsettings_2623',['handleCommonSettings',['../classSample.html#ad24b41fce326733944174ce5c4b4b30c',1,'Sample']]], + ['handledebugmode_2624',['handleDebugMode',['../classSample.html#a013d5178776491775faec65ee8627233',1,'Sample::handleDebugMode()'],['../classSample__TileMesh.html#ae53626fc9ea2503b6a4f57200dae9153',1,'Sample_TileMesh::handleDebugMode()'],['../classSample__TempObstacles.html#ad13bab4ba46fe776398b28f5036fa439',1,'Sample_TempObstacles::handleDebugMode()'],['../classSample__SoloMesh.html#a1e7120d697077a25672a5e6edceb2044',1,'Sample_SoloMesh::handleDebugMode()'],['../classSample__Debug.html#a4a67b68c13adbdc12f65a4bb15532ca4',1,'Sample_Debug::handleDebugMode()']]], + ['handlemenu_2625',['handleMenu',['../classConvexVolumeTool.html#ad59fb729fe96406bc4254083189d01b0',1,'ConvexVolumeTool::handleMenu()'],['../classCrowdTool.html#a10481889d96be986ffbba99e4f4d751f',1,'CrowdTool::handleMenu()'],['../classNavMeshPruneTool.html#ad7251daa12a7de6c23aa26f514352c17',1,'NavMeshPruneTool::handleMenu()'],['../classNavMeshTesterTool.html#a63adba51a9b8f7b6c06da0bd08c35a3b',1,'NavMeshTesterTool::handleMenu()'],['../classOffMeshConnectionTool.html#a74209dcf32093be78df51f0bd36aae43',1,'OffMeshConnectionTool::handleMenu()'],['../structSampleTool.html#a305d8f95fe8f79feb757b49ff4e55ead',1,'SampleTool::handleMenu()'],['../classTempObstacleHilightTool.html#a55d084b3c5600bda192903b9f3546f79',1,'TempObstacleHilightTool::handleMenu()'],['../classTempObstacleCreateTool.html#a14e886d838141c3edb870d25819e030d',1,'TempObstacleCreateTool::handleMenu()'],['../classNavMeshTileTool.html#ad1b0d7145268c0d53999e027d469451d',1,'NavMeshTileTool::handleMenu()']]], + ['handlemeshchanged_2626',['handleMeshChanged',['../classSample.html#a469aa66ff46ed039e8b6d0067f7e500c',1,'Sample::handleMeshChanged()'],['../classSample__TileMesh.html#a9a6d5eedb98ca2254269889dc02f10b3',1,'Sample_TileMesh::handleMeshChanged()'],['../classSample__TempObstacles.html#adad1a039be5d34890562fbe476bf683a',1,'Sample_TempObstacles::handleMeshChanged()'],['../classSample__Debug.html#ab5cb622ee5868b780744f184fafd6771',1,'Sample_Debug::handleMeshChanged()'],['../classSample__SoloMesh.html#af63e6f988dc1866aabc7257802f794ce',1,'Sample_SoloMesh::handleMeshChanged()']]], + ['handlerender_2627',['handleRender',['../classSample__TileMesh.html#a86b371a0f7c07eff2473cc58562c417b',1,'Sample_TileMesh::handleRender()'],['../classNavMeshTileTool.html#a76314b53a3e1beeb8fe39f377e364652',1,'NavMeshTileTool::handleRender()'],['../classTempObstacleCreateTool.html#a84a0a1049ce50a1f7ea9be8925f84979',1,'TempObstacleCreateTool::handleRender()'],['../classTempObstacleHilightTool.html#aa28bfbf2dee308b7b8fad4a761f67fc4',1,'TempObstacleHilightTool::handleRender()'],['../classTestCase.html#ab26ff5960975d08e337509f96cacccb4',1,'TestCase::handleRender()'],['../classSample__TempObstacles.html#a3235d4811d8fe109c1917e7096359377',1,'Sample_TempObstacles::handleRender()'],['../classSample__SoloMesh.html#a08cee8a58d6ef5897847ab85518c9a91',1,'Sample_SoloMesh::handleRender()'],['../classSample__Debug.html#a63a4a62f44a207f65c41637d5b54c842',1,'Sample_Debug::handleRender()'],['../structSampleToolState.html#aba928b81e7813277bfcc6a0854f93658',1,'SampleToolState::handleRender()'],['../structSampleTool.html#af78bbe22e6d974d7af841d6f81526a64',1,'SampleTool::handleRender()'],['../classOffMeshConnectionTool.html#a3b1c066c3145af2f4b14e7cb577d302a',1,'OffMeshConnectionTool::handleRender()'],['../classNavMeshTesterTool.html#af5d6204e60c661420e07243ebb7295e8',1,'NavMeshTesterTool::handleRender()'],['../classNavMeshPruneTool.html#a7fd5ad545aa1da51f6e34434ac34a12c',1,'NavMeshPruneTool::handleRender()'],['../classCrowdTool.html#a298f481f68d5e8a0cb183c276d182d44',1,'CrowdTool::handleRender()'],['../classCrowdToolState.html#a127ea871607dd8ca52c254100be1e0af',1,'CrowdToolState::handleRender()'],['../classConvexVolumeTool.html#a83f337f3a9a96ad6464c9179ad663a11',1,'ConvexVolumeTool::handleRender()'],['../classSample.html#ada97cd12664f32a84c23c2e2b50890d3',1,'Sample::handleRender()']]], + ['handlerenderoverlay_2628',['handleRenderOverlay',['../classSample__Debug.html#a230fb5fe100409fc376604e0a470e259',1,'Sample_Debug::handleRenderOverlay()'],['../classSample__SoloMesh.html#a9ee1ce62bf30f0b6c4b743101bbe2c7e',1,'Sample_SoloMesh::handleRenderOverlay()'],['../structSampleTool.html#a1c493f6e6a5f733d09c6010467154531',1,'SampleTool::handleRenderOverlay()'],['../classSample__TempObstacles.html#a3b72ce76d2ee91aea7e4fe96c0901099',1,'Sample_TempObstacles::handleRenderOverlay()'],['../classSample__TileMesh.html#a2acfdfc5153bf2bec6207368619b5006',1,'Sample_TileMesh::handleRenderOverlay()'],['../classTestCase.html#a67291ec62ce5a7ca538522a6231189f7',1,'TestCase::handleRenderOverlay()'],['../classTempObstacleHilightTool.html#a6b0fe1e1a746e01a7388cd1bcee8a779',1,'TempObstacleHilightTool::handleRenderOverlay()'],['../classTempObstacleCreateTool.html#a800e3e9d3f26b1b247e9f300854dc794',1,'TempObstacleCreateTool::handleRenderOverlay()'],['../classNavMeshTileTool.html#ae454705cabb91cc34a5d11f8ed541c94',1,'NavMeshTileTool::handleRenderOverlay()'],['../structSampleToolState.html#ab3c7ab10984d2ca744f28a068d882750',1,'SampleToolState::handleRenderOverlay()'],['../classSample.html#aa6c6bd9c1947f9699e75c726f0bbd4d5',1,'Sample::handleRenderOverlay()'],['../classConvexVolumeTool.html#af1ebf43ef0309a5f058ae8094dd83312',1,'ConvexVolumeTool::handleRenderOverlay()'],['../classCrowdToolState.html#aaaf12376476f0e109150ce7b0e618357',1,'CrowdToolState::handleRenderOverlay()'],['../classCrowdTool.html#a00641ff12ce93e817d07f9cfda7d500b',1,'CrowdTool::handleRenderOverlay()'],['../classNavMeshTesterTool.html#ac161b92950bfe0c7803ce602ec54ff7d',1,'NavMeshTesterTool::handleRenderOverlay()'],['../classOffMeshConnectionTool.html#af023858b0abb68e538a842ddc9e25022',1,'OffMeshConnectionTool::handleRenderOverlay()'],['../classNavMeshPruneTool.html#af5fd93ff57b645fc8dfdf4c2761fb3cf',1,'NavMeshPruneTool::handleRenderOverlay()']]], + ['handlesettings_2629',['handleSettings',['../classSample.html#a06fbc4cf5c3cd6b5581ae33db37ac324',1,'Sample::handleSettings()'],['../classSample__Debug.html#ae400fa9f870766e9f284b361accd9427',1,'Sample_Debug::handleSettings()'],['../classSample__SoloMesh.html#a756bbc11445f8ad9af9cbb5b4cb44ec8',1,'Sample_SoloMesh::handleSettings()'],['../classSample__TempObstacles.html#ab669992dfb881d998114798d0978fc83',1,'Sample_TempObstacles::handleSettings()'],['../classSample__TileMesh.html#a67ac0028f5834faaf6d89421b13a31f2',1,'Sample_TileMesh::handleSettings()']]], + ['handlestep_2630',['handleStep',['../classOffMeshConnectionTool.html#a1e894eb42860dbabc7c85928c9ae7175',1,'OffMeshConnectionTool::handleStep()'],['../classNavMeshTileTool.html#adb6147a686eafaf9bb2e7b85e575097f',1,'NavMeshTileTool::handleStep()'],['../classTempObstacleCreateTool.html#ab86e78fbce2dab437d5f293406b1cd0a',1,'TempObstacleCreateTool::handleStep()'],['../classTempObstacleHilightTool.html#a6dbee86b6f4f9cb882e3c1cc5ea144aa',1,'TempObstacleHilightTool::handleStep()'],['../classSample.html#a77bb6d09c508fb0f7d9cc498962f7d08',1,'Sample::handleStep()'],['../structSampleTool.html#a0cd44aa86008bcbc3dfc45d0117cd02c',1,'SampleTool::handleStep()'],['../classNavMeshTesterTool.html#a4296c9b5431882a10676a1f8baa687f5',1,'NavMeshTesterTool::handleStep()'],['../classNavMeshPruneTool.html#a1d3466a23085cff3e97afd0952d1f4af',1,'NavMeshPruneTool::handleStep()'],['../classCrowdTool.html#aff96223c09183019e6d97ec67e6ad60d',1,'CrowdTool::handleStep()'],['../classConvexVolumeTool.html#a5b0e8ab26df0ee701a69b291691cfcbf',1,'ConvexVolumeTool::handleStep()']]], + ['handletoggle_2631',['handleToggle',['../classNavMeshTileTool.html#a5960fdac4bfc1a72a4ef67a0cfbb3136',1,'NavMeshTileTool::handleToggle()'],['../classTempObstacleCreateTool.html#a7260c3dd1ba6c35d15aa35fedc5e9493',1,'TempObstacleCreateTool::handleToggle()'],['../classTempObstacleHilightTool.html#ab0f8512ec83f08b6a7d210f8a8e4ac51',1,'TempObstacleHilightTool::handleToggle()'],['../classSample__Debug.html#ad16cb7ee6860915b557f1e1594af4301',1,'Sample_Debug::handleToggle()'],['../classSample.html#a9bcb74f237555eb39454228acf9471c8',1,'Sample::handleToggle()'],['../structSampleTool.html#ac54d34080ba5a11adff8fba1bb2a71fb',1,'SampleTool::handleToggle()'],['../classNavMeshTesterTool.html#a3fcce315ee720c66b590287fa4c591e9',1,'NavMeshTesterTool::handleToggle()'],['../classNavMeshPruneTool.html#ad1ab829d07050f77dc09dff6156273b5',1,'NavMeshPruneTool::handleToggle()'],['../classCrowdTool.html#ac2427807187d8c2469d021a714f99266',1,'CrowdTool::handleToggle()'],['../classConvexVolumeTool.html#af1e59f31ba0dd44fdf18bb3abccc81c2',1,'ConvexVolumeTool::handleToggle()'],['../classOffMeshConnectionTool.html#ab618f601d398015b4a8aee495290ea8f',1,'OffMeshConnectionTool::handleToggle()']]], + ['handletools_2632',['handleTools',['../classSample__TempObstacles.html#a15f2d29a496c1391426cabc3602f9d99',1,'Sample_TempObstacles::handleTools()'],['../classSample__TileMesh.html#a4c492f865f6a891f3c763a72c015a2b1',1,'Sample_TileMesh::handleTools()'],['../classSample__SoloMesh.html#aeb52c7800e16699f467377fa38357d28',1,'Sample_SoloMesh::handleTools()'],['../classSample__Debug.html#aac6036510468b2facb5b00458a35a6ef',1,'Sample_Debug::handleTools()'],['../classSample.html#a4dc0dd60e505cec25a225f5d2ebf83d1',1,'Sample::handleTools()']]], + ['handleupdate_2633',['handleUpdate',['../classNavMeshPruneTool.html#a7eba211059a9707b9609babee9c27388',1,'NavMeshPruneTool::handleUpdate()'],['../classNavMeshTileTool.html#a09b989aa5ec7e659678a6adc64f04c21',1,'NavMeshTileTool::handleUpdate()'],['../classTempObstacleCreateTool.html#a7815ec25feed0fcb93625728c9fa6b08',1,'TempObstacleCreateTool::handleUpdate()'],['../classTempObstacleHilightTool.html#a238bf84317b82bb005acfa021905c280',1,'TempObstacleHilightTool::handleUpdate()'],['../classSample__TempObstacles.html#a5817d2d63a4bb0f12db44db260f007f4',1,'Sample_TempObstacles::handleUpdate()'],['../classSample.html#ae3185e1830bc005a03bf595fac945a23',1,'Sample::handleUpdate()'],['../structSampleToolState.html#a8d13e1c36ea7258da57e022e211d40ae',1,'SampleToolState::handleUpdate()'],['../structSampleTool.html#ae3f8e0f0fddd71db2e91280e83805054',1,'SampleTool::handleUpdate()'],['../classOffMeshConnectionTool.html#a580d7e61206fa45b3e87a6b52cf076a1',1,'OffMeshConnectionTool::handleUpdate()'],['../classNavMeshTesterTool.html#a0e250830eb6186b4b4f8559534ff8908',1,'NavMeshTesterTool::handleUpdate()'],['../classCrowdTool.html#a8d815cab99740e219ef4ef2d1172936a',1,'CrowdTool::handleUpdate()'],['../classCrowdToolState.html#a5533329be79b7cc61a18dcc5dfe11ecd',1,'CrowdToolState::handleUpdate()'],['../classConvexVolumeTool.html#ab3a94dcc4cab914af5ae1d0b8446c951',1,'ConvexVolumeTool::handleUpdate()']]], + ['hashpos2_2634',['hashPos2',['../DetourProximityGrid_8cpp.html#a45540c644ac152f30cbade2c4d49eabb',1,'DetourProximityGrid.cpp']]], + ['hilightagent_2635',['hilightAgent',['../classCrowdToolState.html#abd1ba6578e4b0bbc48eabbafaaaab2bc',1,'CrowdToolState']]], + ['hittestagents_2636',['hitTestAgents',['../classCrowdToolState.html#a35659ce49a4932cefbb925ea6153c825',1,'CrowdToolState']]], + ['hittestobstacle_2637',['hitTestObstacle',['../Sample__TempObstacles_8cpp.html#ad121bf7e4e054c2e9fc910193eff7439',1,'Sample_TempObstacles.cpp']]] ]; diff --git a/search/functions_8.js b/search/functions_8.js index 7bab0fe7..d0745e1b 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -1,61 +1,61 @@ var searchData= [ - ['ilog2_2640',['ilog2',['../Sample__TileMesh_8cpp.html#ae9adac380db2fcc0a78bee0bcf9ac86a',1,'Sample_TileMesh.cpp']]], - ['imguibeginframe_2641',['imguiBeginFrame',['../imgui_8h.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp'],['../imgui_8cpp.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp']]], - ['imguibeginscrollarea_2642',['imguiBeginScrollArea',['../imgui_8h.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp'],['../imgui_8cpp.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp']]], - ['imguibutton_2643',['imguiButton',['../imgui_8h.html#ab10551ffe075e95d5cb0881fb7345f58',1,'imguiButton(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a779167e54c89f3a7d6933bbf8db28eb7',1,'imguiButton(const char *text, bool enabled): imgui.cpp']]], - ['imguicheck_2644',['imguiCheck',['../imgui_8h.html#a97ae70b1967fbbf4d6dea1d345750f38',1,'imguiCheck(const char *text, bool checked, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a454a21faadb504d01fa808a26d088e8f',1,'imguiCheck(const char *text, bool checked, bool enabled): imgui.cpp']]], - ['imguicollapse_2645',['imguiCollapse',['../imgui_8cpp.html#ae14ee3ea48895226a937d4736da38aa8',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a877133157a9abfed999e0bc6a9e738a0',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled=true): imgui.cpp']]], - ['imguidrawline_2646',['imguiDrawLine',['../imgui_8h.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp']]], - ['imguidrawrect_2647',['imguiDrawRect',['../imgui_8h.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp']]], - ['imguidrawroundedrect_2648',['imguiDrawRoundedRect',['../imgui_8h.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp']]], - ['imguidrawtext_2649',['imguiDrawText',['../imgui_8h.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp']]], - ['imguiendframe_2650',['imguiEndFrame',['../imgui_8h.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp'],['../imgui_8cpp.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp']]], - ['imguiendscrollarea_2651',['imguiEndScrollArea',['../imgui_8h.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp'],['../imgui_8cpp.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp']]], - ['imguifree_2652',['imguifree',['../imguiRenderGL_8cpp.html#a2a8b3b95948bc4017c04c7454cb5d473',1,'imguiRenderGL.cpp']]], - ['imguigetrenderqueue_2653',['imguiGetRenderQueue',['../imgui_8h.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp'],['../imgui_8cpp.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp']]], - ['imguigetrenderqueuesize_2654',['imguiGetRenderQueueSize',['../imgui_8h.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp'],['../imgui_8cpp.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp']]], - ['imguiindent_2655',['imguiIndent',['../imgui_8h.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp'],['../imgui_8cpp.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp']]], - ['imguiitem_2656',['imguiItem',['../imgui_8h.html#a7175c05bac766e0145e4cf30c295bfbd',1,'imguiItem(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#ab395b1e1bb0892f71ed1da579c98a3e7',1,'imguiItem(const char *text, bool enabled): imgui.cpp']]], - ['imguilabel_2657',['imguiLabel',['../imgui_8h.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp'],['../imgui_8cpp.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp']]], - ['imguimalloc_2658',['imguimalloc',['../imguiRenderGL_8cpp.html#a7b5a4a87dc42e0c5df76f683dfd784e4',1,'imguiRenderGL.cpp']]], - ['imguirendergldestroy_2659',['imguiRenderGLDestroy',['../imguiRenderGL_8h.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp']]], - ['imguirendergldraw_2660',['imguiRenderGLDraw',['../imguiRenderGL_8h.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp']]], - ['imguirenderglinit_2661',['imguiRenderGLInit',['../imguiRenderGL_8h.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp']]], - ['imguirgba_2662',['imguiRGBA',['../imgui_8h.html#a2f4ea8a34347c398796cee6d7808e8c3',1,'imgui.h']]], - ['imguiseparator_2663',['imguiSeparator',['../imgui_8h.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp'],['../imgui_8cpp.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp']]], - ['imguiseparatorline_2664',['imguiSeparatorLine',['../imgui_8h.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp'],['../imgui_8cpp.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp']]], - ['imguislider_2665',['imguiSlider',['../imgui_8h.html#ac98bd34b3bc36a13373045083c90d4f1',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a3128854184c44a3ee570bea05290cdbb',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled): imgui.cpp']]], - ['imguiunindent_2666',['imguiUnindent',['../imgui_8h.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp'],['../imgui_8cpp.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp']]], - ['imguivalue_2667',['imguiValue',['../imgui_8h.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp'],['../imgui_8cpp.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp']]], - ['incone_2668',['inCone',['../DetourTileCacheBuilder_8cpp.html#ac46427b24fb9b3673c12b62f79e97096',1,'inCone(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#ab93a3b7adad67c6fe99536760f60da7b',1,'inCone(int i, int n, const int *verts, const int *pj): RecastContour.cpp'],['../RecastMesh_8cpp.html#a3626785a54ec9abeb63f0fc43661b8d8',1,'inCone(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp']]], - ['inconeloose_2669',['inConeLoose',['../RecastMesh_8cpp.html#aaccc35a1704dcc3625b941a927c97034',1,'RecastMesh.cpp']]], - ['init_2670',['init',['../classdtNavMesh.html#a3cbc598755db0d1e9541b15f0f464318',1,'dtNavMesh::init()'],['../classTempObstacleCreateTool.html#add3d7c7e93c01a18993231c8c076e994',1,'TempObstacleCreateTool::init()'],['../classdtPathCorridor.html#a85b4c98157b68a57b9c3302f45d0ed7f',1,'dtPathCorridor::init()'],['../classdtPathQueue.html#afb36a7890f01f2dbc9be362282538803',1,'dtPathQueue::init()'],['../classdtProximityGrid.html#aef4e5c3fa11d5ba99a33dfadbea198d3',1,'dtProximityGrid::init()'],['../classdtTileCache.html#a9cd97203168485f62bf1b2983d56745a',1,'dtTileCache::init()'],['../classConvexVolumeTool.html#a9787b22592b80a6494450c60ccd50165',1,'ConvexVolumeTool::init()'],['../classCrowdToolState.html#a009cf74974dde6147a7f21b0901ad4c4',1,'CrowdToolState::init()'],['../classCrowdTool.html#ab6c04d1bc27ac8ce00124e3f8936e7f4',1,'CrowdTool::init()'],['../classNavMeshPruneTool.html#afafabe8cd473164567bb37b27904d340',1,'NavMeshPruneTool::init()'],['../classNavMeshTesterTool.html#a73a9165951689cac88cf9743bc99e0b5',1,'NavMeshTesterTool::init()'],['../classOffMeshConnectionTool.html#a3f1425ea30bf3e5841cf6697a01f5e72',1,'OffMeshConnectionTool::init()'],['../structSampleTool.html#a95804c3b0631cbb58edd4370e15a3af5',1,'SampleTool::init()'],['../structSampleToolState.html#ab9dda86ad5ef7d23b6da69dbbc5ded1e',1,'SampleToolState::init()'],['../classNavmeshFlags.html#ac82a85470cfe71138da559395b19f392',1,'NavmeshFlags::init()'],['../structMeshProcess.html#af79fc443a1067c46713aa56a55120f6f',1,'MeshProcess::init()'],['../classTempObstacleHilightTool.html#a1c0a4a693fbd80d60fcf1305e6499884',1,'TempObstacleHilightTool::init()'],['../classNavMeshTileTool.html#acdd83e58038dcc240242b94630f5f312',1,'NavMeshTileTool::init()'],['../classdtObstacleAvoidanceQuery.html#a9f927e4f09b35473853be3bf7f28129a',1,'dtObstacleAvoidanceQuery::init()'],['../classdtObstacleAvoidanceDebugData.html#a49f4c177709ecccc77331e1b43ae893c',1,'dtObstacleAvoidanceDebugData::init()'],['../classdtCrowd.html#a2f670cde9e10d07e3ed189ea861f37e4',1,'dtCrowd::init()'],['../classdtNavMeshQuery.html#acb51d0d2798d0bc7c669ac38c25d4116',1,'dtNavMeshQuery::init()'],['../classdtNavMesh.html#a020702938951249972b955a65967234a',1,'dtNavMesh::init()']]], - ['initslicedfindpath_2671',['initSlicedFindPath',['../classdtNavMeshQuery.html#ae9a478194f14f1a4591f8b6528007d82',1,'dtNavMeshQuery']]], - ['inittoolstates_2672',['initToolStates',['../classSample.html#a3274e125e6c8206d0598a84ce6027693',1,'Sample']]], - ['inputgeom_2673',['InputGeom',['../classInputGeom.html#af2d7fb1c3c5559acc3f84bbfcb3c83b8',1,'InputGeom']]], - ['inrange_2674',['inRange',['../NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9',1,'NavMeshTesterTool.cpp']]], - ['inrect_2675',['inRect',['../imgui_8cpp.html#ad1245cfa79f31678c1eb8d84d1ff30af',1,'imgui.cpp']]], - ['insertinterval_2676',['insertInterval',['../DetourNavMeshQuery_8cpp.html#ac742e93c715068b76c2592ae822a39ff',1,'DetourNavMeshQuery.cpp']]], - ['insertsort_2677',['insertSort',['../RecastArea_8cpp.html#a1071db3bfc13a7c581093d1f448f5e40',1,'RecastArea.cpp']]], - ['integrate_2678',['integrate',['../DetourCrowd_8cpp.html#a284e9ea2c9700317d3dca1df47df5ab8',1,'DetourCrowd.cpp']]], - ['intersect_2679',['intersect',['../DetourTileCacheBuilder_8cpp.html#a070e599134e47f74c6ac1981c5b004c2',1,'intersect(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], - ['intersectprop_2680',['intersectProp',['../DetourTileCacheBuilder_8cpp.html#ac83ebd03e0ea6de9e9e8af3447e8d226',1,'intersectProp(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], - ['intersectsegcontour_2681',['intersectSegContour',['../RecastContour_8cpp.html#a7a82a0c3b7877d57e1f159b703847aa1',1,'RecastContour.cpp']]], - ['intersectsegmenttriangle_2682',['intersectSegmentTriangle',['../InputGeom_8cpp.html#a89e05e1cf91226eb8b11ce816ec90a4e',1,'InputGeom.cpp']]], - ['ioprintf_2683',['ioprintf',['../RecastDump_8cpp.html#af97d6194d18bf5f35fb6e384300e2c6b',1,'RecastDump.cpp']]], - ['isactive_2684',['isActive',['../imgui_8cpp.html#ad612f89ba9d6ea959eee8617f3c00bc8',1,'imgui.cpp']]], - ['isconnected_2685',['isConnected',['../DetourTileCacheBuilder_8cpp.html#a39d8ed8a2d3aa08df559ec2b3713dd0d',1,'DetourTileCacheBuilder.cpp']]], - ['isectrayseg_2686',['isectRaySeg',['../DetourObstacleAvoidance_8cpp.html#a25706e06770764f3eeb01417981ccfbd',1,'DetourObstacleAvoidance.cpp']]], - ['isectsegaabb_2687',['isectSegAABB',['../CrowdTool_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): CrowdTool.cpp'],['../InputGeom_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): InputGeom.cpp'],['../Sample__TempObstacles_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): Sample_TempObstacles.cpp']]], - ['ishot_2688',['isHot',['../imgui_8cpp.html#a6ed5b5cfe3ffe15f70a564d87e13a2a8',1,'imgui.cpp']]], - ['isinclosedlist_2689',['isInClosedList',['../classdtNavMeshQuery.html#ad1de0c0d7cc527905d3f83c613897eb3',1,'dtNavMeshQuery']]], - ['isoverpoly_2690',['isOverPoly',['../classdtFindNearestPolyQuery.html#a9668cae24253780eebecccde9f023fc7',1,'dtFindNearestPolyQuery']]], - ['isreading_2691',['isReading',['../structduFileIO.html#a853e4af9415fdaa073bb785151f6b28c',1,'duFileIO::isReading()'],['../classFileIO.html#acd4cbb0b54a4d450b53294ce24866346',1,'FileIO::isReading()']]], - ['isregionconnectedtoborder_2692',['isRegionConnectedToBorder',['../RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996',1,'RecastRegion.cpp']]], - ['isrunning_2693',['isRunning',['../classCrowdToolState.html#ae79c25d7281fbe91325cf7395bc6e6ee',1,'CrowdToolState']]], - ['issolidedge_2694',['isSolidEdge',['../RecastRegion_8cpp.html#a48ba7bc4cd4b13a577c07dadf1361d76',1,'RecastRegion.cpp']]], - ['isvalid_2695',['isValid',['../classdtLocalBoundary.html#add9a50788d1294903c1fdf98f440dfd1',1,'dtLocalBoundary::isValid()'],['../classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52',1,'dtPathCorridor::isValid()']]], - ['isvalidpolyref_2696',['isValidPolyRef',['../classdtNavMesh.html#a84ce3e44a2a97c5377b3b308825fcd37',1,'dtNavMesh::isValidPolyRef()'],['../classdtNavMeshQuery.html#ac76164ed97fdedd9ea8abbe52f6c2c8a',1,'dtNavMeshQuery::isValidPolyRef()']]], - ['iswriting_2697',['isWriting',['../structduFileIO.html#ab436e18b116c61875dbdf5faafda9694',1,'duFileIO::isWriting()'],['../classFileIO.html#a02526e6d91e126ce105adaf614ab863c',1,'FileIO::isWriting()']]] + ['ilog2_2638',['ilog2',['../Sample__TileMesh_8cpp.html#ae9adac380db2fcc0a78bee0bcf9ac86a',1,'Sample_TileMesh.cpp']]], + ['imguibeginframe_2639',['imguiBeginFrame',['../imgui_8h.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp'],['../imgui_8cpp.html#a9460df9e45ac62863d44e7bbdbc6ef8e',1,'imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll): imgui.cpp']]], + ['imguibeginscrollarea_2640',['imguiBeginScrollArea',['../imgui_8h.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp'],['../imgui_8cpp.html#ac46e2e3ac3f6a80586b929729d4e5f25',1,'imguiBeginScrollArea(const char *name, int x, int y, int w, int h, int *scroll): imgui.cpp']]], + ['imguibutton_2641',['imguiButton',['../imgui_8h.html#ab10551ffe075e95d5cb0881fb7345f58',1,'imguiButton(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a779167e54c89f3a7d6933bbf8db28eb7',1,'imguiButton(const char *text, bool enabled): imgui.cpp']]], + ['imguicheck_2642',['imguiCheck',['../imgui_8h.html#a97ae70b1967fbbf4d6dea1d345750f38',1,'imguiCheck(const char *text, bool checked, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a454a21faadb504d01fa808a26d088e8f',1,'imguiCheck(const char *text, bool checked, bool enabled): imgui.cpp']]], + ['imguicollapse_2643',['imguiCollapse',['../imgui_8cpp.html#ae14ee3ea48895226a937d4736da38aa8',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled): imgui.cpp'],['../imgui_8h.html#a877133157a9abfed999e0bc6a9e738a0',1,'imguiCollapse(const char *text, const char *subtext, bool checked, bool enabled=true): imgui.cpp']]], + ['imguidrawline_2644',['imguiDrawLine',['../imgui_8h.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#ab0f80a70d63e95f64a1cdfc5ed07923e',1,'imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color): imgui.cpp']]], + ['imguidrawrect_2645',['imguiDrawRect',['../imgui_8h.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#aaa13f28c04e5a32a07c0589a2026eefe',1,'imguiDrawRect(float x, float y, float w, float h, unsigned int color): imgui.cpp']]], + ['imguidrawroundedrect_2646',['imguiDrawRoundedRect',['../imgui_8h.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#a64be6cac61a161fa9d0c16b5034b6c5e',1,'imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color): imgui.cpp']]], + ['imguidrawtext_2647',['imguiDrawText',['../imgui_8h.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp'],['../imgui_8cpp.html#abdd0d158d1fcab4dbfcf9ea50f202136',1,'imguiDrawText(int x, int y, int align, const char *text, unsigned int color): imgui.cpp']]], + ['imguiendframe_2648',['imguiEndFrame',['../imgui_8h.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp'],['../imgui_8cpp.html#afd1f5eaee9f7475255c6fba75ff5123c',1,'imguiEndFrame(): imgui.cpp']]], + ['imguiendscrollarea_2649',['imguiEndScrollArea',['../imgui_8h.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp'],['../imgui_8cpp.html#ac2bccc89a7e0b94592623961cb21b257',1,'imguiEndScrollArea(): imgui.cpp']]], + ['imguifree_2650',['imguifree',['../imguiRenderGL_8cpp.html#a2a8b3b95948bc4017c04c7454cb5d473',1,'imguiRenderGL.cpp']]], + ['imguigetrenderqueue_2651',['imguiGetRenderQueue',['../imgui_8h.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp'],['../imgui_8cpp.html#ad73e6a0f683a0a8e8f303ad61580c32d',1,'imguiGetRenderQueue(): imgui.cpp']]], + ['imguigetrenderqueuesize_2652',['imguiGetRenderQueueSize',['../imgui_8h.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp'],['../imgui_8cpp.html#ab99959262f3e219c6a0f18aeafd432b0',1,'imguiGetRenderQueueSize(): imgui.cpp']]], + ['imguiindent_2653',['imguiIndent',['../imgui_8h.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp'],['../imgui_8cpp.html#ae3d00934ccb219ffa9316b252d8afba0',1,'imguiIndent(): imgui.cpp']]], + ['imguiitem_2654',['imguiItem',['../imgui_8h.html#a7175c05bac766e0145e4cf30c295bfbd',1,'imguiItem(const char *text, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#ab395b1e1bb0892f71ed1da579c98a3e7',1,'imguiItem(const char *text, bool enabled): imgui.cpp']]], + ['imguilabel_2655',['imguiLabel',['../imgui_8h.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp'],['../imgui_8cpp.html#a802803d550d65e826d6addbf0a3d333b',1,'imguiLabel(const char *text): imgui.cpp']]], + ['imguimalloc_2656',['imguimalloc',['../imguiRenderGL_8cpp.html#a7b5a4a87dc42e0c5df76f683dfd784e4',1,'imguiRenderGL.cpp']]], + ['imguirendergldestroy_2657',['imguiRenderGLDestroy',['../imguiRenderGL_8h.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#aa62b85e5def48a3e96598436d1895ebf',1,'imguiRenderGLDestroy(): imguiRenderGL.cpp']]], + ['imguirendergldraw_2658',['imguiRenderGLDraw',['../imguiRenderGL_8h.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#a3c498095a81d3da8fb16a39d5584f184',1,'imguiRenderGLDraw(): imguiRenderGL.cpp']]], + ['imguirenderglinit_2659',['imguiRenderGLInit',['../imguiRenderGL_8h.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp'],['../imguiRenderGL_8cpp.html#a516f5ccccb1ddc6bcea43fba89f1fd57',1,'imguiRenderGLInit(const char *fontpath): imguiRenderGL.cpp']]], + ['imguirgba_2660',['imguiRGBA',['../imgui_8h.html#a2f4ea8a34347c398796cee6d7808e8c3',1,'imgui.h']]], + ['imguiseparator_2661',['imguiSeparator',['../imgui_8h.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp'],['../imgui_8cpp.html#ad77cd8c7e79231bf99358e8766845ac1',1,'imguiSeparator(): imgui.cpp']]], + ['imguiseparatorline_2662',['imguiSeparatorLine',['../imgui_8h.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp'],['../imgui_8cpp.html#ad1692a47ae3a3393f459c5dcf8b78651',1,'imguiSeparatorLine(): imgui.cpp']]], + ['imguislider_2663',['imguiSlider',['../imgui_8h.html#ac98bd34b3bc36a13373045083c90d4f1',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled=true): imgui.cpp'],['../imgui_8cpp.html#a3128854184c44a3ee570bea05290cdbb',1,'imguiSlider(const char *text, float *val, float vmin, float vmax, float vinc, bool enabled): imgui.cpp']]], + ['imguiunindent_2664',['imguiUnindent',['../imgui_8h.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp'],['../imgui_8cpp.html#a509b76e72688bbb9b319c778b753c11d',1,'imguiUnindent(): imgui.cpp']]], + ['imguivalue_2665',['imguiValue',['../imgui_8h.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp'],['../imgui_8cpp.html#ad123f3fb8a3840a3f6ce8caa41a3f80b',1,'imguiValue(const char *text): imgui.cpp']]], + ['incone_2666',['inCone',['../DetourTileCacheBuilder_8cpp.html#ac46427b24fb9b3673c12b62f79e97096',1,'inCone(int i, int j, int n, const unsigned char *verts, const unsigned short *indices): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#ab93a3b7adad67c6fe99536760f60da7b',1,'inCone(int i, int n, const int *verts, const int *pj): RecastContour.cpp'],['../RecastMesh_8cpp.html#a3626785a54ec9abeb63f0fc43661b8d8',1,'inCone(int i, int j, int n, const int *verts, int *indices): RecastMesh.cpp']]], + ['inconeloose_2667',['inConeLoose',['../RecastMesh_8cpp.html#aaccc35a1704dcc3625b941a927c97034',1,'RecastMesh.cpp']]], + ['init_2668',['init',['../classdtNavMesh.html#a3cbc598755db0d1e9541b15f0f464318',1,'dtNavMesh::init()'],['../classTempObstacleCreateTool.html#add3d7c7e93c01a18993231c8c076e994',1,'TempObstacleCreateTool::init()'],['../classdtPathCorridor.html#a85b4c98157b68a57b9c3302f45d0ed7f',1,'dtPathCorridor::init()'],['../classdtPathQueue.html#afb36a7890f01f2dbc9be362282538803',1,'dtPathQueue::init()'],['../classdtProximityGrid.html#aef4e5c3fa11d5ba99a33dfadbea198d3',1,'dtProximityGrid::init()'],['../classdtTileCache.html#a9cd97203168485f62bf1b2983d56745a',1,'dtTileCache::init()'],['../classConvexVolumeTool.html#a9787b22592b80a6494450c60ccd50165',1,'ConvexVolumeTool::init()'],['../classCrowdToolState.html#a009cf74974dde6147a7f21b0901ad4c4',1,'CrowdToolState::init()'],['../classCrowdTool.html#ab6c04d1bc27ac8ce00124e3f8936e7f4',1,'CrowdTool::init()'],['../classNavMeshPruneTool.html#afafabe8cd473164567bb37b27904d340',1,'NavMeshPruneTool::init()'],['../classNavMeshTesterTool.html#a73a9165951689cac88cf9743bc99e0b5',1,'NavMeshTesterTool::init()'],['../classOffMeshConnectionTool.html#a3f1425ea30bf3e5841cf6697a01f5e72',1,'OffMeshConnectionTool::init()'],['../structSampleTool.html#a95804c3b0631cbb58edd4370e15a3af5',1,'SampleTool::init()'],['../structSampleToolState.html#ab9dda86ad5ef7d23b6da69dbbc5ded1e',1,'SampleToolState::init()'],['../classNavmeshFlags.html#ac82a85470cfe71138da559395b19f392',1,'NavmeshFlags::init()'],['../structMeshProcess.html#af79fc443a1067c46713aa56a55120f6f',1,'MeshProcess::init()'],['../classTempObstacleHilightTool.html#a1c0a4a693fbd80d60fcf1305e6499884',1,'TempObstacleHilightTool::init()'],['../classNavMeshTileTool.html#acdd83e58038dcc240242b94630f5f312',1,'NavMeshTileTool::init()'],['../classdtObstacleAvoidanceQuery.html#a9f927e4f09b35473853be3bf7f28129a',1,'dtObstacleAvoidanceQuery::init()'],['../classdtObstacleAvoidanceDebugData.html#a49f4c177709ecccc77331e1b43ae893c',1,'dtObstacleAvoidanceDebugData::init()'],['../classdtCrowd.html#a2f670cde9e10d07e3ed189ea861f37e4',1,'dtCrowd::init()'],['../classdtNavMeshQuery.html#acb51d0d2798d0bc7c669ac38c25d4116',1,'dtNavMeshQuery::init()'],['../classdtNavMesh.html#a020702938951249972b955a65967234a',1,'dtNavMesh::init()']]], + ['initslicedfindpath_2669',['initSlicedFindPath',['../classdtNavMeshQuery.html#ae9a478194f14f1a4591f8b6528007d82',1,'dtNavMeshQuery']]], + ['inittoolstates_2670',['initToolStates',['../classSample.html#a3274e125e6c8206d0598a84ce6027693',1,'Sample']]], + ['inputgeom_2671',['InputGeom',['../classInputGeom.html#af2d7fb1c3c5559acc3f84bbfcb3c83b8',1,'InputGeom']]], + ['inrange_2672',['inRange',['../NavMeshTesterTool_8cpp.html#a5b7b330e2de37289d8ae69f304d334a9',1,'NavMeshTesterTool.cpp']]], + ['inrect_2673',['inRect',['../imgui_8cpp.html#ad1245cfa79f31678c1eb8d84d1ff30af',1,'imgui.cpp']]], + ['insertinterval_2674',['insertInterval',['../DetourNavMeshQuery_8cpp.html#ac742e93c715068b76c2592ae822a39ff',1,'DetourNavMeshQuery.cpp']]], + ['insertsort_2675',['insertSort',['../RecastArea_8cpp.html#a1071db3bfc13a7c581093d1f448f5e40',1,'RecastArea.cpp']]], + ['integrate_2676',['integrate',['../DetourCrowd_8cpp.html#a284e9ea2c9700317d3dca1df47df5ab8',1,'DetourCrowd.cpp']]], + ['intersect_2677',['intersect',['../DetourTileCacheBuilder_8cpp.html#a070e599134e47f74c6ac1981c5b004c2',1,'intersect(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a8c40590db2ebb79a634dfadada974679',1,'intersect(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], + ['intersectprop_2678',['intersectProp',['../DetourTileCacheBuilder_8cpp.html#ac83ebd03e0ea6de9e9e8af3447e8d226',1,'intersectProp(const unsigned char *a, const unsigned char *b, const unsigned char *c, const unsigned char *d): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastContour.cpp'],['../RecastMesh_8cpp.html#a5ebff194647dfe8f10ceab06390c68df',1,'intersectProp(const int *a, const int *b, const int *c, const int *d): RecastMesh.cpp']]], + ['intersectsegcontour_2679',['intersectSegContour',['../RecastContour_8cpp.html#a7a82a0c3b7877d57e1f159b703847aa1',1,'RecastContour.cpp']]], + ['intersectsegmenttriangle_2680',['intersectSegmentTriangle',['../InputGeom_8cpp.html#a89e05e1cf91226eb8b11ce816ec90a4e',1,'InputGeom.cpp']]], + ['ioprintf_2681',['ioprintf',['../RecastDump_8cpp.html#af97d6194d18bf5f35fb6e384300e2c6b',1,'RecastDump.cpp']]], + ['isactive_2682',['isActive',['../imgui_8cpp.html#ad612f89ba9d6ea959eee8617f3c00bc8',1,'imgui.cpp']]], + ['isconnected_2683',['isConnected',['../DetourTileCacheBuilder_8cpp.html#a39d8ed8a2d3aa08df559ec2b3713dd0d',1,'DetourTileCacheBuilder.cpp']]], + ['isectrayseg_2684',['isectRaySeg',['../DetourObstacleAvoidance_8cpp.html#a25706e06770764f3eeb01417981ccfbd',1,'DetourObstacleAvoidance.cpp']]], + ['isectsegaabb_2685',['isectSegAABB',['../CrowdTool_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): CrowdTool.cpp'],['../InputGeom_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): InputGeom.cpp'],['../Sample__TempObstacles_8cpp.html#a6e7db3dabeb68c2e9c627812ee42c47e',1,'isectSegAABB(const float *sp, const float *sq, const float *amin, const float *amax, float &tmin, float &tmax): Sample_TempObstacles.cpp']]], + ['ishot_2686',['isHot',['../imgui_8cpp.html#a6ed5b5cfe3ffe15f70a564d87e13a2a8',1,'imgui.cpp']]], + ['isinclosedlist_2687',['isInClosedList',['../classdtNavMeshQuery.html#ad1de0c0d7cc527905d3f83c613897eb3',1,'dtNavMeshQuery']]], + ['isoverpoly_2688',['isOverPoly',['../classdtFindNearestPolyQuery.html#a9668cae24253780eebecccde9f023fc7',1,'dtFindNearestPolyQuery']]], + ['isreading_2689',['isReading',['../structduFileIO.html#a853e4af9415fdaa073bb785151f6b28c',1,'duFileIO::isReading()'],['../classFileIO.html#acd4cbb0b54a4d450b53294ce24866346',1,'FileIO::isReading()']]], + ['isregionconnectedtoborder_2690',['isRegionConnectedToBorder',['../RecastRegion_8cpp.html#a362976ffc8da436099d6ce5d2a8e8996',1,'RecastRegion.cpp']]], + ['isrunning_2691',['isRunning',['../classCrowdToolState.html#ae79c25d7281fbe91325cf7395bc6e6ee',1,'CrowdToolState']]], + ['issolidedge_2692',['isSolidEdge',['../RecastRegion_8cpp.html#a48ba7bc4cd4b13a577c07dadf1361d76',1,'RecastRegion.cpp']]], + ['isvalid_2693',['isValid',['../classdtLocalBoundary.html#add9a50788d1294903c1fdf98f440dfd1',1,'dtLocalBoundary::isValid()'],['../classdtPathCorridor.html#aeb23d3697b0e17837b06b13ae5be4e52',1,'dtPathCorridor::isValid()']]], + ['isvalidpolyref_2694',['isValidPolyRef',['../classdtNavMesh.html#a84ce3e44a2a97c5377b3b308825fcd37',1,'dtNavMesh::isValidPolyRef()'],['../classdtNavMeshQuery.html#ac76164ed97fdedd9ea8abbe52f6c2c8a',1,'dtNavMeshQuery::isValidPolyRef()']]], + ['iswriting_2695',['isWriting',['../structduFileIO.html#ab436e18b116c61875dbdf5faafda9694',1,'duFileIO::isWriting()'],['../classFileIO.html#a02526e6d91e126ce105adaf614ab863c',1,'FileIO::isWriting()']]] ]; diff --git a/search/functions_9.js b/search/functions_9.js index 54e5ed24..a4bda4cd 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -1,11 +1,11 @@ var searchData= [ - ['left_2698',['left',['../ConvexVolumeTool_8cpp.html#aa70398cc4b7ef22352199dca700b3990',1,'left(const float *a, const float *b, const float *c): ConvexVolumeTool.cpp'],['../RecastMesh_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af12ea326178bde8a2bf7b46aa54330aa',1,'left(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], - ['lefton_2699',['leftOn',['../RecastMesh_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#afc4b3861caec01ab07bba6a51af3327a',1,'leftOn(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], - ['linearallocator_2700',['LinearAllocator',['../structLinearAllocator.html#ab3e8483fa7f6899695aa338a14bc0a67',1,'LinearAllocator']]], - ['load_2701',['load',['../classInputGeom.html#a018ed54176edc2234663cb419d3f0f9f',1,'InputGeom::load()'],['../classTestCase.html#ad7ec8145d12a8443cf6dc4655b1c26bf',1,'TestCase::load()'],['../classrcMeshLoaderObj.html#a730235384616c59171a785ce28295579',1,'rcMeshLoaderObj::load()']]], - ['loadall_2702',['loadAll',['../classSample__TileMesh.html#ac6dd51f6ee08d2b59fa221741caedb86',1,'Sample_TileMesh::loadAll()'],['../classSample__TempObstacles.html#a59f560706b1c693ebefde44c1f8046cb',1,'Sample_TempObstacles::loadAll()'],['../classSample.html#a4418aaf6b8e5c6ddc1d20f4388f101ba',1,'Sample::loadAll()']]], - ['log_2703',['log',['../classrcContext.html#ae3cc278477b1b923d03ea50e3ae96013',1,'rcContext']]], - ['logline_2704',['logLine',['../RecastDump_8cpp.html#a18f72d041fb59ce861860d2b9c17b659',1,'RecastDump.cpp']]], - ['longestaxis_2705',['longestAxis',['../DetourNavMeshBuilder_8cpp.html#a3ad98504f45740f02c1442cdce16f653',1,'longestAxis(unsigned short x, unsigned short y, unsigned short z): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a7e3f1cfa936454ba69f96894a38bd2e4',1,'longestAxis(float x, float y): ChunkyTriMesh.cpp']]] + ['left_2696',['left',['../ConvexVolumeTool_8cpp.html#aa70398cc4b7ef22352199dca700b3990',1,'left(const float *a, const float *b, const float *c): ConvexVolumeTool.cpp'],['../RecastMesh_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a0ba03d6a44337bfbcef8f0c9dad4289f',1,'left(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#af12ea326178bde8a2bf7b46aa54330aa',1,'left(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], + ['lefton_2697',['leftOn',['../RecastMesh_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastMesh.cpp'],['../RecastContour_8cpp.html#a4cc687ea6596949ed340d5082d75daed',1,'leftOn(const int *a, const int *b, const int *c): RecastContour.cpp'],['../DetourTileCacheBuilder_8cpp.html#afc4b3861caec01ab07bba6a51af3327a',1,'leftOn(const unsigned char *a, const unsigned char *b, const unsigned char *c): DetourTileCacheBuilder.cpp']]], + ['linearallocator_2698',['LinearAllocator',['../structLinearAllocator.html#ab3e8483fa7f6899695aa338a14bc0a67',1,'LinearAllocator']]], + ['load_2699',['load',['../classInputGeom.html#a018ed54176edc2234663cb419d3f0f9f',1,'InputGeom::load()'],['../classTestCase.html#ad7ec8145d12a8443cf6dc4655b1c26bf',1,'TestCase::load()'],['../classrcMeshLoaderObj.html#a730235384616c59171a785ce28295579',1,'rcMeshLoaderObj::load()']]], + ['loadall_2700',['loadAll',['../classSample__TileMesh.html#ac6dd51f6ee08d2b59fa221741caedb86',1,'Sample_TileMesh::loadAll()'],['../classSample__TempObstacles.html#a59f560706b1c693ebefde44c1f8046cb',1,'Sample_TempObstacles::loadAll()'],['../classSample.html#a4418aaf6b8e5c6ddc1d20f4388f101ba',1,'Sample::loadAll()']]], + ['log_2701',['log',['../classrcContext.html#ae3cc278477b1b923d03ea50e3ae96013',1,'rcContext']]], + ['logline_2702',['logLine',['../RecastDump_8cpp.html#a18f72d041fb59ce861860d2b9c17b659',1,'RecastDump.cpp']]], + ['longestaxis_2703',['longestAxis',['../DetourNavMeshBuilder_8cpp.html#a3ad98504f45740f02c1442cdce16f653',1,'longestAxis(unsigned short x, unsigned short y, unsigned short z): DetourNavMeshBuilder.cpp'],['../ChunkyTriMesh_8cpp.html#a7e3f1cfa936454ba69f96894a38bd2e4',1,'longestAxis(float x, float y): ChunkyTriMesh.cpp']]] ]; diff --git a/search/functions_a.js b/search/functions_a.js index 400f6c08..2850de5d 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -1,18 +1,18 @@ var searchData= [ - ['main_2706',['main',['../main_8cpp.html#a2c3f6775325c30275d11c6abee2db6a0',1,'main.cpp']]], - ['maxcompressedsize_2707',['maxCompressedSize',['../structdtTileCacheCompressor.html#aaa7fcfc5889a5f3fc5fbf689bbbc1494',1,'dtTileCacheCompressor::maxCompressedSize()'],['../structFastLZCompressor.html#a8fb3236d4cb66a253fd98036536b51a4',1,'FastLZCompressor::maxCompressedSize()']]], - ['mergeandfilterlayerregions_2708',['mergeAndFilterLayerRegions',['../RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff',1,'RecastRegion.cpp']]], - ['mergeandfilterregions_2709',['mergeAndFilterRegions',['../RecastRegion_8cpp.html#a5725fdd6c9d2c932db4686ba6d411dac',1,'RecastRegion.cpp']]], - ['mergecontours_2710',['mergeContours',['../RecastContour_8cpp.html#a1b37a039e4a04535bcddcb219ca7945b',1,'RecastContour.cpp']]], - ['mergepolys_2711',['mergePolys',['../DetourTileCacheBuilder_8cpp.html#acec62cadc066beebd0bcf5623c79f0e0',1,'DetourTileCacheBuilder.cpp']]], - ['mergepolyverts_2712',['mergePolyVerts',['../RecastMesh_8cpp.html#ab16a0c6bfd0ae903d4c02eabd16fd5af',1,'RecastMesh.cpp']]], - ['mergeregionholes_2713',['mergeRegionHoles',['../RecastContour_8cpp.html#a7321f3f5954d621c5255819fe4f73004',1,'RecastContour.cpp']]], - ['mergeregions_2714',['mergeRegions',['../RecastRegion_8cpp.html#aa6ad7bc5d6c9f39726a4574813bce7ec',1,'RecastRegion.cpp']]], - ['meshprocess_2715',['MeshProcess',['../structMeshProcess.html#ae8565ad12db3ae60dd9b72a851b7afc8',1,'MeshProcess']]], - ['modify_2716',['modify',['../classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a',1,'dtNodeQueue']]], - ['movealongsurface_2717',['moveAlongSurface',['../classdtNavMeshQuery.html#a95f6d7c92a75c7773ababeb144206968',1,'dtNavMeshQuery']]], - ['moveoveroffmeshconnection_2718',['moveOverOffmeshConnection',['../classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d',1,'dtPathCorridor']]], - ['moveposition_2719',['movePosition',['../classdtPathCorridor.html#a320a804c422fdb9b58f677b9b42ebf22',1,'dtPathCorridor']]], - ['movetargetposition_2720',['moveTargetPosition',['../classdtPathCorridor.html#a66f8097a4f49c077b6c6da5c727c6877',1,'dtPathCorridor']]] + ['main_2704',['main',['../main_8cpp.html#a2c3f6775325c30275d11c6abee2db6a0',1,'main.cpp']]], + ['maxcompressedsize_2705',['maxCompressedSize',['../structdtTileCacheCompressor.html#aaa7fcfc5889a5f3fc5fbf689bbbc1494',1,'dtTileCacheCompressor::maxCompressedSize()'],['../structFastLZCompressor.html#a8fb3236d4cb66a253fd98036536b51a4',1,'FastLZCompressor::maxCompressedSize()']]], + ['mergeandfilterlayerregions_2706',['mergeAndFilterLayerRegions',['../RecastRegion_8cpp.html#a25912e8836b3489f54fecd65d850beff',1,'RecastRegion.cpp']]], + ['mergeandfilterregions_2707',['mergeAndFilterRegions',['../RecastRegion_8cpp.html#a5725fdd6c9d2c932db4686ba6d411dac',1,'RecastRegion.cpp']]], + ['mergecontours_2708',['mergeContours',['../RecastContour_8cpp.html#a1b37a039e4a04535bcddcb219ca7945b',1,'RecastContour.cpp']]], + ['mergepolys_2709',['mergePolys',['../DetourTileCacheBuilder_8cpp.html#acec62cadc066beebd0bcf5623c79f0e0',1,'DetourTileCacheBuilder.cpp']]], + ['mergepolyverts_2710',['mergePolyVerts',['../RecastMesh_8cpp.html#ab16a0c6bfd0ae903d4c02eabd16fd5af',1,'RecastMesh.cpp']]], + ['mergeregionholes_2711',['mergeRegionHoles',['../RecastContour_8cpp.html#a7321f3f5954d621c5255819fe4f73004',1,'RecastContour.cpp']]], + ['mergeregions_2712',['mergeRegions',['../RecastRegion_8cpp.html#aa6ad7bc5d6c9f39726a4574813bce7ec',1,'RecastRegion.cpp']]], + ['meshprocess_2713',['MeshProcess',['../structMeshProcess.html#ae8565ad12db3ae60dd9b72a851b7afc8',1,'MeshProcess']]], + ['modify_2714',['modify',['../classdtNodeQueue.html#a8be783bde0911bdf92503a2e111f2a1a',1,'dtNodeQueue']]], + ['movealongsurface_2715',['moveAlongSurface',['../classdtNavMeshQuery.html#a95f6d7c92a75c7773ababeb144206968',1,'dtNavMeshQuery']]], + ['moveoveroffmeshconnection_2716',['moveOverOffmeshConnection',['../classdtPathCorridor.html#ae44344d2404b1d06f74c15f6748ad48d',1,'dtPathCorridor']]], + ['moveposition_2717',['movePosition',['../classdtPathCorridor.html#a320a804c422fdb9b58f677b9b42ebf22',1,'dtPathCorridor']]], + ['movetargetposition_2718',['moveTargetPosition',['../classdtPathCorridor.html#a66f8097a4f49c077b6c6da5c727c6877',1,'dtPathCorridor']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index 01947c63..23a1127d 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -1,15 +1,15 @@ var searchData= [ - ['navmeshflags_2721',['NavmeshFlags',['../classNavmeshFlags.html#a060c944fac648d5085ad1934671a2932',1,'NavmeshFlags']]], - ['navmeshprunetool_2722',['NavMeshPruneTool',['../classNavMeshPruneTool.html#a304902339a20adafa5e57ed648c884ed',1,'NavMeshPruneTool']]], - ['navmeshtestertool_2723',['NavMeshTesterTool',['../classNavMeshTesterTool.html#afa92228fae1154929e4819bb9119062d',1,'NavMeshTesterTool']]], - ['navmeshtilebuildcontext_2724',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a704f1e66aa26ec967683eb097415cadd',1,'NavMeshTileBuildContext']]], - ['navmeshtiletool_2725',['NavMeshTileTool',['../classNavMeshTileTool.html#abe63ee741ff92fdf708f098f03e45967',1,'NavMeshTileTool']]], - ['nearestpoint_2726',['nearestPoint',['../classdtFindNearestPolyQuery.html#ad6d790e28c61d28b5ebdcd79373e834c',1,'dtFindNearestPolyQuery']]], - ['nearestref_2727',['nearestRef',['../classdtFindNearestPolyQuery.html#a72c70bc181bdd635a23e0d2b6df724cb',1,'dtFindNearestPolyQuery']]], - ['next_2728',['next',['../DetourTileCacheBuilder_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastContour.cpp'],['../RecastMesh_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMesh.cpp'],['../RecastMeshDetail_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMeshDetail.cpp']]], - ['nextpow2_2729',['nextPow2',['../Sample__TileMesh_8cpp.html#a34ed4a57db9ff4dce4be2b8282c5f51a',1,'Sample_TileMesh.cpp']]], - ['normalizearray_2730',['normalizeArray',['../DetourObstacleAvoidance_8cpp.html#ad5691e317bdbe68d51526215952a2227',1,'DetourObstacleAvoidance.cpp']]], - ['normalizesamples_2731',['normalizeSamples',['../classdtObstacleAvoidanceDebugData.html#aae878af7168a5683cf05cd6f3f9b4cfe',1,'dtObstacleAvoidanceDebugData']]], - ['numcollected_2732',['numCollected',['../classdtCollectPolysQuery.html#af9a58ba3aff58aa0910d9446dcf8cb3b',1,'dtCollectPolysQuery']]] + ['navmeshflags_2719',['NavmeshFlags',['../classNavmeshFlags.html#a060c944fac648d5085ad1934671a2932',1,'NavmeshFlags']]], + ['navmeshprunetool_2720',['NavMeshPruneTool',['../classNavMeshPruneTool.html#a304902339a20adafa5e57ed648c884ed',1,'NavMeshPruneTool']]], + ['navmeshtestertool_2721',['NavMeshTesterTool',['../classNavMeshTesterTool.html#afa92228fae1154929e4819bb9119062d',1,'NavMeshTesterTool']]], + ['navmeshtilebuildcontext_2722',['NavMeshTileBuildContext',['../structNavMeshTileBuildContext.html#a704f1e66aa26ec967683eb097415cadd',1,'NavMeshTileBuildContext']]], + ['navmeshtiletool_2723',['NavMeshTileTool',['../classNavMeshTileTool.html#abe63ee741ff92fdf708f098f03e45967',1,'NavMeshTileTool']]], + ['nearestpoint_2724',['nearestPoint',['../classdtFindNearestPolyQuery.html#ad6d790e28c61d28b5ebdcd79373e834c',1,'dtFindNearestPolyQuery']]], + ['nearestref_2725',['nearestRef',['../classdtFindNearestPolyQuery.html#a72c70bc181bdd635a23e0d2b6df724cb',1,'dtFindNearestPolyQuery']]], + ['next_2726',['next',['../DetourTileCacheBuilder_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastContour.cpp'],['../RecastMesh_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMesh.cpp'],['../RecastMeshDetail_8cpp.html#af019d68006e1f2d7b24c8f09051424cc',1,'next(int i, int n): RecastMeshDetail.cpp']]], + ['nextpow2_2727',['nextPow2',['../Sample__TileMesh_8cpp.html#a34ed4a57db9ff4dce4be2b8282c5f51a',1,'Sample_TileMesh.cpp']]], + ['normalizearray_2728',['normalizeArray',['../DetourObstacleAvoidance_8cpp.html#ad5691e317bdbe68d51526215952a2227',1,'DetourObstacleAvoidance.cpp']]], + ['normalizesamples_2729',['normalizeSamples',['../classdtObstacleAvoidanceDebugData.html#aae878af7168a5683cf05cd6f3f9b4cfe',1,'dtObstacleAvoidanceDebugData']]], + ['numcollected_2730',['numCollected',['../classdtCollectPolysQuery.html#af9a58ba3aff58aa0910d9446dcf8cb3b',1,'dtCollectPolysQuery']]] ]; diff --git a/search/functions_c.js b/search/functions_c.js index 9b634c88..6b8fe8b2 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,21 +1,21 @@ var searchData= [ - ['offmeshconnectiontool_2733',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html#af274e3bc78ccbd95ddd0ba6831c8e600',1,'OffMeshConnectionTool']]], - ['openforread_2734',['openForRead',['../classFileIO.html#a3a96ca80a7c66c14883007e88679e87e',1,'FileIO']]], - ['openforwrite_2735',['openForWrite',['../classFileIO.html#ae7fcae34c0941ffe183fbe1cdc180f22',1,'FileIO']]], - ['operator_20delete_2736',['operator delete',['../RecastAlloc_8h.html#a269d86e8a81c47659dfad4ab2a1e94ab',1,'RecastAlloc.h']]], - ['operator_20new_2737',['operator new',['../RecastAlloc_8h.html#a7c17881830a1d6f4bac23a489972e2db',1,'RecastAlloc.h']]], - ['operator_20t_2a_2738',['operator T*',['../classdtFixedArray.html#a787d42a579a87d3fe763717576d9dac0',1,'dtFixedArray::operator T*()'],['../classrcScopedDelete.html#a842c6cc65c3811faead9717aa53166dd',1,'rcScopedDelete::operator T*()']]], - ['operator_3d_2739',['operator=',['../classrcVectorBase.html#afcedee5f686452a024a3e9c3ebc722fa',1,'rcVectorBase']]], - ['operator_5b_5d_2740',['operator[]',['../classrcVectorBase.html#aa4a57ac99a0e715821f3eb7457b09b03',1,'rcVectorBase::operator[](rcSizeType i) const'],['../classrcVectorBase.html#a72c19a4fc62d73e361d116d069587259',1,'rcVectorBase::operator[](rcSizeType i)'],['../classrcIntArray.html#a314323a7840cf986062fd3c354c2a3c9',1,'rcIntArray::operator[](int index)'],['../classrcIntArray.html#ac4b2d9f20fe072c3ef856afc861d2230',1,'rcIntArray::operator[](int index) const']]], - ['optimizepathtopology_2741',['optimizePathTopology',['../classdtPathCorridor.html#a69288d28ab5d23b2c2654e45c5a33c25',1,'dtPathCorridor']]], - ['optimizepathvisibility_2742',['optimizePathVisibility',['../classdtPathCorridor.html#a3970b6cd229731debe6beb41d9885463',1,'dtPathCorridor']]], - ['overflowed_2743',['overflowed',['../classdtCollectPolysQuery.html#a5ebb596db273cdcc454c6ae6f981bf3a',1,'dtCollectPolysQuery']]], - ['overlapbounds_2744',['overlapBounds',['../RecastRasterization_8cpp.html#ad16e8ad5fc4ebec8d71d58217215ff60',1,'RecastRasterization.cpp']]], - ['overlapedges_2745',['overlapEdges',['../RecastMeshDetail_8cpp.html#a337ede595b48252890c745e99d559373',1,'RecastMeshDetail.cpp']]], - ['overlaprange_2746',['overlapRange',['../DetourCommon_8cpp.html#ab355890a2df99a19209f9bf12086fcb4',1,'overlapRange(const float amin, const float amax, const float bmin, const float bmax, const float eps): DetourCommon.cpp'],['../RecastLayers_8cpp.html#a9df3149dc43b5528b0003e20ccb931e3',1,'overlapRange(const unsigned short amin, const unsigned short amax, const unsigned short bmin, const unsigned short bmax): RecastLayers.cpp']]], - ['overlaprangeexl_2747',['overlapRangeExl',['../DetourTileCacheBuilder_8cpp.html#a6e9bacbb0b63ae2d5f516d75670e15c6',1,'DetourTileCacheBuilder.cpp']]], - ['overlapsegseg2d_2748',['overlapSegSeg2d',['../RecastMeshDetail_8cpp.html#a127f1eddaf7db32655955561199a064f',1,'RecastMeshDetail.cpp']]], - ['overlapslabs_2749',['overlapSlabs',['../DetourNavMesh_8cpp.html#acc02f71919750fff6272687cd0879e2a',1,'DetourNavMesh.cpp']]], - ['overoffmeshconnection_2750',['overOffmeshConnection',['../DetourCrowd_8cpp.html#a72ec7fe4c35ce817869a41b2319f0618',1,'DetourCrowd.cpp']]] + ['offmeshconnectiontool_2731',['OffMeshConnectionTool',['../classOffMeshConnectionTool.html#af274e3bc78ccbd95ddd0ba6831c8e600',1,'OffMeshConnectionTool']]], + ['openforread_2732',['openForRead',['../classFileIO.html#a3a96ca80a7c66c14883007e88679e87e',1,'FileIO']]], + ['openforwrite_2733',['openForWrite',['../classFileIO.html#ae7fcae34c0941ffe183fbe1cdc180f22',1,'FileIO']]], + ['operator_20delete_2734',['operator delete',['../RecastAlloc_8h.html#a269d86e8a81c47659dfad4ab2a1e94ab',1,'RecastAlloc.h']]], + ['operator_20new_2735',['operator new',['../RecastAlloc_8h.html#a7c17881830a1d6f4bac23a489972e2db',1,'RecastAlloc.h']]], + ['operator_20t_2a_2736',['operator T*',['../classdtFixedArray.html#a787d42a579a87d3fe763717576d9dac0',1,'dtFixedArray::operator T*()'],['../classrcScopedDelete.html#a842c6cc65c3811faead9717aa53166dd',1,'rcScopedDelete::operator T*()']]], + ['operator_3d_2737',['operator=',['../classrcVectorBase.html#afcedee5f686452a024a3e9c3ebc722fa',1,'rcVectorBase']]], + ['operator_5b_5d_2738',['operator[]',['../classrcVectorBase.html#aa4a57ac99a0e715821f3eb7457b09b03',1,'rcVectorBase::operator[](rcSizeType i) const'],['../classrcVectorBase.html#a72c19a4fc62d73e361d116d069587259',1,'rcVectorBase::operator[](rcSizeType i)'],['../classrcIntArray.html#a314323a7840cf986062fd3c354c2a3c9',1,'rcIntArray::operator[](int index)'],['../classrcIntArray.html#ac4b2d9f20fe072c3ef856afc861d2230',1,'rcIntArray::operator[](int index) const']]], + ['optimizepathtopology_2739',['optimizePathTopology',['../classdtPathCorridor.html#a69288d28ab5d23b2c2654e45c5a33c25',1,'dtPathCorridor']]], + ['optimizepathvisibility_2740',['optimizePathVisibility',['../classdtPathCorridor.html#a3970b6cd229731debe6beb41d9885463',1,'dtPathCorridor']]], + ['overflowed_2741',['overflowed',['../classdtCollectPolysQuery.html#a5ebb596db273cdcc454c6ae6f981bf3a',1,'dtCollectPolysQuery']]], + ['overlapbounds_2742',['overlapBounds',['../RecastRasterization_8cpp.html#ad16e8ad5fc4ebec8d71d58217215ff60',1,'RecastRasterization.cpp']]], + ['overlapedges_2743',['overlapEdges',['../RecastMeshDetail_8cpp.html#a337ede595b48252890c745e99d559373',1,'RecastMeshDetail.cpp']]], + ['overlaprange_2744',['overlapRange',['../DetourCommon_8cpp.html#ab355890a2df99a19209f9bf12086fcb4',1,'overlapRange(const float amin, const float amax, const float bmin, const float bmax, const float eps): DetourCommon.cpp'],['../RecastLayers_8cpp.html#a9df3149dc43b5528b0003e20ccb931e3',1,'overlapRange(const unsigned short amin, const unsigned short amax, const unsigned short bmin, const unsigned short bmax): RecastLayers.cpp']]], + ['overlaprangeexl_2745',['overlapRangeExl',['../DetourTileCacheBuilder_8cpp.html#a6e9bacbb0b63ae2d5f516d75670e15c6',1,'DetourTileCacheBuilder.cpp']]], + ['overlapsegseg2d_2746',['overlapSegSeg2d',['../RecastMeshDetail_8cpp.html#a127f1eddaf7db32655955561199a064f',1,'RecastMeshDetail.cpp']]], + ['overlapslabs_2747',['overlapSlabs',['../DetourNavMesh_8cpp.html#acc02f71919750fff6272687cd0879e2a',1,'DetourNavMesh.cpp']]], + ['overoffmeshconnection_2748',['overOffmeshConnection',['../DetourCrowd_8cpp.html#a72ec7fe4c35ce817869a41b2319f0618',1,'DetourCrowd.cpp']]] ]; diff --git a/search/functions_d.js b/search/functions_d.js index e25506aa..251cd356 100644 --- a/search/functions_d.js +++ b/search/functions_d.js @@ -1,20 +1,20 @@ var searchData= [ - ['paintrectregion_2751',['paintRectRegion',['../RecastRegion_8cpp.html#abc80f3a23c09dd8f6570fa5b3d30792a',1,'RecastRegion.cpp']]], - ['parseface_2752',['parseFace',['../MeshLoaderObj_8cpp.html#a2c2c592a29fbae9b5bded3d2cf1bede7',1,'MeshLoaderObj.cpp']]], - ['parserow_2753',['parseRow',['../TestCase_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): TestCase.cpp'],['../MeshLoaderObj_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): MeshLoaderObj.cpp'],['../InputGeom_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): InputGeom.cpp']]], - ['passfilter_2754',['passFilter',['../classdtQueryFilter.html#aaf072b8617dfbd4701a8e07f0f10be9c',1,'dtQueryFilter']]], - ['pointinpoly_2755',['pointInPoly',['../ConvexVolumeTool_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): ConvexVolumeTool.cpp'],['../RecastArea_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): RecastArea.cpp']]], - ['polyminextent_2756',['polyMinExtent',['../RecastMeshDetail_8cpp.html#a43a5a2bbda38a829d1266337e19c4a6f',1,'RecastMeshDetail.cpp']]], - ['pop_2757',['pop',['../classdtNodeQueue.html#a4fa10be8cbf65dcdf2284f18a3e949d3',1,'dtNodeQueue::pop()'],['../classrcIntArray.html#a25558e84868988dc42bf5b2b3c9c3a84',1,'rcIntArray::pop()']]], - ['pop_5fback_2758',['pop_back',['../classrcVectorBase.html#a77865965d7b87881ca42242a8e9d6fcf',1,'rcVectorBase']]], - ['prev_2759',['prev',['../RecastMeshDetail_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMeshDetail.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastContour.cpp'],['../RecastMesh_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMesh.cpp']]], - ['process_2760',['process',['../structMeshProcess.html#a2e6cdfd8885e79abc9055707a340cb2c',1,'MeshProcess::process()'],['../structdtTileCacheMeshProcess.html#a215d535bec3a568d5fdb0b8ebe8cd609',1,'dtTileCacheMeshProcess::process()'],['../classdtCollectPolysQuery.html#a720fc8d71cb55210dd3db71b77f3db4f',1,'dtCollectPolysQuery::process()'],['../classdtFindNearestPolyQuery.html#a70f751a070792e099462d3af34357bcd',1,'dtFindNearestPolyQuery::process()'],['../classdtPolyQuery.html#a21184a157b5762bc558ac49e43a1131e',1,'dtPolyQuery::process()']]], - ['projectpoly_2761',['projectPoly',['../DetourCommon_8cpp.html#af6e917ef4b822dd1feee0665ebbc3bda',1,'DetourCommon.cpp']]], - ['purge_2762',['purge',['../structNavMeshTileBuildContext.html#aaad3439a65fc68c5aed3b535ead58214',1,'NavMeshTileBuildContext']]], - ['push_2763',['push',['../classrcIntArray.html#ae52f6cd7ffdd2dba00f6f006853dc441',1,'rcIntArray::push()'],['../classdtNodeQueue.html#a76d83f497e1a5bcf72a6cc902a696a2a',1,'dtNodeQueue::push()']]], - ['push3_2764',['push3',['../RecastMeshDetail_8cpp.html#afe63298d01e44c843ffc828d419dc6f4',1,'RecastMeshDetail.cpp']]], - ['push_5fback_2765',['push_back',['../classrcVectorBase.html#a9a9a0bae26bd80346a174dbb1848fc61',1,'rcVectorBase']]], - ['pushback_2766',['pushBack',['../DetourTileCacheBuilder_8cpp.html#a6da2f8c2b0bea0922a50e844a7579b73',1,'pushBack(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aec063018a8d28a41c26ac51762618208',1,'pushBack(int v, int *arr, int &an): RecastMesh.cpp']]], - ['pushfront_2767',['pushFront',['../DetourTileCacheBuilder_8cpp.html#a6798e70992affb7d5ba3152641398a1c',1,'pushFront(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a589bd4317fc5d856399939218757d09e',1,'pushFront(int v, int *arr, int &an): RecastMesh.cpp']]] + ['paintrectregion_2749',['paintRectRegion',['../RecastRegion_8cpp.html#abc80f3a23c09dd8f6570fa5b3d30792a',1,'RecastRegion.cpp']]], + ['parseface_2750',['parseFace',['../MeshLoaderObj_8cpp.html#a2c2c592a29fbae9b5bded3d2cf1bede7',1,'MeshLoaderObj.cpp']]], + ['parserow_2751',['parseRow',['../TestCase_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): TestCase.cpp'],['../MeshLoaderObj_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): MeshLoaderObj.cpp'],['../InputGeom_8cpp.html#a0cb6eddb96ab199afcf6b4d75350741e',1,'parseRow(char *buf, char *bufEnd, char *row, int len): InputGeom.cpp']]], + ['passfilter_2752',['passFilter',['../classdtQueryFilter.html#aaf072b8617dfbd4701a8e07f0f10be9c',1,'dtQueryFilter']]], + ['pointinpoly_2753',['pointInPoly',['../ConvexVolumeTool_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): ConvexVolumeTool.cpp'],['../RecastArea_8cpp.html#aec57aa531152be79fa4a68bd4b2782f0',1,'pointInPoly(int nvert, const float *verts, const float *p): RecastArea.cpp']]], + ['polyminextent_2754',['polyMinExtent',['../RecastMeshDetail_8cpp.html#a43a5a2bbda38a829d1266337e19c4a6f',1,'RecastMeshDetail.cpp']]], + ['pop_2755',['pop',['../classdtNodeQueue.html#a4fa10be8cbf65dcdf2284f18a3e949d3',1,'dtNodeQueue::pop()'],['../classrcIntArray.html#a25558e84868988dc42bf5b2b3c9c3a84',1,'rcIntArray::pop()']]], + ['pop_5fback_2756',['pop_back',['../classrcVectorBase.html#a77865965d7b87881ca42242a8e9d6fcf',1,'rcVectorBase']]], + ['prev_2757',['prev',['../RecastMeshDetail_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMeshDetail.cpp'],['../DetourTileCacheBuilder_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): DetourTileCacheBuilder.cpp'],['../RecastContour_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastContour.cpp'],['../RecastMesh_8cpp.html#a6f1109916123abdff2b46675c13307e3',1,'prev(int i, int n): RecastMesh.cpp']]], + ['process_2758',['process',['../structMeshProcess.html#a2e6cdfd8885e79abc9055707a340cb2c',1,'MeshProcess::process()'],['../structdtTileCacheMeshProcess.html#a215d535bec3a568d5fdb0b8ebe8cd609',1,'dtTileCacheMeshProcess::process()'],['../classdtCollectPolysQuery.html#a720fc8d71cb55210dd3db71b77f3db4f',1,'dtCollectPolysQuery::process()'],['../classdtFindNearestPolyQuery.html#a70f751a070792e099462d3af34357bcd',1,'dtFindNearestPolyQuery::process()'],['../classdtPolyQuery.html#a21184a157b5762bc558ac49e43a1131e',1,'dtPolyQuery::process()']]], + ['projectpoly_2759',['projectPoly',['../DetourCommon_8cpp.html#af6e917ef4b822dd1feee0665ebbc3bda',1,'DetourCommon.cpp']]], + ['purge_2760',['purge',['../structNavMeshTileBuildContext.html#aaad3439a65fc68c5aed3b535ead58214',1,'NavMeshTileBuildContext']]], + ['push_2761',['push',['../classrcIntArray.html#ae52f6cd7ffdd2dba00f6f006853dc441',1,'rcIntArray::push()'],['../classdtNodeQueue.html#a76d83f497e1a5bcf72a6cc902a696a2a',1,'dtNodeQueue::push()']]], + ['push3_2762',['push3',['../RecastMeshDetail_8cpp.html#afe63298d01e44c843ffc828d419dc6f4',1,'RecastMeshDetail.cpp']]], + ['push_5fback_2763',['push_back',['../classrcVectorBase.html#a9a9a0bae26bd80346a174dbb1848fc61',1,'rcVectorBase']]], + ['pushback_2764',['pushBack',['../DetourTileCacheBuilder_8cpp.html#a6da2f8c2b0bea0922a50e844a7579b73',1,'pushBack(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#aec063018a8d28a41c26ac51762618208',1,'pushBack(int v, int *arr, int &an): RecastMesh.cpp']]], + ['pushfront_2765',['pushFront',['../DetourTileCacheBuilder_8cpp.html#a6798e70992affb7d5ba3152641398a1c',1,'pushFront(unsigned short v, unsigned short *arr, int &an): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#a589bd4317fc5d856399939218757d09e',1,'pushFront(int v, int *arr, int &an): RecastMesh.cpp']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index 6d855b81..d6dd9d76 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,6 +1,6 @@ var searchData= [ - ['queryitems_2768',['queryItems',['../classdtProximityGrid.html#a4ee1269c36500bb20d3891a2363c5ea8',1,'dtProximityGrid']]], - ['querypolygons_2769',['queryPolygons',['../classdtNavMeshQuery.html#a06e46d57afad3f07380d82bb8d4a6720',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *polys, int *polyCount, const int maxPolys) const'],['../classdtNavMeshQuery.html#aed2fc9071ca182a548baf5158cd4f441',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyQuery *query) const']]], - ['querytiles_2770',['queryTiles',['../classdtTileCache.html#afa3fb52e3082723c52a2048698a26cb3',1,'dtTileCache']]] + ['queryitems_2766',['queryItems',['../classdtProximityGrid.html#a4ee1269c36500bb20d3891a2363c5ea8',1,'dtProximityGrid']]], + ['querypolygons_2767',['queryPolygons',['../classdtNavMeshQuery.html#a06e46d57afad3f07380d82bb8d4a6720',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyRef *polys, int *polyCount, const int maxPolys) const'],['../classdtNavMeshQuery.html#aed2fc9071ca182a548baf5158cd4f441',1,'dtNavMeshQuery::queryPolygons(const float *center, const float *halfExtents, const dtQueryFilter *filter, dtPolyQuery *query) const']]], + ['querytiles_2768',['queryTiles',['../classdtTileCache.html#afa3fb52e3082723c52a2048698a26cb3',1,'dtTileCache']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index 74a6ec8f..05d671b0 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,129 +1,129 @@ var searchData= [ - ['rasterizationcontext_2771',['RasterizationContext',['../structRasterizationContext.html#afd127baddc666d46e474217dde4eabe7',1,'RasterizationContext']]], - ['rasterizetri_2772',['rasterizeTri',['../RecastRasterization_8cpp.html#a48cc2a033f9552494a06236a5d66326b',1,'RecastRasterization.cpp']]], - ['raycast_2773',['raycast',['../classdtNavMeshQuery.html#a7509a4bf31a215f20478c5050ef25913',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *t, float *hitNormal, dtPolyRef *path, int *pathCount, const int maxPath) const'],['../classdtNavMeshQuery.html#a96bd4282df1e863d1c813b2fe881a262',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, const unsigned int options, dtRaycastHit *hit, dtPolyRef prevRef=0) const']]], - ['raycastmesh_2774',['raycastMesh',['../classInputGeom.html#a926c973026443671ea51d7f32ddf0b11',1,'InputGeom']]], - ['rcabs_2775',['rcAbs',['../Recast_8h.html#afa1623d0ed253473ef26cd7717f8bf2f',1,'Recast.h']]], - ['rcaddspan_2776',['rcAddSpan',['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, int x, int z, unsigned short spanMin, unsigned short spanMax, unsigned char areaID, int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, const int x, const int z, const unsigned short spanMin, const unsigned short spanMax, const unsigned char areaID, const int flagMergeThreshold): RecastRasterization.cpp']]], - ['rcalloc_2777',['rcAlloc',['../RecastAlloc_8h.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp'],['../RecastAlloc_8cpp.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp']]], - ['rcalloccompactheightfield_2778',['rcAllocCompactHeightfield',['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp'],['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp']]], - ['rcalloccontourset_2779',['rcAllocContourSet',['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp'],['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp']]], - ['rcallocdefault_2780',['rcAllocDefault',['../RecastAlloc_8cpp.html#aba573a0899585714d5e4b3c109fa3ba4',1,'RecastAlloc.cpp']]], - ['rcallocheightfield_2781',['rcAllocHeightfield',['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp'],['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp']]], - ['rcallocheightfieldlayerset_2782',['rcAllocHeightfieldLayerSet',['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp'],['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp']]], - ['rcallocpolymesh_2783',['rcAllocPolyMesh',['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp'],['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp']]], - ['rcallocpolymeshdetail_2784',['rcAllocPolyMeshDetail',['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp'],['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp']]], - ['rcallocsetcustom_2785',['rcAllocSetCustom',['../RecastAlloc_8cpp.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp'],['../RecastAlloc_8h.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp']]], - ['rcassertfailgetcustom_2786',['rcAssertFailGetCustom',['../RecastAssert_8cpp.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp'],['../RecastAssert_8h.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp']]], - ['rcassertfailsetcustom_2787',['rcAssertFailSetCustom',['../RecastAssert_8h.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp'],['../RecastAssert_8cpp.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp']]], - ['rcbuildcompactheightfield_2788',['rcBuildCompactHeightfield',['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, int walkableHeight, int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp'],['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, const int walkableHeight, const int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp']]], - ['rcbuildcontours_2789',['rcBuildContours',['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, float maxError, int maxEdgeLen, rcContourSet &cset, int buildFlags=RC_CONTOUR_TESS_WALL_EDGES): RecastContour.cpp'],['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, const float maxError, const int maxEdgeLen, rcContourSet &cset, const int buildFlags): RecastContour.cpp']]], - ['rcbuilddistancefield_2790',['rcBuildDistanceField',['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp'],['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp']]], - ['rcbuildheightfieldlayers_2791',['rcBuildHeightfieldLayers',['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, int borderSize, int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp'],['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, const int borderSize, const int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp']]], - ['rcbuildlayerregions_2792',['rcBuildLayerRegions',['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea): RecastRegion.cpp'],['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea): RecastRegion.cpp']]], - ['rcbuildpolymesh_2793',['rcBuildPolyMesh',['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp']]], - ['rcbuildpolymeshdetail_2794',['rcBuildPolyMeshDetail',['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, float sampleDist, float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp'],['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, const float sampleDist, const float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp']]], - ['rcbuildregions_2795',['rcBuildRegions',['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp']]], - ['rcbuildregionsmonotone_2796',['rcBuildRegionsMonotone',['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp']]], - ['rccalcbounds_2797',['rcCalcBounds',['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp'],['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp']]], - ['rccalcgridsize_2798',['rcCalcGridSize',['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, const float cellSize, int *sizeX, int *sizeZ): Recast.cpp'],['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, float cellSize, int *sizeX, int *sizeZ): Recast.cpp']]], - ['rcchunkytrimesh_2799',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html#a11e03f096c8d3bcd8a249e6b64fb0502',1,'rcChunkyTriMesh']]], - ['rcclamp_2800',['rcClamp',['../Recast_8h.html#af96c0566e4d2d6787d4bc205159486d3',1,'Recast.h']]], - ['rcclearunwalkabletriangles_2801',['rcClearUnwalkableTriangles',['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp']]], - ['rccompactheightfield_2802',['rcCompactHeightfield',['../structrcCompactHeightfield.html#a33d0846cef5f90e605f272b61277ffb0',1,'rcCompactHeightfield']]], - ['rccontext_2803',['rcContext',['../classrcContext.html#ae405295998d6c1db0ceb60d0f64559bc',1,'rcContext']]], - ['rccontourset_2804',['rcContourSet',['../structrcContourSet.html#a01481af6f568ea6098fc5fa4fc5140f7',1,'rcContourSet']]], - ['rccopypolymesh_2805',['rcCopyPolyMesh',['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp'],['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp']]], - ['rccreatechunkytrimesh_2806',['rcCreateChunkyTriMesh',['../ChunkyTriMesh_8h.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8cpp.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp']]], - ['rccreateheightfield_2807',['rcCreateHeightfield',['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp'],['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp']]], - ['rcerodewalkablearea_2808',['rcErodeWalkableArea',['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcfilterledgespans_2809',['rcFilterLedgeSpans',['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, int walkableHeight, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, const int walkableHeight, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfilterlowhangingwalkableobstacles_2810',['rcFilterLowHangingWalkableObstacles',['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfilterwalkablelowheightspans_2811',['rcFilterWalkableLowHeightSpans',['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, const int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp']]], - ['rcfree_2812',['rcFree',['../RecastAlloc_8h.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp'],['../RecastAlloc_8cpp.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp']]], - ['rcfreecompactheightfield_2813',['rcFreeCompactHeightfield',['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp'],['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp']]], - ['rcfreecontourset_2814',['rcFreeContourSet',['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp'],['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp']]], - ['rcfreedefault_2815',['rcFreeDefault',['../RecastAlloc_8cpp.html#a0145e00a43b3248ba49fda410573128f',1,'RecastAlloc.cpp']]], - ['rcfreeheightfield_2816',['rcFreeHeightField',['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp'],['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp']]], - ['rcfreeheightfieldlayerset_2817',['rcFreeHeightfieldLayerSet',['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp'],['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp']]], - ['rcfreepolymesh_2818',['rcFreePolyMesh',['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp'],['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp']]], - ['rcfreepolymeshdetail_2819',['rcFreePolyMeshDetail',['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp'],['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp']]], - ['rcgetchunksoverlappingrect_2820',['rcGetChunksOverlappingRect',['../ChunkyTriMesh_8cpp.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], - ['rcgetchunksoverlappingsegment_2821',['rcGetChunksOverlappingSegment',['../ChunkyTriMesh_8cpp.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], - ['rcgetcon_2822',['rcGetCon',['../group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b',1,'Recast.h']]], - ['rcgetdirforoffset_2823',['rcGetDirForOffset',['../group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26',1,'Recast.h']]], - ['rcgetdiroffsetx_2824',['rcGetDirOffsetX',['../group__recast.html#ga7f308c34d7d5beb73eca24fe30033064',1,'Recast.h']]], - ['rcgetdiroffsety_2825',['rcGetDirOffsetY',['../group__recast.html#ga7d225822d057252755aeeebdc2388cf2',1,'Recast.h']]], - ['rcgetheightfieldspancount_2826',['rcGetHeightFieldSpanCount',['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp'],['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp']]], - ['rcheightfield_2827',['rcHeightfield',['../structrcHeightfield.html#acfb6e103d887102196c69f1e28954cd4',1,'rcHeightfield']]], - ['rcheightfieldlayerset_2828',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#a5c4ff4d898a2f7e014439ac1c8e98e6f',1,'rcHeightfieldLayerSet']]], - ['rcheightpatch_2829',['rcHeightPatch',['../structrcHeightPatch.html#a7bec65bd5c005d4c47e041596fdf1b8d',1,'rcHeightPatch']]], - ['rcignoreunused_2830',['rcIgnoreUnused',['../Recast_8h.html#a590be6fed00e1ed747939ee51b0b433c',1,'Recast.h']]], - ['rcintarray_2831',['rcIntArray',['../classrcIntArray.html#ae24aed0e0cb7e79fc0a34de088eba93a',1,'rcIntArray::rcIntArray(int n)'],['../classrcIntArray.html#a7c2de9614c66762b3083becbdcaf07d4',1,'rcIntArray::rcIntArray()']]], - ['rcmarkboxarea_2832',['rcMarkBoxArea',['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkconvexpolyarea_2833',['rcMarkConvexPolyArea',['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkcylinderarea_2834',['rcMarkCylinderArea',['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmarkwalkabletriangles_2835',['rcMarkWalkableTriangles',['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, const int numVerts, const int *tris, const int numTris, unsigned char *triAreaIDs): Recast.cpp']]], - ['rcmax_2836',['rcMax',['../Recast_8h.html#accb921a8353da3a74aa90a491aff74c8',1,'Recast.h']]], - ['rcmedianfilterwalkablearea_2837',['rcMedianFilterWalkableArea',['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp']]], - ['rcmergepolymeshdetails_2838',['rcMergePolyMeshDetails',['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp'],['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp']]], - ['rcmergepolymeshes_2839',['rcMergePolyMeshes',['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp']]], - ['rcmeshloaderobj_2840',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html#aca2b288ef62db83a15950ef74e38c598',1,'rcMeshLoaderObj']]], - ['rcmin_2841',['rcMin',['../Recast_8h.html#aac83e8b749d8fed2164e00e7e0f43687',1,'Recast.h']]], - ['rcoffsetpoly_2842',['rcOffsetPoly',['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp'],['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp']]], - ['rcpermvector_2843',['rcPermVector',['../classrcPermVector.html#a4a8e2bd6e71f585760376609218e3862',1,'rcPermVector::rcPermVector()'],['../classrcPermVector.html#ab845b684e91805b000408677bb5f7950',1,'rcPermVector::rcPermVector(rcSizeType size)'],['../classrcPermVector.html#a6bab96097aa5bc2a52ed9db6cf2bfe44',1,'rcPermVector::rcPermVector(rcSizeType size, const T &value)'],['../classrcPermVector.html#a5d48515ae3a5a8e1039d7d50a2c2a983',1,'rcPermVector::rcPermVector(const rcPermVector< T > &other)'],['../classrcPermVector.html#a89cdaf5eed318260c697bdcbe75a82f1',1,'rcPermVector::rcPermVector(const T *begin, const T *end)']]], - ['rcpolymesh_2844',['rcPolyMesh',['../structrcPolyMesh.html#a219af1d7c18ebc7cea0d845c76166123',1,'rcPolyMesh']]], - ['rcpolymeshdetail_2845',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html#ac19c2eb106a9a9bd40e15f16fd847c84',1,'rcPolyMeshDetail']]], - ['rcrasterizetriangle_2846',['rcRasterizeTriangle',['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, const unsigned char areaID, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, unsigned char areaID, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], - ['rcrasterizetriangles_2847',['rcRasterizeTriangles',['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const unsigned short *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const int *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const unsigned short *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const int *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], - ['rcregion_2848',['rcRegion',['../structrcRegion.html#ac7b24c63bcdaeee325cdc61b4f12f39c',1,'rcRegion']]], - ['rcscopeddelete_2849',['rcScopedDelete',['../classrcScopedDelete.html#a2f096ff87f4d48259dd85360a4218155',1,'rcScopedDelete::rcScopedDelete(T *p)'],['../classrcScopedDelete.html#a24d9238f78295ccbd1050247030e3741',1,'rcScopedDelete::rcScopedDelete()']]], - ['rcscopedtimer_2850',['rcScopedTimer',['../classrcScopedTimer.html#ac75ae8ce09cdb8fc53a994e027e8735f',1,'rcScopedTimer']]], - ['rcsetcon_2851',['rcSetCon',['../group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4',1,'Recast.h']]], - ['rcsqr_2852',['rcSqr',['../Recast_8h.html#a9c26528d4e9f1c67f9a44c37462fd8fd',1,'Recast.h']]], - ['rcsqrt_2853',['rcSqrt',['../Recast_8cpp.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp'],['../Recast_8h.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp']]], - ['rcswap_2854',['rcSwap',['../Recast_8h.html#a2b7d8e54f72e8918a8b19c73eedf2d46',1,'Recast.h']]], - ['rctempvector_2855',['rcTempVector',['../classrcTempVector.html#ad68fddbb8a49de780a7bc5dfd7ba931b',1,'rcTempVector::rcTempVector(const T *begin, const T *end)'],['../classrcTempVector.html#aa33c5488bd5f8a8b2fc744b664492ec0',1,'rcTempVector::rcTempVector(const rcTempVector< T > &other)'],['../classrcTempVector.html#add0f3a3c33369289dbda6c516dcbf2fe',1,'rcTempVector::rcTempVector(rcSizeType size, const T &value)'],['../classrcTempVector.html#a9e491141c491c6f8d486f0d3b1b8c138',1,'rcTempVector::rcTempVector(rcSizeType size)'],['../classrcTempVector.html#af5ec381dde4823dd11a07e6148a24ecb',1,'rcTempVector::rcTempVector()']]], - ['rcvadd_2856',['rcVadd',['../Recast_8h.html#ac291c13507720ed59b046c7730d1cee7',1,'Recast.h']]], - ['rcvcopy_2857',['rcVcopy',['../Recast_8h.html#a9cbb34310e47a6def133a4b533d073ea',1,'Recast.h']]], - ['rcvcross_2858',['rcVcross',['../Recast_8h.html#a374fcf43c2ade76f195d3089b6964833',1,'Recast.h']]], - ['rcvdist_2859',['rcVdist',['../Recast_8h.html#a0d790d74c5ca7363ba1c0cddc9d2d896',1,'Recast.h']]], - ['rcvdistsqr_2860',['rcVdistSqr',['../Recast_8h.html#aa30870674c29a9777390a289bf862163',1,'Recast.h']]], - ['rcvdot_2861',['rcVdot',['../Recast_8h.html#a0c946b3f2523d0dfb776fc393387279f',1,'Recast.h']]], - ['rcvectorbase_2862',['rcVectorBase',['../classrcVectorBase.html#a8e430f14a32b2995876ac042d32f674b',1,'rcVectorBase::rcVectorBase(const rcVectorBase< T, H > &other)'],['../classrcVectorBase.html#aac2d9f172cfd893f2d9909307d8f0464',1,'rcVectorBase::rcVectorBase(const T *begin, const T *end)'],['../classrcVectorBase.html#abc573f1079adf53bcedca5399229725a',1,'rcVectorBase::rcVectorBase(rcSizeType count, const T &value)'],['../classrcVectorBase.html#a6208e9739c444e7502096879fb5533c8',1,'rcVectorBase::rcVectorBase(rcSizeType count)'],['../classrcVectorBase.html#a82283bb72bbcc6c9c4fada0b12d1594a',1,'rcVectorBase::rcVectorBase()']]], - ['rcvmad_2863',['rcVmad',['../Recast_8h.html#a1a400b0467856a9ab0cbcd8a695484e0',1,'Recast.h']]], - ['rcvmax_2864',['rcVmax',['../Recast_8h.html#a5033980308619575a48cef8f497af3cf',1,'Recast.h']]], - ['rcvmin_2865',['rcVmin',['../Recast_8h.html#ab49a84d90945782df879b0c7e84239db',1,'Recast.h']]], - ['rcvnormalize_2866',['rcVnormalize',['../Recast_8h.html#adad36d3a913091d1288e386192c3c6ab',1,'Recast.h']]], - ['rcvsub_2867',['rcVsub',['../Recast_8h.html#a5d171a02fc4cda0b829b6ff7a4793376',1,'Recast.h']]], - ['read_2868',['read',['../classFileIO.html#a11dcd9d7e8a00db63db74abf437dc4a7',1,'FileIO::read()'],['../structduFileIO.html#af9c0d46a4697c00c657fa75636d0cf67',1,'duFileIO::read()']]], - ['recalc_2869',['recalc',['../classNavMeshTesterTool.html#ae83ed79dc72553b7e14f2fcbaa05d380',1,'NavMeshTesterTool']]], - ['removeadjacentneighbours_2870',['removeAdjacentNeighbours',['../RecastRegion_8cpp.html#acee28f21b593f1ff6a235c444fafc59c',1,'RecastRegion.cpp']]], - ['removeagent_2871',['removeAgent',['../classCrowdToolState.html#a17350c7e2780825c7e0d1ee8d72efc51',1,'CrowdToolState::removeAgent()'],['../classdtCrowd.html#ae958ada7790a718a2887114264010f62',1,'dtCrowd::removeAgent()']]], - ['removealltiles_2872',['removeAllTiles',['../classSample__TileMesh.html#a89b9b604265264545dd4f2e7774bbd38',1,'Sample_TileMesh']]], - ['removedegeneratesegments_2873',['removeDegenerateSegments',['../RecastContour_8cpp.html#a4e79138985b8e7443e813250a17d3f71',1,'RecastContour.cpp']]], - ['removeobstacle_2874',['removeObstacle',['../classdtTileCache.html#afa96b0b04338947f24097a39db50d9f8',1,'dtTileCache']]], - ['removetempobstacle_2875',['removeTempObstacle',['../classSample__TempObstacles.html#aa75dc5c43353654d26725c28d5c70a1a',1,'Sample_TempObstacles']]], - ['removetile_2876',['removeTile',['../classdtNavMesh.html#a5ca09946d00f1cee4987ed5e2f999fdb',1,'dtNavMesh::removeTile()'],['../classdtTileCache.html#a8ead2a72687eec8644f64b3e3cf1942e',1,'dtTileCache::removeTile()'],['../classSample__TileMesh.html#acb20fb7f98bae7e834d9e013a2bfab99',1,'Sample_TileMesh::removeTile()']]], - ['removevertex_2877',['removeVertex',['../DetourTileCacheBuilder_8cpp.html#a5bdb6e945a71779feecea1da449ee446',1,'removeVertex(dtTileCachePolyMesh &mesh, const unsigned short rem, const int maxTris): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#ac8ebd1bb6f534d5a37959dcb3321ce7d',1,'removeVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem, const int maxTris): RecastMesh.cpp']]], - ['rendercachedtile_2878',['renderCachedTile',['../classSample__TempObstacles.html#a7fa8a7f3d017bd06e1d0900d33be8289',1,'Sample_TempObstacles']]], - ['rendercachedtileoverlay_2879',['renderCachedTileOverlay',['../classSample__TempObstacles.html#ac46b5df666eee29f76a1e0a2fa16651b',1,'Sample_TempObstacles']]], - ['renderoverlaytoolstates_2880',['renderOverlayToolStates',['../classSample.html#a3f94bf8837f6fe91430508b1cd6dc33e',1,'Sample']]], - ['rendertoolstates_2881',['renderToolStates',['../classSample.html#ae660249e6e9f94b1606e617cf8c3a7a0',1,'Sample']]], - ['replaceneighbour_2882',['replaceNeighbour',['../RecastRegion_8cpp.html#a5b2ece2d7931891cdb3fe0b7b41de1b4',1,'RecastRegion.cpp']]], - ['request_2883',['request',['../classdtPathQueue.html#acc95d9bf0e1b12543be41c3ca938e994',1,'dtPathQueue']]], - ['requestmovetarget_2884',['requestMoveTarget',['../classdtCrowd.html#aa30c34a65535118989ccd86542e96797',1,'dtCrowd']]], - ['requestmovevelocity_2885',['requestMoveVelocity',['../classdtCrowd.html#a4fe7e43e63d857e77f9db1f20b904806',1,'dtCrowd']]], - ['reserve_2886',['reserve',['../classrcVectorBase.html#a1177670bcc87add05f0e060e93b5e6bd',1,'rcVectorBase']]], - ['reset_2887',['reset',['../classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0',1,'dtPathCorridor::reset()'],['../classdtLocalBoundary.html#a2a3911b20edb27140857289dd2eea76c',1,'dtLocalBoundary::reset()'],['../classdtObstacleAvoidanceQuery.html#a993c62548ead013ac1cb622c43c175ad',1,'dtObstacleAvoidanceQuery::reset()'],['../classNavMeshTileTool.html#aa53d119041aa124651928b09a99adbc6',1,'NavMeshTileTool::reset()'],['../classTempObstacleCreateTool.html#a8977e144279facb03ae5bbceb6102b5d',1,'TempObstacleCreateTool::reset()'],['../classTempObstacleHilightTool.html#a18662a3c7ada140b16aa40cdf678caf5',1,'TempObstacleHilightTool::reset()'],['../structLinearAllocator.html#acc5d12bb6d334626d7af0aecdbf163ec',1,'LinearAllocator::reset()'],['../structSampleToolState.html#aa2dbe87e98b6544ac923398ec93184cf',1,'SampleToolState::reset()'],['../structSampleTool.html#ac861b5b1d9c1b5be2be6059c1d842cb8',1,'SampleTool::reset()'],['../classOffMeshConnectionTool.html#a8c283c43fa59b196e16440b177cefcfe',1,'OffMeshConnectionTool::reset()'],['../classNavMeshTesterTool.html#a0706dadffb0df9078b205469d62d6d92',1,'NavMeshTesterTool::reset()'],['../classNavMeshPruneTool.html#a97fbf2b28e1c1df8eb3a2005d688009f',1,'NavMeshPruneTool::reset()'],['../classCrowdTool.html#ad997d15d14cf4815d57f843186faeba7',1,'CrowdTool::reset()'],['../classCrowdToolState.html#a759f52b7630a3799e6c616ab28b9e2df',1,'CrowdToolState::reset()'],['../classConvexVolumeTool.html#a1d76b864c30767fc81ade0dbaa44e6af',1,'ConvexVolumeTool::reset()'],['../structdtTileCacheAlloc.html#a04f61863b2c6a81e1fbfd96dd519a733',1,'dtTileCacheAlloc::reset()'],['../classdtObstacleAvoidanceDebugData.html#a2e7d802ea941ad37d5244af91c47f0c9',1,'dtObstacleAvoidanceDebugData::reset()']]], - ['resetcommonsettings_2888',['resetCommonSettings',['../classSample.html#a2b527228b469ae5d437e6f0a1caf958d',1,'Sample']]], - ['resetgfxcmdqueue_2889',['resetGfxCmdQueue',['../imgui_8cpp.html#a7b4f83dac967ed4fec237068a1ad2760',1,'imgui.cpp']]], - ['resetlog_2890',['resetLog',['../classrcContext.html#a68403737730ee112c523890a9fdc237d',1,'rcContext']]], - ['resetmovetarget_2891',['resetMoveTarget',['../classdtCrowd.html#a81405dee71882d0a21a4defd6087a270',1,'dtCrowd']]], - ['resettimers_2892',['resetTimers',['../classrcContext.html#a2fcc58bb1e29bbb9a7dfb834efff4a6d',1,'rcContext']]], - ['resettoolstates_2893',['resetToolStates',['../classSample.html#acfb792ed987cf946d264461a04683ff7',1,'Sample']]], - ['resize_2894',['resize',['../structLinearAllocator.html#accc8b1eeda78503beeb05db04bedd4b9',1,'LinearAllocator::resize()'],['../classrcVectorBase.html#a7b39b29cfdec8a9cd2aca4a7f0f7a675',1,'rcVectorBase::resize(rcSizeType size)'],['../classrcVectorBase.html#a1cb229e5cbe8e798fe216393f2f0f327',1,'rcVectorBase::resize(rcSizeType size, const T &value)'],['../classrcIntArray.html#a3b07043775a4b76e7017c645dd9a7590',1,'rcIntArray::resize()']]], - ['restoretilestate_2895',['restoreTileState',['../classdtNavMesh.html#aef336a67e552a9d031d669ec84029fb8',1,'dtNavMesh']]], - ['rgba_2896',['RGBA',['../imguiRenderGL_8cpp.html#a413aaddb1ddea117f86218f2ca0234fe',1,'imguiRenderGL.cpp']]] + ['rasterizationcontext_2769',['RasterizationContext',['../structRasterizationContext.html#afd127baddc666d46e474217dde4eabe7',1,'RasterizationContext']]], + ['rasterizetri_2770',['rasterizeTri',['../RecastRasterization_8cpp.html#a48cc2a033f9552494a06236a5d66326b',1,'RecastRasterization.cpp']]], + ['raycast_2771',['raycast',['../classdtNavMeshQuery.html#a7509a4bf31a215f20478c5050ef25913',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *t, float *hitNormal, dtPolyRef *path, int *pathCount, const int maxPath) const'],['../classdtNavMeshQuery.html#a96bd4282df1e863d1c813b2fe881a262',1,'dtNavMeshQuery::raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, const unsigned int options, dtRaycastHit *hit, dtPolyRef prevRef=0) const']]], + ['raycastmesh_2772',['raycastMesh',['../classInputGeom.html#a926c973026443671ea51d7f32ddf0b11',1,'InputGeom']]], + ['rcabs_2773',['rcAbs',['../Recast_8h.html#afa1623d0ed253473ef26cd7717f8bf2f',1,'Recast.h']]], + ['rcaddspan_2774',['rcAddSpan',['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, int x, int z, unsigned short spanMin, unsigned short spanMax, unsigned char areaID, int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga86f63cef2e174a1f4cb050767090beeb',1,'rcAddSpan(rcContext *context, rcHeightfield &heightfield, const int x, const int z, const unsigned short spanMin, const unsigned short spanMax, const unsigned char areaID, const int flagMergeThreshold): RecastRasterization.cpp']]], + ['rcalloc_2775',['rcAlloc',['../RecastAlloc_8h.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp'],['../RecastAlloc_8cpp.html#aaccb154539da523c5d4e6effb34dd69e',1,'rcAlloc(size_t size, rcAllocHint hint): RecastAlloc.cpp']]], + ['rcalloccompactheightfield_2776',['rcAllocCompactHeightfield',['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp'],['../group__recast.html#ga63ec2ca68dc897018b8b013507b9714d',1,'rcAllocCompactHeightfield(): Recast.cpp']]], + ['rcalloccontourset_2777',['rcAllocContourSet',['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp'],['../group__recast.html#ga2b1a22ec58d51570e352c19cb2cb22a2',1,'rcAllocContourSet(): Recast.cpp']]], + ['rcallocdefault_2778',['rcAllocDefault',['../RecastAlloc_8cpp.html#aba573a0899585714d5e4b3c109fa3ba4',1,'RecastAlloc.cpp']]], + ['rcallocheightfield_2779',['rcAllocHeightfield',['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp'],['../group__recast.html#ga3e717cb2fa2ef5d123f0fa218f0630a9',1,'rcAllocHeightfield(): Recast.cpp']]], + ['rcallocheightfieldlayerset_2780',['rcAllocHeightfieldLayerSet',['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp'],['../group__recast.html#gadc45406abb9ac9d1efddee04054207f5',1,'rcAllocHeightfieldLayerSet(): Recast.cpp']]], + ['rcallocpolymesh_2781',['rcAllocPolyMesh',['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp'],['../group__recast.html#ga1b6942363f019860984263c0f8f62b9d',1,'rcAllocPolyMesh(): Recast.cpp']]], + ['rcallocpolymeshdetail_2782',['rcAllocPolyMeshDetail',['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp'],['../group__recast.html#ga617834c1759867250e21569c204f1410',1,'rcAllocPolyMeshDetail(): Recast.cpp']]], + ['rcallocsetcustom_2783',['rcAllocSetCustom',['../RecastAlloc_8cpp.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp'],['../RecastAlloc_8h.html#ae3f9da3566ad0877b9e4c9e92f8e1a15',1,'rcAllocSetCustom(rcAllocFunc *allocFunc, rcFreeFunc *freeFunc): RecastAlloc.cpp']]], + ['rcassertfailgetcustom_2784',['rcAssertFailGetCustom',['../RecastAssert_8cpp.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp'],['../RecastAssert_8h.html#acab09ab2c9fb75e87ca1bbce4717a41d',1,'rcAssertFailGetCustom(): RecastAssert.cpp']]], + ['rcassertfailsetcustom_2785',['rcAssertFailSetCustom',['../RecastAssert_8h.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp'],['../RecastAssert_8cpp.html#a9fba2f1f45778f706f4478a73ba69e91',1,'rcAssertFailSetCustom(rcAssertFailFunc *assertFailFunc): RecastAssert.cpp']]], + ['rcbuildcompactheightfield_2786',['rcBuildCompactHeightfield',['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, int walkableHeight, int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp'],['../group__recast.html#ga3dc179b83cb925eb6602cd06123bf038',1,'rcBuildCompactHeightfield(rcContext *context, const int walkableHeight, const int walkableClimb, const rcHeightfield &heightfield, rcCompactHeightfield &compactHeightfield): Recast.cpp']]], + ['rcbuildcontours_2787',['rcBuildContours',['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, float maxError, int maxEdgeLen, rcContourSet &cset, int buildFlags=RC_CONTOUR_TESS_WALL_EDGES): RecastContour.cpp'],['../group__recast.html#gae211dbabbd2a9e3e3e374452f3fa4dfc',1,'rcBuildContours(rcContext *ctx, const rcCompactHeightfield &chf, const float maxError, const int maxEdgeLen, rcContourSet &cset, const int buildFlags): RecastContour.cpp']]], + ['rcbuilddistancefield_2788',['rcBuildDistanceField',['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp'],['../group__recast.html#ga255c830cc0d30fa0229a05033242e77d',1,'rcBuildDistanceField(rcContext *ctx, rcCompactHeightfield &chf): RecastRegion.cpp']]], + ['rcbuildheightfieldlayers_2789',['rcBuildHeightfieldLayers',['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, int borderSize, int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp'],['../group__recast.html#ga6d3f24b49036ca9b6c2bd5e7d13d053b',1,'rcBuildHeightfieldLayers(rcContext *ctx, const rcCompactHeightfield &chf, const int borderSize, const int walkableHeight, rcHeightfieldLayerSet &lset): RecastLayers.cpp']]], + ['rcbuildlayerregions_2790',['rcBuildLayerRegions',['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea): RecastRegion.cpp'],['../group__recast.html#ga44a9272ded073492dd74b1a871d9d1a0',1,'rcBuildLayerRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea): RecastRegion.cpp']]], + ['rcbuildpolymesh_2791',['rcBuildPolyMesh',['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#ga8688f9cb5dab904bbbe43c362a69e769',1,'rcBuildPolyMesh(rcContext *ctx, const rcContourSet &cset, const int nvp, rcPolyMesh &mesh): RecastMesh.cpp']]], + ['rcbuildpolymeshdetail_2792',['rcBuildPolyMeshDetail',['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, float sampleDist, float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp'],['../group__recast.html#ga27bbc4ef9f8c09b68ec63ebe908521a2',1,'rcBuildPolyMeshDetail(rcContext *ctx, const rcPolyMesh &mesh, const rcCompactHeightfield &chf, const float sampleDist, const float sampleMaxError, rcPolyMeshDetail &dmesh): RecastMeshDetail.cpp']]], + ['rcbuildregions_2793',['rcBuildRegions',['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gaf89da5f503884e43f955639343333cea',1,'rcBuildRegions(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp']]], + ['rcbuildregionsmonotone_2794',['rcBuildRegionsMonotone',['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, int borderSize, int minRegionArea, int mergeRegionArea): RecastRegion.cpp'],['../group__recast.html#gac750ac6caa254759ef0bccf8afc7f67f',1,'rcBuildRegionsMonotone(rcContext *ctx, rcCompactHeightfield &chf, const int borderSize, const int minRegionArea, const int mergeRegionArea): RecastRegion.cpp']]], + ['rccalcbounds_2795',['rcCalcBounds',['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp'],['../group__recast.html#ga8d3d926002b6df3a5100a1f1e4086026',1,'rcCalcBounds(const float *verts, int numVerts, float *minBounds, float *maxBounds): Recast.cpp']]], + ['rccalcgridsize_2796',['rcCalcGridSize',['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, const float cellSize, int *sizeX, int *sizeZ): Recast.cpp'],['../group__recast.html#ga89dd61f0c62938be9ae41aaf026794c2',1,'rcCalcGridSize(const float *minBounds, const float *maxBounds, float cellSize, int *sizeX, int *sizeZ): Recast.cpp']]], + ['rcchunkytrimesh_2797',['rcChunkyTriMesh',['../structrcChunkyTriMesh.html#a11e03f096c8d3bcd8a249e6b64fb0502',1,'rcChunkyTriMesh']]], + ['rcclamp_2798',['rcClamp',['../Recast_8h.html#af96c0566e4d2d6787d4bc205159486d3',1,'Recast.h']]], + ['rcclearunwalkabletriangles_2799',['rcClearUnwalkableTriangles',['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#gad293e95cc9b22e4305ad2c6fbf946622',1,'rcClearUnwalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp']]], + ['rccompactheightfield_2800',['rcCompactHeightfield',['../structrcCompactHeightfield.html#a33d0846cef5f90e605f272b61277ffb0',1,'rcCompactHeightfield']]], + ['rccontext_2801',['rcContext',['../classrcContext.html#ae405295998d6c1db0ceb60d0f64559bc',1,'rcContext']]], + ['rccontourset_2802',['rcContourSet',['../structrcContourSet.html#a01481af6f568ea6098fc5fa4fc5140f7',1,'rcContourSet']]], + ['rccopypolymesh_2803',['rcCopyPolyMesh',['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp'],['../group__recast.html#gadd16ae360ef930c3ba8c4839e3065d40',1,'rcCopyPolyMesh(rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst): RecastMesh.cpp']]], + ['rccreatechunkytrimesh_2804',['rcCreateChunkyTriMesh',['../ChunkyTriMesh_8h.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8cpp.html#af0a0d126ca38738602a567777806a242',1,'rcCreateChunkyTriMesh(const float *verts, const int *tris, int ntris, int trisPerChunk, rcChunkyTriMesh *cm): ChunkyTriMesh.cpp']]], + ['rccreateheightfield_2805',['rcCreateHeightfield',['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp'],['../group__recast.html#ga47eca35f60dbd7ddc1cb18fdb2493833',1,'rcCreateHeightfield(rcContext *context, rcHeightfield &heightfield, int sizeX, int sizeZ, const float *minBounds, const float *maxBounds, float cellSize, float cellHeight): Recast.cpp']]], + ['rcerodewalkablearea_2806',['rcErodeWalkableArea',['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga466672bb756c401fbf6dd1e99c920ebb',1,'rcErodeWalkableArea(rcContext *ctx, int radius, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcfilterledgespans_2807',['rcFilterLedgeSpans',['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, int walkableHeight, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#gad40c996631bc70091d7355dc4c950655',1,'rcFilterLedgeSpans(rcContext *context, const int walkableHeight, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfilterlowhangingwalkableobstacles_2808',['rcFilterLowHangingWalkableObstacles',['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, const int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga009f5e462077cc2f6d1f5fff57f2e412',1,'rcFilterLowHangingWalkableObstacles(rcContext *context, int walkableClimb, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfilterwalkablelowheightspans_2809',['rcFilterWalkableLowHeightSpans',['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp'],['../group__recast.html#ga0dbfbeebd642c1b79323ba7723d91a49',1,'rcFilterWalkableLowHeightSpans(rcContext *context, const int walkableHeight, rcHeightfield &heightfield): RecastFilter.cpp']]], + ['rcfree_2810',['rcFree',['../RecastAlloc_8h.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp'],['../RecastAlloc_8cpp.html#a6fc4cfee655e24f94bad226f915ac397',1,'rcFree(void *ptr): RecastAlloc.cpp']]], + ['rcfreecompactheightfield_2811',['rcFreeCompactHeightfield',['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp'],['../group__recast.html#ga914ed7cee333a9c29513d917f6bb4716',1,'rcFreeCompactHeightfield(rcCompactHeightfield *compactHeightfield): Recast.cpp']]], + ['rcfreecontourset_2812',['rcFreeContourSet',['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp'],['../group__recast.html#gae3a9621529cb8d471a95161bd7d0ca96',1,'rcFreeContourSet(rcContourSet *contourSet): Recast.cpp']]], + ['rcfreedefault_2813',['rcFreeDefault',['../RecastAlloc_8cpp.html#a0145e00a43b3248ba49fda410573128f',1,'RecastAlloc.cpp']]], + ['rcfreeheightfield_2814',['rcFreeHeightField',['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp'],['../group__recast.html#ga63549624426821904ecf1a92ddcccaea',1,'rcFreeHeightField(rcHeightfield *heightfield): Recast.cpp']]], + ['rcfreeheightfieldlayerset_2815',['rcFreeHeightfieldLayerSet',['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp'],['../group__recast.html#ga657ea6ef521e4caadc4467bd61e26016',1,'rcFreeHeightfieldLayerSet(rcHeightfieldLayerSet *layerSet): Recast.cpp']]], + ['rcfreepolymesh_2816',['rcFreePolyMesh',['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp'],['../group__recast.html#ga34925f90f2e5da1f84c383bfb0ff8e9f',1,'rcFreePolyMesh(rcPolyMesh *polyMesh): Recast.cpp']]], + ['rcfreepolymeshdetail_2817',['rcFreePolyMeshDetail',['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp'],['../group__recast.html#ga3efa77f1a8305250471c2ac09672d9ae',1,'rcFreePolyMeshDetail(rcPolyMeshDetail *detailMesh): Recast.cpp']]], + ['rcgetchunksoverlappingrect_2818',['rcGetChunksOverlappingRect',['../ChunkyTriMesh_8cpp.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a1ddf6286b85d102c1012cb3db79020e2',1,'rcGetChunksOverlappingRect(const rcChunkyTriMesh *cm, float bmin[2], float bmax[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], + ['rcgetchunksoverlappingsegment_2819',['rcGetChunksOverlappingSegment',['../ChunkyTriMesh_8cpp.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp'],['../ChunkyTriMesh_8h.html#a2738633e684f03e39567d80500039c7d',1,'rcGetChunksOverlappingSegment(const rcChunkyTriMesh *cm, float p[2], float q[2], int *ids, const int maxIds): ChunkyTriMesh.cpp']]], + ['rcgetcon_2820',['rcGetCon',['../group__recast.html#gad3ccc7652b12db58c8e58c976bb34b1b',1,'Recast.h']]], + ['rcgetdirforoffset_2821',['rcGetDirForOffset',['../group__recast.html#gaf7827d43d6b3e24ab5aba552343bce26',1,'Recast.h']]], + ['rcgetdiroffsetx_2822',['rcGetDirOffsetX',['../group__recast.html#ga7f308c34d7d5beb73eca24fe30033064',1,'Recast.h']]], + ['rcgetdiroffsety_2823',['rcGetDirOffsetY',['../group__recast.html#ga7d225822d057252755aeeebdc2388cf2',1,'Recast.h']]], + ['rcgetheightfieldspancount_2824',['rcGetHeightFieldSpanCount',['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp'],['../group__recast.html#gabade813042a8c79ddb2f4ecf84620cf8',1,'rcGetHeightFieldSpanCount(rcContext *context, const rcHeightfield &heightfield): Recast.cpp']]], + ['rcheightfield_2825',['rcHeightfield',['../structrcHeightfield.html#acfb6e103d887102196c69f1e28954cd4',1,'rcHeightfield']]], + ['rcheightfieldlayerset_2826',['rcHeightfieldLayerSet',['../structrcHeightfieldLayerSet.html#a5c4ff4d898a2f7e014439ac1c8e98e6f',1,'rcHeightfieldLayerSet']]], + ['rcheightpatch_2827',['rcHeightPatch',['../structrcHeightPatch.html#a7bec65bd5c005d4c47e041596fdf1b8d',1,'rcHeightPatch']]], + ['rcignoreunused_2828',['rcIgnoreUnused',['../Recast_8h.html#a590be6fed00e1ed747939ee51b0b433c',1,'Recast.h']]], + ['rcintarray_2829',['rcIntArray',['../classrcIntArray.html#ae24aed0e0cb7e79fc0a34de088eba93a',1,'rcIntArray::rcIntArray(int n)'],['../classrcIntArray.html#a7c2de9614c66762b3083becbdcaf07d4',1,'rcIntArray::rcIntArray()']]], + ['rcmarkboxarea_2830',['rcMarkBoxArea',['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga527b4c24537e47bcc472f28965c7b7bf',1,'rcMarkBoxArea(rcContext *ctx, const float *bmin, const float *bmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkconvexpolyarea_2831',['rcMarkConvexPolyArea',['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga1e8f3c9c2cb664fb2874d01448a1f223',1,'rcMarkConvexPolyArea(rcContext *ctx, const float *verts, const int nverts, const float hmin, const float hmax, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkcylinderarea_2832',['rcMarkCylinderArea',['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#gac2de1bc06b5804dd4304a90f39829948',1,'rcMarkCylinderArea(rcContext *ctx, const float *pos, const float r, const float h, unsigned char areaId, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmarkwalkabletriangles_2833',['rcMarkWalkableTriangles',['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, float walkableSlopeAngle, const float *verts, int numVerts, const int *tris, int numTris, unsigned char *triAreaIDs): Recast.cpp'],['../group__recast.html#ga63e7b847422bfd78acea724088da6561',1,'rcMarkWalkableTriangles(rcContext *context, const float walkableSlopeAngle, const float *verts, const int numVerts, const int *tris, const int numTris, unsigned char *triAreaIDs): Recast.cpp']]], + ['rcmax_2834',['rcMax',['../Recast_8h.html#accb921a8353da3a74aa90a491aff74c8',1,'Recast.h']]], + ['rcmedianfilterwalkablearea_2835',['rcMedianFilterWalkableArea',['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp'],['../group__recast.html#ga793672ade7833e916dd3c0e7a5bd6cc5',1,'rcMedianFilterWalkableArea(rcContext *ctx, rcCompactHeightfield &chf): RecastArea.cpp']]], + ['rcmergepolymeshdetails_2836',['rcMergePolyMeshDetails',['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp'],['../group__recast.html#ga6ef022fcf6dabdb0437b979304c0defe',1,'rcMergePolyMeshDetails(rcContext *ctx, rcPolyMeshDetail **meshes, const int nmeshes, rcPolyMeshDetail &mesh): RecastMeshDetail.cpp']]], + ['rcmergepolymeshes_2837',['rcMergePolyMeshes',['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp'],['../group__recast.html#gaa28c3eb627ca7d96015c7978ff0eb8f7',1,'rcMergePolyMeshes(rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh): RecastMesh.cpp']]], + ['rcmeshloaderobj_2838',['rcMeshLoaderObj',['../classrcMeshLoaderObj.html#aca2b288ef62db83a15950ef74e38c598',1,'rcMeshLoaderObj']]], + ['rcmin_2839',['rcMin',['../Recast_8h.html#aac83e8b749d8fed2164e00e7e0f43687',1,'Recast.h']]], + ['rcoffsetpoly_2840',['rcOffsetPoly',['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp'],['../group__recast.html#gad71d03bb37c1a16700d57c5f7dff4057',1,'rcOffsetPoly(const float *verts, const int nverts, const float offset, float *outVerts, const int maxOutVerts): RecastArea.cpp']]], + ['rcpermvector_2841',['rcPermVector',['../classrcPermVector.html#a4a8e2bd6e71f585760376609218e3862',1,'rcPermVector::rcPermVector()'],['../classrcPermVector.html#ab845b684e91805b000408677bb5f7950',1,'rcPermVector::rcPermVector(rcSizeType size)'],['../classrcPermVector.html#a6bab96097aa5bc2a52ed9db6cf2bfe44',1,'rcPermVector::rcPermVector(rcSizeType size, const T &value)'],['../classrcPermVector.html#a5d48515ae3a5a8e1039d7d50a2c2a983',1,'rcPermVector::rcPermVector(const rcPermVector< T > &other)'],['../classrcPermVector.html#a89cdaf5eed318260c697bdcbe75a82f1',1,'rcPermVector::rcPermVector(const T *begin, const T *end)']]], + ['rcpolymesh_2842',['rcPolyMesh',['../structrcPolyMesh.html#a219af1d7c18ebc7cea0d845c76166123',1,'rcPolyMesh']]], + ['rcpolymeshdetail_2843',['rcPolyMeshDetail',['../structrcPolyMeshDetail.html#ac19c2eb106a9a9bd40e15f16fd847c84',1,'rcPolyMeshDetail']]], + ['rcrasterizetriangle_2844',['rcRasterizeTriangle',['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, const unsigned char areaID, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga23a98560fac96a1d2eb9f01c6617e927',1,'rcRasterizeTriangle(rcContext *context, const float *v0, const float *v1, const float *v2, unsigned char areaID, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], + ['rcrasterizetriangles_2845',['rcRasterizeTriangles',['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const unsigned short *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const int, const int *tris, const unsigned char *triAreaIDs, const int numTris, rcHeightfield &heightfield, const int flagMergeThreshold): RecastRasterization.cpp'],['../group__recast.html#gaebc5f38893ede7ee5d107a9ad2dbd369',1,'rcRasterizeTriangles(rcContext *context, const float *verts, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#ga40ce03082b89fd8d890fa65d9b3d64d9',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const unsigned short *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp'],['../group__recast.html#gadac24191b69876017ed01d85e0a44645',1,'rcRasterizeTriangles(rcContext *context, const float *verts, int numVerts, const int *tris, const unsigned char *triAreaIDs, int numTris, rcHeightfield &heightfield, int flagMergeThreshold=1): RecastRasterization.cpp']]], + ['rcregion_2846',['rcRegion',['../structrcRegion.html#ac7b24c63bcdaeee325cdc61b4f12f39c',1,'rcRegion']]], + ['rcscopeddelete_2847',['rcScopedDelete',['../classrcScopedDelete.html#a2f096ff87f4d48259dd85360a4218155',1,'rcScopedDelete::rcScopedDelete(T *p)'],['../classrcScopedDelete.html#a24d9238f78295ccbd1050247030e3741',1,'rcScopedDelete::rcScopedDelete()']]], + ['rcscopedtimer_2848',['rcScopedTimer',['../classrcScopedTimer.html#ac75ae8ce09cdb8fc53a994e027e8735f',1,'rcScopedTimer']]], + ['rcsetcon_2849',['rcSetCon',['../group__recast.html#ga8cdbebeeb64de5fc7b4b36281f165fc4',1,'Recast.h']]], + ['rcsqr_2850',['rcSqr',['../Recast_8h.html#a9c26528d4e9f1c67f9a44c37462fd8fd',1,'Recast.h']]], + ['rcsqrt_2851',['rcSqrt',['../Recast_8cpp.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp'],['../Recast_8h.html#a27c978b5bf2b857ec501ebd86c4e5981',1,'rcSqrt(float x): Recast.cpp']]], + ['rcswap_2852',['rcSwap',['../Recast_8h.html#a2b7d8e54f72e8918a8b19c73eedf2d46',1,'Recast.h']]], + ['rctempvector_2853',['rcTempVector',['../classrcTempVector.html#ad68fddbb8a49de780a7bc5dfd7ba931b',1,'rcTempVector::rcTempVector(const T *begin, const T *end)'],['../classrcTempVector.html#aa33c5488bd5f8a8b2fc744b664492ec0',1,'rcTempVector::rcTempVector(const rcTempVector< T > &other)'],['../classrcTempVector.html#add0f3a3c33369289dbda6c516dcbf2fe',1,'rcTempVector::rcTempVector(rcSizeType size, const T &value)'],['../classrcTempVector.html#a9e491141c491c6f8d486f0d3b1b8c138',1,'rcTempVector::rcTempVector(rcSizeType size)'],['../classrcTempVector.html#af5ec381dde4823dd11a07e6148a24ecb',1,'rcTempVector::rcTempVector()']]], + ['rcvadd_2854',['rcVadd',['../Recast_8h.html#ac291c13507720ed59b046c7730d1cee7',1,'Recast.h']]], + ['rcvcopy_2855',['rcVcopy',['../Recast_8h.html#a9cbb34310e47a6def133a4b533d073ea',1,'Recast.h']]], + ['rcvcross_2856',['rcVcross',['../Recast_8h.html#a374fcf43c2ade76f195d3089b6964833',1,'Recast.h']]], + ['rcvdist_2857',['rcVdist',['../Recast_8h.html#a0d790d74c5ca7363ba1c0cddc9d2d896',1,'Recast.h']]], + ['rcvdistsqr_2858',['rcVdistSqr',['../Recast_8h.html#aa30870674c29a9777390a289bf862163',1,'Recast.h']]], + ['rcvdot_2859',['rcVdot',['../Recast_8h.html#a0c946b3f2523d0dfb776fc393387279f',1,'Recast.h']]], + ['rcvectorbase_2860',['rcVectorBase',['../classrcVectorBase.html#a8e430f14a32b2995876ac042d32f674b',1,'rcVectorBase::rcVectorBase(const rcVectorBase< T, H > &other)'],['../classrcVectorBase.html#aac2d9f172cfd893f2d9909307d8f0464',1,'rcVectorBase::rcVectorBase(const T *begin, const T *end)'],['../classrcVectorBase.html#abc573f1079adf53bcedca5399229725a',1,'rcVectorBase::rcVectorBase(rcSizeType count, const T &value)'],['../classrcVectorBase.html#a6208e9739c444e7502096879fb5533c8',1,'rcVectorBase::rcVectorBase(rcSizeType count)'],['../classrcVectorBase.html#a82283bb72bbcc6c9c4fada0b12d1594a',1,'rcVectorBase::rcVectorBase()']]], + ['rcvmad_2861',['rcVmad',['../Recast_8h.html#a1a400b0467856a9ab0cbcd8a695484e0',1,'Recast.h']]], + ['rcvmax_2862',['rcVmax',['../Recast_8h.html#a5033980308619575a48cef8f497af3cf',1,'Recast.h']]], + ['rcvmin_2863',['rcVmin',['../Recast_8h.html#ab49a84d90945782df879b0c7e84239db',1,'Recast.h']]], + ['rcvnormalize_2864',['rcVnormalize',['../Recast_8h.html#adad36d3a913091d1288e386192c3c6ab',1,'Recast.h']]], + ['rcvsub_2865',['rcVsub',['../Recast_8h.html#a5d171a02fc4cda0b829b6ff7a4793376',1,'Recast.h']]], + ['read_2866',['read',['../classFileIO.html#a11dcd9d7e8a00db63db74abf437dc4a7',1,'FileIO::read()'],['../structduFileIO.html#af9c0d46a4697c00c657fa75636d0cf67',1,'duFileIO::read()']]], + ['recalc_2867',['recalc',['../classNavMeshTesterTool.html#ae83ed79dc72553b7e14f2fcbaa05d380',1,'NavMeshTesterTool']]], + ['removeadjacentneighbours_2868',['removeAdjacentNeighbours',['../RecastRegion_8cpp.html#acee28f21b593f1ff6a235c444fafc59c',1,'RecastRegion.cpp']]], + ['removeagent_2869',['removeAgent',['../classCrowdToolState.html#a17350c7e2780825c7e0d1ee8d72efc51',1,'CrowdToolState::removeAgent()'],['../classdtCrowd.html#ae958ada7790a718a2887114264010f62',1,'dtCrowd::removeAgent()']]], + ['removealltiles_2870',['removeAllTiles',['../classSample__TileMesh.html#a89b9b604265264545dd4f2e7774bbd38',1,'Sample_TileMesh']]], + ['removedegeneratesegments_2871',['removeDegenerateSegments',['../RecastContour_8cpp.html#a4e79138985b8e7443e813250a17d3f71',1,'RecastContour.cpp']]], + ['removeobstacle_2872',['removeObstacle',['../classdtTileCache.html#afa96b0b04338947f24097a39db50d9f8',1,'dtTileCache']]], + ['removetempobstacle_2873',['removeTempObstacle',['../classSample__TempObstacles.html#aa75dc5c43353654d26725c28d5c70a1a',1,'Sample_TempObstacles']]], + ['removetile_2874',['removeTile',['../classdtNavMesh.html#a5ca09946d00f1cee4987ed5e2f999fdb',1,'dtNavMesh::removeTile()'],['../classdtTileCache.html#a8ead2a72687eec8644f64b3e3cf1942e',1,'dtTileCache::removeTile()'],['../classSample__TileMesh.html#acb20fb7f98bae7e834d9e013a2bfab99',1,'Sample_TileMesh::removeTile()']]], + ['removevertex_2875',['removeVertex',['../DetourTileCacheBuilder_8cpp.html#a5bdb6e945a71779feecea1da449ee446',1,'removeVertex(dtTileCachePolyMesh &mesh, const unsigned short rem, const int maxTris): DetourTileCacheBuilder.cpp'],['../RecastMesh_8cpp.html#ac8ebd1bb6f534d5a37959dcb3321ce7d',1,'removeVertex(rcContext *ctx, rcPolyMesh &mesh, const unsigned short rem, const int maxTris): RecastMesh.cpp']]], + ['rendercachedtile_2876',['renderCachedTile',['../classSample__TempObstacles.html#a7fa8a7f3d017bd06e1d0900d33be8289',1,'Sample_TempObstacles']]], + ['rendercachedtileoverlay_2877',['renderCachedTileOverlay',['../classSample__TempObstacles.html#ac46b5df666eee29f76a1e0a2fa16651b',1,'Sample_TempObstacles']]], + ['renderoverlaytoolstates_2878',['renderOverlayToolStates',['../classSample.html#a3f94bf8837f6fe91430508b1cd6dc33e',1,'Sample']]], + ['rendertoolstates_2879',['renderToolStates',['../classSample.html#ae660249e6e9f94b1606e617cf8c3a7a0',1,'Sample']]], + ['replaceneighbour_2880',['replaceNeighbour',['../RecastRegion_8cpp.html#a5b2ece2d7931891cdb3fe0b7b41de1b4',1,'RecastRegion.cpp']]], + ['request_2881',['request',['../classdtPathQueue.html#acc95d9bf0e1b12543be41c3ca938e994',1,'dtPathQueue']]], + ['requestmovetarget_2882',['requestMoveTarget',['../classdtCrowd.html#aa30c34a65535118989ccd86542e96797',1,'dtCrowd']]], + ['requestmovevelocity_2883',['requestMoveVelocity',['../classdtCrowd.html#a4fe7e43e63d857e77f9db1f20b904806',1,'dtCrowd']]], + ['reserve_2884',['reserve',['../classrcVectorBase.html#a1177670bcc87add05f0e060e93b5e6bd',1,'rcVectorBase']]], + ['reset_2885',['reset',['../classdtPathCorridor.html#abe057e7b5e1d6677e3d9eadb558df2b0',1,'dtPathCorridor::reset()'],['../classdtLocalBoundary.html#a2a3911b20edb27140857289dd2eea76c',1,'dtLocalBoundary::reset()'],['../classdtObstacleAvoidanceQuery.html#a993c62548ead013ac1cb622c43c175ad',1,'dtObstacleAvoidanceQuery::reset()'],['../classNavMeshTileTool.html#aa53d119041aa124651928b09a99adbc6',1,'NavMeshTileTool::reset()'],['../classTempObstacleCreateTool.html#a8977e144279facb03ae5bbceb6102b5d',1,'TempObstacleCreateTool::reset()'],['../classTempObstacleHilightTool.html#a18662a3c7ada140b16aa40cdf678caf5',1,'TempObstacleHilightTool::reset()'],['../structLinearAllocator.html#acc5d12bb6d334626d7af0aecdbf163ec',1,'LinearAllocator::reset()'],['../structSampleToolState.html#aa2dbe87e98b6544ac923398ec93184cf',1,'SampleToolState::reset()'],['../structSampleTool.html#ac861b5b1d9c1b5be2be6059c1d842cb8',1,'SampleTool::reset()'],['../classOffMeshConnectionTool.html#a8c283c43fa59b196e16440b177cefcfe',1,'OffMeshConnectionTool::reset()'],['../classNavMeshTesterTool.html#a0706dadffb0df9078b205469d62d6d92',1,'NavMeshTesterTool::reset()'],['../classNavMeshPruneTool.html#a97fbf2b28e1c1df8eb3a2005d688009f',1,'NavMeshPruneTool::reset()'],['../classCrowdTool.html#ad997d15d14cf4815d57f843186faeba7',1,'CrowdTool::reset()'],['../classCrowdToolState.html#a759f52b7630a3799e6c616ab28b9e2df',1,'CrowdToolState::reset()'],['../classConvexVolumeTool.html#a1d76b864c30767fc81ade0dbaa44e6af',1,'ConvexVolumeTool::reset()'],['../structdtTileCacheAlloc.html#a04f61863b2c6a81e1fbfd96dd519a733',1,'dtTileCacheAlloc::reset()'],['../classdtObstacleAvoidanceDebugData.html#a2e7d802ea941ad37d5244af91c47f0c9',1,'dtObstacleAvoidanceDebugData::reset()']]], + ['resetcommonsettings_2886',['resetCommonSettings',['../classSample.html#a2b527228b469ae5d437e6f0a1caf958d',1,'Sample']]], + ['resetgfxcmdqueue_2887',['resetGfxCmdQueue',['../imgui_8cpp.html#a7b4f83dac967ed4fec237068a1ad2760',1,'imgui.cpp']]], + ['resetlog_2888',['resetLog',['../classrcContext.html#a68403737730ee112c523890a9fdc237d',1,'rcContext']]], + ['resetmovetarget_2889',['resetMoveTarget',['../classdtCrowd.html#a81405dee71882d0a21a4defd6087a270',1,'dtCrowd']]], + ['resettimers_2890',['resetTimers',['../classrcContext.html#a2fcc58bb1e29bbb9a7dfb834efff4a6d',1,'rcContext']]], + ['resettoolstates_2891',['resetToolStates',['../classSample.html#acfb792ed987cf946d264461a04683ff7',1,'Sample']]], + ['resize_2892',['resize',['../structLinearAllocator.html#accc8b1eeda78503beeb05db04bedd4b9',1,'LinearAllocator::resize()'],['../classrcVectorBase.html#a7b39b29cfdec8a9cd2aca4a7f0f7a675',1,'rcVectorBase::resize(rcSizeType size)'],['../classrcVectorBase.html#a1cb229e5cbe8e798fe216393f2f0f327',1,'rcVectorBase::resize(rcSizeType size, const T &value)'],['../classrcIntArray.html#a3b07043775a4b76e7017c645dd9a7590',1,'rcIntArray::resize()']]], + ['restoretilestate_2893',['restoreTileState',['../classdtNavMesh.html#aef336a67e552a9d031d669ec84029fb8',1,'dtNavMesh']]], + ['rgba_2894',['RGBA',['../imguiRenderGL_8cpp.html#a413aaddb1ddea117f86218f2ca0234fe',1,'imguiRenderGL.cpp']]] ]; diff --git a/search/groups_0.js b/search/groups_0.js index 678b2e07..18bf720c 100644 --- a/search/groups_0.js +++ b/search/groups_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['crowd_3755',['Crowd',['../group__crowd.html',1,'']]] + ['crowd_3753',['Crowd',['../group__crowd.html',1,'']]] ]; diff --git a/search/groups_1.js b/search/groups_1.js index 0a36ed6b..d3d7024d 100644 --- a/search/groups_1.js +++ b/search/groups_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['detour_3756',['Detour',['../group__detour.html',1,'']]] + ['detour_3754',['Detour',['../group__detour.html',1,'']]] ]; diff --git a/search/groups_2.js b/search/groups_2.js index 8a621228..d0b70b3f 100644 --- a/search/groups_2.js +++ b/search/groups_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['recast_3757',['Recast',['../group__recast.html',1,'']]] + ['recast_3755',['Recast',['../group__recast.html',1,'']]] ]; diff --git a/search/pages_0.js b/search/pages_0.js index a7545437..8f9a797a 100644 --- a/search/pages_0.js +++ b/search/pages_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['contributing_20to_20recast_20and_20detour_3758',['Contributing to Recast and Detour',['../md_CONTRIBUTING.html',1,'']]], - ['contributor_20covenant_20code_20of_20conduct_3759',['Contributor Covenant Code of Conduct',['../md_CODE_OF_CONDUCT.html',1,'']]] + ['contributing_20to_20recast_20and_20detour_3756',['Contributing to Recast and Detour',['../md_CONTRIBUTING.html',1,'']]], + ['contributor_20covenant_20code_20of_20conduct_3757',['Contributor Covenant Code of Conduct',['../md_CODE_OF_CONDUCT.html',1,'']]] ]; diff --git a/search/pages_1.js b/search/pages_1.js index 77e3b84e..56beb70a 100644 --- a/search/pages_1.js +++ b/search/pages_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['recast_20_26_20detour_3760',['Recast & Detour',['../index.html',1,'']]], - ['recast_20development_20roadmap_3761',['Recast Development Roadmap',['../md_Roadmap.html',1,'']]] + ['recast_20_26_20detour_3758',['Recast & Detour',['../index.html',1,'']]], + ['recast_20development_20roadmap_3759',['Recast Development Roadmap',['../md_Roadmap.html',1,'']]] ]; diff --git a/search/related_0.js b/search/related_0.js index a0ad3357..22fdd36c 100644 --- a/search/related_0.js +++ b/search/related_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['dtnavmeshquery_3743',['dtNavMeshQuery',['../classdtNavMesh.html#a43ead93bfa93182d47caf9c6be597376',1,'dtNavMesh']]] + ['dtnavmeshquery_3741',['dtNavMeshQuery',['../classdtNavMesh.html#a43ead93bfa93182d47caf9c6be597376',1,'dtNavMesh']]] ]; diff --git a/search/typedefs_0.js b/search/typedefs_0.js index b9ec027b..67858cd4 100644 --- a/search/typedefs_0.js +++ b/search/typedefs_0.js @@ -1,13 +1,13 @@ var searchData= [ - ['dtallocfunc_3548',['dtAllocFunc',['../DetourAlloc_8h.html#a5ff0ad0a4309278f973feae6c4193a3c',1,'DetourAlloc.h']]], - ['dtassertfailfunc_3549',['dtAssertFailFunc',['../DetourAssert_8h.html#ad95d59f19355eca1ab12d2773d36455c',1,'DetourAssert.h']]], - ['dtcompressedtileref_3550',['dtCompressedTileRef',['../DetourTileCache_8h.html#ae3892eb9546be426b84e906846ada2f6',1,'DetourTileCache.h']]], - ['dtfreefunc_3551',['dtFreeFunc',['../DetourAlloc_8h.html#a15d9afa65e6a83a6188c7efa3fa50376',1,'DetourAlloc.h']]], - ['dtnodeindex_3552',['dtNodeIndex',['../DetourNode_8h.html#adc6b682c3b5770de3190074b6a27c543',1,'DetourNode.h']]], - ['dtobstacleref_3553',['dtObstacleRef',['../DetourTileCache_8h.html#a98ea3fd044afb85907f03e6de505fa75',1,'DetourTileCache.h']]], - ['dtpathqueueref_3554',['dtPathQueueRef',['../DetourPathQueue_8h.html#ab97a1eb15082a50b8b7b781a715f5f74',1,'DetourPathQueue.h']]], - ['dtpolyref_3555',['dtPolyRef',['../group__detour.html#gab4e0b2257a670c1a800057999612b466',1,'DetourNavMesh.h']]], - ['dtstatus_3556',['dtStatus',['../DetourStatus_8h.html#a4f23c0dcf28d9e299a4aa06af5b9ada3',1,'DetourStatus.h']]], - ['dttileref_3557',['dtTileRef',['../group__detour.html#ga7ea56cfe01bd7c34a81d821d94cbeea5',1,'DetourNavMesh.h']]] + ['dtallocfunc_3546',['dtAllocFunc',['../DetourAlloc_8h.html#a5ff0ad0a4309278f973feae6c4193a3c',1,'DetourAlloc.h']]], + ['dtassertfailfunc_3547',['dtAssertFailFunc',['../DetourAssert_8h.html#ad95d59f19355eca1ab12d2773d36455c',1,'DetourAssert.h']]], + ['dtcompressedtileref_3548',['dtCompressedTileRef',['../DetourTileCache_8h.html#ae3892eb9546be426b84e906846ada2f6',1,'DetourTileCache.h']]], + ['dtfreefunc_3549',['dtFreeFunc',['../DetourAlloc_8h.html#a15d9afa65e6a83a6188c7efa3fa50376',1,'DetourAlloc.h']]], + ['dtnodeindex_3550',['dtNodeIndex',['../DetourNode_8h.html#adc6b682c3b5770de3190074b6a27c543',1,'DetourNode.h']]], + ['dtobstacleref_3551',['dtObstacleRef',['../DetourTileCache_8h.html#a98ea3fd044afb85907f03e6de505fa75',1,'DetourTileCache.h']]], + ['dtpathqueueref_3552',['dtPathQueueRef',['../DetourPathQueue_8h.html#ab97a1eb15082a50b8b7b781a715f5f74',1,'DetourPathQueue.h']]], + ['dtpolyref_3553',['dtPolyRef',['../group__detour.html#gab4e0b2257a670c1a800057999612b466',1,'DetourNavMesh.h']]], + ['dtstatus_3554',['dtStatus',['../DetourStatus_8h.html#a4f23c0dcf28d9e299a4aa06af5b9ada3',1,'DetourStatus.h']]], + ['dttileref_3555',['dtTileRef',['../group__detour.html#ga7ea56cfe01bd7c34a81d821d94cbeea5',1,'DetourNavMesh.h']]] ]; diff --git a/search/typedefs_1.js b/search/typedefs_1.js index 41893171..fb1ab515 100644 --- a/search/typedefs_1.js +++ b/search/typedefs_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['rcallocfunc_3558',['rcAllocFunc',['../RecastAlloc_8h.html#a4f8483e0c7c0a3e42ca98cd75a5cec39',1,'RecastAlloc.h']]], - ['rcassertfailfunc_3559',['rcAssertFailFunc',['../RecastAssert_8h.html#a56d4bc754448f291c6bf5f444c3c11e3',1,'RecastAssert.h']]], - ['rcfreefunc_3560',['rcFreeFunc',['../RecastAlloc_8h.html#a4b9eeb5aeec74bff1afc64fdf8e72764',1,'RecastAlloc.h']]], - ['rcsizetype_3561',['rcSizeType',['../RecastAlloc_8h.html#a44d212414873bc2fc522d9e6493a4c36',1,'RecastAlloc.h']]] + ['rcallocfunc_3556',['rcAllocFunc',['../RecastAlloc_8h.html#a4f8483e0c7c0a3e42ca98cd75a5cec39',1,'RecastAlloc.h']]], + ['rcassertfailfunc_3557',['rcAssertFailFunc',['../RecastAssert_8h.html#a56d4bc754448f291c6bf5f444c3c11e3',1,'RecastAssert.h']]], + ['rcfreefunc_3558',['rcFreeFunc',['../RecastAlloc_8h.html#a4b9eeb5aeec74bff1afc64fdf8e72764',1,'RecastAlloc.h']]], + ['rcsizetype_3559',['rcSizeType',['../RecastAlloc_8h.html#a44d212414873bc2fc522d9e6493a4c36',1,'RecastAlloc.h']]] ]; diff --git a/search/typedefs_2.js b/search/typedefs_2.js index 458c12f4..78f1ab63 100644 --- a/search/typedefs_2.js +++ b/search/typedefs_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['size_5ftype_3562',['size_type',['../classrcVectorBase.html#a5ba3079d15e5dd35892d60a204284d55',1,'rcVectorBase']]] + ['size_5ftype_3560',['size_type',['../classrcVectorBase.html#a5ba3079d15e5dd35892d60a204284d55',1,'rcVectorBase']]] ]; diff --git a/search/typedefs_3.js b/search/typedefs_3.js index 1756b336..5cc61172 100644 --- a/search/typedefs_3.js +++ b/search/typedefs_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['timeval_3563',['TimeVal',['../PerfTimer_8h.html#a2036838e11aa9bd864a72295e6017d52',1,'PerfTimer.h']]] + ['timeval_3561',['TimeVal',['../PerfTimer_8h.html#a2036838e11aa9bd864a72295e6017d52',1,'PerfTimer.h']]] ]; diff --git a/search/typedefs_4.js b/search/typedefs_4.js index e5bd0341..cf703f92 100644 --- a/search/typedefs_4.js +++ b/search/typedefs_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['value_5ftype_3564',['value_type',['../classrcVectorBase.html#a9164d8fc0c6eb55bd32b8a31bd857f66',1,'rcVectorBase']]] + ['value_5ftype_3562',['value_type',['../classrcVectorBase.html#a9164d8fc0c6eb55bd32b8a31bd857f66',1,'rcVectorBase']]] ]; diff --git a/search/variables_0.js b/search/variables_0.js index f77917f4..a427e555 100644 --- a/search/variables_0.js +++ b/search/variables_0.js @@ -1,19 +1,19 @@ var searchData= [ - ['active_3029',['active',['../structdtCrowdAgentAnimation.html#a063331d0a657ca1e138dde68ad6375f4',1,'dtCrowdAgentAnimation::active()'],['../structGuiState.html#a8182ed7ea717727bd7ae4b6bd906f89d',1,'GuiState::active()'],['../structdtCrowdAgent.html#a6473f48354abf6f46f5b4d7ead9bca20',1,'dtCrowdAgent::active()']]], - ['adaptivedepth_3030',['adaptiveDepth',['../structdtObstacleAvoidanceParams.html#a673b877b64fb47f5bb30f44eae61e5b2',1,'dtObstacleAvoidanceParams']]], - ['adaptivedivs_3031',['adaptiveDivs',['../structdtObstacleAvoidanceParams.html#a8725d0bb382f789d2dec1d9a0f28187f',1,'dtObstacleAvoidanceParams']]], - ['adaptiverings_3032',['adaptiveRings',['../structdtObstacleAvoidanceParams.html#ae463a1999935511e7a0467ccedcaff6d',1,'dtObstacleAvoidanceParams']]], - ['agentheight_3033',['agentHeight',['../structBuildSettings.html#a0c915a250455abe4d5bbfe8411533fe8',1,'BuildSettings']]], - ['agentmaxclimb_3034',['agentMaxClimb',['../structBuildSettings.html#a83e53cfc86be5ed82d845ef9487f963e',1,'BuildSettings']]], - ['agentmaxslope_3035',['agentMaxSlope',['../structBuildSettings.html#a5b8f1ba1531e71e839b1a5f340a674e4',1,'BuildSettings']]], - ['agentradius_3036',['agentRadius',['../structBuildSettings.html#a931732fe8e5fd099eff774610f315a29',1,'BuildSettings']]], - ['align_3037',['align',['../structimguiGfxText.html#aeed4f7559be7abbfa0b5a49adaedbd0f',1,'imguiGfxText']]], - ['alloc_3038',['alloc',['../structNavMeshTileBuildContext.html#a85d141fbb7dc5198ff2fdd211e3bec69',1,'NavMeshTileBuildContext']]], - ['area_3039',['area',['../structdtLayerMonotoneRegion.html#a1ac6f67259d70c25d55f1c0fc05077bf',1,'dtLayerMonotoneRegion::area()'],['../structConvexVolume.html#ad09f975cd0398b4503c90c00f2d20371',1,'ConvexVolume::area()'],['../structrcContour.html#a1052e9ac2da6e515cbb12908a58fca78',1,'rcContour::area()'],['../structrcSpan.html#a8bf133cf1e7ccf3d69f1ba365cb0c1ca',1,'rcSpan::area()'],['../structdtTileCacheContour.html#a3ab1d658278d4dcc482dcb7f17be6b3b',1,'dtTileCacheContour::area()'],['../structdtPolyState.html#afd684e7c95d1048ace6dc198457b7c69',1,'dtPolyState::area()']]], - ['area_5fheader_3040',['AREA_HEADER',['../imgui_8cpp.html#a9f1d65be567b55080074ad626c08cf0c',1,'imgui.cpp']]], - ['areaandtype_3041',['areaAndtype',['../structdtPoly.html#af3caa090f5d4776766bf56f82c27a899',1,'dtPoly']]], - ['areaid_3042',['areaId',['../structdtLayerMonotoneRegion.html#a9e0572100cbcf847291716b3b1008e6d',1,'dtLayerMonotoneRegion::areaId()'],['../structGuiState.html#a335822c00941a3b0ac836338fdad5af5',1,'GuiState::areaId()']]], - ['areas_3043',['areas',['../structdtTileCacheLayer.html#afeb17050bbd75d6c31fc4601dcff8045',1,'dtTileCacheLayer::areas()'],['../structdtTileCachePolyMesh.html#a6536adffe42fc5c4c6591347f1af7b0c',1,'dtTileCachePolyMesh::areas()'],['../structrcCompactHeightfield.html#abcdf0d737779779376bce23d1c0be910',1,'rcCompactHeightfield::areas()'],['../structrcHeightfieldLayer.html#a82606c7d0d590c924d49e84698452353',1,'rcHeightfieldLayer::areas()'],['../structrcPolyMesh.html#aa08d7da4e0c97f57151f93d9a7d46bde',1,'rcPolyMesh::areas()']]], - ['areatype_3044',['areaType',['../structrcRegion.html#a35bfc8470602b06a1a09c519582b821a',1,'rcRegion']]] + ['active_3027',['active',['../structdtCrowdAgentAnimation.html#a063331d0a657ca1e138dde68ad6375f4',1,'dtCrowdAgentAnimation::active()'],['../structGuiState.html#a8182ed7ea717727bd7ae4b6bd906f89d',1,'GuiState::active()'],['../structdtCrowdAgent.html#a6473f48354abf6f46f5b4d7ead9bca20',1,'dtCrowdAgent::active()']]], + ['adaptivedepth_3028',['adaptiveDepth',['../structdtObstacleAvoidanceParams.html#a673b877b64fb47f5bb30f44eae61e5b2',1,'dtObstacleAvoidanceParams']]], + ['adaptivedivs_3029',['adaptiveDivs',['../structdtObstacleAvoidanceParams.html#a8725d0bb382f789d2dec1d9a0f28187f',1,'dtObstacleAvoidanceParams']]], + ['adaptiverings_3030',['adaptiveRings',['../structdtObstacleAvoidanceParams.html#ae463a1999935511e7a0467ccedcaff6d',1,'dtObstacleAvoidanceParams']]], + ['agentheight_3031',['agentHeight',['../structBuildSettings.html#a0c915a250455abe4d5bbfe8411533fe8',1,'BuildSettings']]], + ['agentmaxclimb_3032',['agentMaxClimb',['../structBuildSettings.html#a83e53cfc86be5ed82d845ef9487f963e',1,'BuildSettings']]], + ['agentmaxslope_3033',['agentMaxSlope',['../structBuildSettings.html#a5b8f1ba1531e71e839b1a5f340a674e4',1,'BuildSettings']]], + ['agentradius_3034',['agentRadius',['../structBuildSettings.html#a931732fe8e5fd099eff774610f315a29',1,'BuildSettings']]], + ['align_3035',['align',['../structimguiGfxText.html#aeed4f7559be7abbfa0b5a49adaedbd0f',1,'imguiGfxText']]], + ['alloc_3036',['alloc',['../structNavMeshTileBuildContext.html#a85d141fbb7dc5198ff2fdd211e3bec69',1,'NavMeshTileBuildContext']]], + ['area_3037',['area',['../structdtLayerMonotoneRegion.html#a1ac6f67259d70c25d55f1c0fc05077bf',1,'dtLayerMonotoneRegion::area()'],['../structConvexVolume.html#ad09f975cd0398b4503c90c00f2d20371',1,'ConvexVolume::area()'],['../structrcContour.html#a1052e9ac2da6e515cbb12908a58fca78',1,'rcContour::area()'],['../structrcSpan.html#a8bf133cf1e7ccf3d69f1ba365cb0c1ca',1,'rcSpan::area()'],['../structdtTileCacheContour.html#a3ab1d658278d4dcc482dcb7f17be6b3b',1,'dtTileCacheContour::area()'],['../structdtPolyState.html#afd684e7c95d1048ace6dc198457b7c69',1,'dtPolyState::area()']]], + ['area_5fheader_3038',['AREA_HEADER',['../imgui_8cpp.html#a9f1d65be567b55080074ad626c08cf0c',1,'imgui.cpp']]], + ['areaandtype_3039',['areaAndtype',['../structdtPoly.html#af3caa090f5d4776766bf56f82c27a899',1,'dtPoly']]], + ['areaid_3040',['areaId',['../structdtLayerMonotoneRegion.html#a9e0572100cbcf847291716b3b1008e6d',1,'dtLayerMonotoneRegion::areaId()'],['../structGuiState.html#a335822c00941a3b0ac836338fdad5af5',1,'GuiState::areaId()']]], + ['areas_3041',['areas',['../structdtTileCacheLayer.html#afeb17050bbd75d6c31fc4601dcff8045',1,'dtTileCacheLayer::areas()'],['../structdtTileCachePolyMesh.html#a6536adffe42fc5c4c6591347f1af7b0c',1,'dtTileCachePolyMesh::areas()'],['../structrcCompactHeightfield.html#abcdf0d737779779376bce23d1c0be910',1,'rcCompactHeightfield::areas()'],['../structrcHeightfieldLayer.html#a82606c7d0d590c924d49e84698452353',1,'rcHeightfieldLayer::areas()'],['../structrcPolyMesh.html#aa08d7da4e0c97f57151f93d9a7d46bde',1,'rcPolyMesh::areas()']]], + ['areatype_3042',['areaType',['../structrcRegion.html#a35bfc8470602b06a1a09c519582b821a',1,'rcRegion']]] ]; diff --git a/search/variables_1.js b/search/variables_1.js index aafe7050..aab4fe95 100644 --- a/search/variables_1.js +++ b/search/variables_1.js @@ -1,15 +1,15 @@ var searchData= [ - ['base_3045',['base',['../structrcLayerRegion.html#ad49bf74284d20c2d7c3ef56f6b4c589f',1,'rcLayerRegion']]], - ['bmax_3046',['bmax',['../structdtLink.html#ac8a3afc341614707afb915d2822ffdc7',1,'dtLink::bmax()'],['../structBoundsItem.html#af82c7df2f187f99e29ead8ccc049409f',1,'BoundsItem::bmax()'],['../structrcChunkyTriMeshNode.html#a8bf02576089ffe146ce180799b313fb1',1,'rcChunkyTriMeshNode::bmax()'],['../structrcPolyMesh.html#aabdf91f888b1c2dacd077a339a6df3a4',1,'rcPolyMesh::bmax()'],['../structrcContourSet.html#ae756cdf05388b7455768011841c0f6a1',1,'rcContourSet::bmax()'],['../structrcHeightfieldLayer.html#a11c82fbf9e04182a0be7b6c877f7029c',1,'rcHeightfieldLayer::bmax()'],['../structrcCompactHeightfield.html#a5d175954135840be9d4e4fc3b36d8067',1,'rcCompactHeightfield::bmax()'],['../structrcHeightfield.html#a4da9e52fc907522aae0364fad9e865f7',1,'rcHeightfield::bmax()'],['../structrcConfig.html#ab33657eac12a119d583422c4c00c6892',1,'rcConfig::bmax()'],['../structdtTileCacheLayerHeader.html#abd60dc6572c7b80e43985c75b5477eee',1,'dtTileCacheLayerHeader::bmax()'],['../structdtObstacleBox.html#a69fba4f382232b19086228feda8e4cf6',1,'dtObstacleBox::bmax()'],['../structBVItem.html#a93bd79d5cff1032583c104c06c1496ec',1,'BVItem::bmax()'],['../structdtNavMeshCreateParams.html#a980d42a666c5a707ffccff68e0b4a2ae',1,'dtNavMeshCreateParams::bmax()'],['../structdtMeshHeader.html#a81fc3bf970078d4c4411919204f9ce10',1,'dtMeshHeader::bmax()'],['../structdtBVNode.html#aba981174ad61a601f743d986142ee504',1,'dtBVNode::bmax()']]], - ['bmin_3047',['bmin',['../structBoundsItem.html#afae2ec3ddbeb2a0c5080b76c97385773',1,'BoundsItem::bmin()'],['../structrcChunkyTriMeshNode.html#a948fbc71343377493524d56fd67ba937',1,'rcChunkyTriMeshNode::bmin()'],['../structrcPolyMesh.html#a63625dd55ca66c97ca29a87a5455cc27',1,'rcPolyMesh::bmin()'],['../structrcContourSet.html#a6528f1d81286f5bff26ae217c33da654',1,'rcContourSet::bmin()'],['../structrcHeightfieldLayer.html#aaca8964dd736b356e4ee2c0dcd4b1208',1,'rcHeightfieldLayer::bmin()'],['../structdtObstacleBox.html#ac0fa4403899b528ae6c2c8b7efcdff51',1,'dtObstacleBox::bmin()'],['../structrcCompactHeightfield.html#ae73d55ffeafd659c189bf14e440b902f',1,'rcCompactHeightfield::bmin()'],['../structrcHeightfield.html#a0158658d3487f7531364a84887fc2bce',1,'rcHeightfield::bmin()'],['../structdtTileCacheLayerHeader.html#a83848b7b2936f0cc2c029351b0f4251a',1,'dtTileCacheLayerHeader::bmin()'],['../structBVItem.html#a40e595a0791532d1f41ada14843bc087',1,'BVItem::bmin()'],['../structdtNavMeshCreateParams.html#a31a2596a43445e9219666d44cb5e32ab',1,'dtNavMeshCreateParams::bmin()'],['../structdtMeshHeader.html#ac1a8890add6666f54407cb8e1abc1179',1,'dtMeshHeader::bmin()'],['../structdtBVNode.html#a4f03eda2f4ae838eed627db41ebea292',1,'dtBVNode::bmin()'],['../structdtLink.html#a0123fe6375fa414a48b2e73c3b23a1ce',1,'dtLink::bmin()'],['../structrcConfig.html#afb77489af4eb0cd75ceb8b46db2c4341',1,'rcConfig::bmin()']]], - ['bordersize_3048',['borderSize',['../structrcContourSet.html#adb04d1277e815ed89b156714bad3c17a',1,'rcContourSet::borderSize()'],['../structrcPolyMesh.html#a9f367a88b878ce8029b9709fb27b878b',1,'rcPolyMesh::borderSize()'],['../structrcCompactHeightfield.html#a675418d81ce6ade83fbd18be2dfd1647',1,'rcCompactHeightfield::borderSize()'],['../structrcConfig.html#a473ec0f080862d2593099d8ee207da57',1,'rcConfig::borderSize()']]], - ['boundary_3049',['boundary',['../structdtCrowdAgent.html#a68fc2f237bd2ac88e4aed6afe6a77951',1,'dtCrowdAgent']]], - ['box_3050',['box',['../structdtTileCacheObstacle.html#a0e31025b2911c006f4a16d9f634b812a',1,'dtTileCacheObstacle']]], - ['buffer_3051',['buffer',['../structLinearAllocator.html#afe41eebd4eb6b666f7154c86bd66fb81',1,'LinearAllocator']]], - ['buildbvtree_3052',['buildBvTree',['../structdtNavMeshCreateParams.html#a3c0dab8176f42294bd87c07a4fcce519',1,'dtNavMeshCreateParams']]], - ['button_5fheight_3053',['BUTTON_HEIGHT',['../imgui_8cpp.html#a83f45a813d7a4cde3f8a9bb8a5a7d163',1,'imgui.cpp']]], - ['bvnodecount_3054',['bvNodeCount',['../structdtMeshHeader.html#a266e9ad927fe5cbbd3c3c0ffd4e9f5f0',1,'dtMeshHeader']]], - ['bvquantfactor_3055',['bvQuantFactor',['../structdtMeshHeader.html#ab415943e0064a6ed0501e8e7da0e5d26',1,'dtMeshHeader']]], - ['bvtree_3056',['bvTree',['../structdtMeshTile.html#a1e1f626924faa6974363c142c40e632e',1,'dtMeshTile']]] + ['base_3043',['base',['../structrcLayerRegion.html#ad49bf74284d20c2d7c3ef56f6b4c589f',1,'rcLayerRegion']]], + ['bmax_3044',['bmax',['../structdtLink.html#ac8a3afc341614707afb915d2822ffdc7',1,'dtLink::bmax()'],['../structBoundsItem.html#af82c7df2f187f99e29ead8ccc049409f',1,'BoundsItem::bmax()'],['../structrcChunkyTriMeshNode.html#a8bf02576089ffe146ce180799b313fb1',1,'rcChunkyTriMeshNode::bmax()'],['../structrcPolyMesh.html#aabdf91f888b1c2dacd077a339a6df3a4',1,'rcPolyMesh::bmax()'],['../structrcContourSet.html#ae756cdf05388b7455768011841c0f6a1',1,'rcContourSet::bmax()'],['../structrcHeightfieldLayer.html#a11c82fbf9e04182a0be7b6c877f7029c',1,'rcHeightfieldLayer::bmax()'],['../structrcCompactHeightfield.html#a5d175954135840be9d4e4fc3b36d8067',1,'rcCompactHeightfield::bmax()'],['../structrcHeightfield.html#a4da9e52fc907522aae0364fad9e865f7',1,'rcHeightfield::bmax()'],['../structrcConfig.html#ab33657eac12a119d583422c4c00c6892',1,'rcConfig::bmax()'],['../structdtTileCacheLayerHeader.html#abd60dc6572c7b80e43985c75b5477eee',1,'dtTileCacheLayerHeader::bmax()'],['../structdtObstacleBox.html#a69fba4f382232b19086228feda8e4cf6',1,'dtObstacleBox::bmax()'],['../structBVItem.html#a93bd79d5cff1032583c104c06c1496ec',1,'BVItem::bmax()'],['../structdtNavMeshCreateParams.html#a980d42a666c5a707ffccff68e0b4a2ae',1,'dtNavMeshCreateParams::bmax()'],['../structdtMeshHeader.html#a81fc3bf970078d4c4411919204f9ce10',1,'dtMeshHeader::bmax()'],['../structdtBVNode.html#aba981174ad61a601f743d986142ee504',1,'dtBVNode::bmax()']]], + ['bmin_3045',['bmin',['../structBoundsItem.html#afae2ec3ddbeb2a0c5080b76c97385773',1,'BoundsItem::bmin()'],['../structrcChunkyTriMeshNode.html#a948fbc71343377493524d56fd67ba937',1,'rcChunkyTriMeshNode::bmin()'],['../structrcPolyMesh.html#a63625dd55ca66c97ca29a87a5455cc27',1,'rcPolyMesh::bmin()'],['../structrcContourSet.html#a6528f1d81286f5bff26ae217c33da654',1,'rcContourSet::bmin()'],['../structrcHeightfieldLayer.html#aaca8964dd736b356e4ee2c0dcd4b1208',1,'rcHeightfieldLayer::bmin()'],['../structdtObstacleBox.html#ac0fa4403899b528ae6c2c8b7efcdff51',1,'dtObstacleBox::bmin()'],['../structrcCompactHeightfield.html#ae73d55ffeafd659c189bf14e440b902f',1,'rcCompactHeightfield::bmin()'],['../structrcHeightfield.html#a0158658d3487f7531364a84887fc2bce',1,'rcHeightfield::bmin()'],['../structdtTileCacheLayerHeader.html#a83848b7b2936f0cc2c029351b0f4251a',1,'dtTileCacheLayerHeader::bmin()'],['../structBVItem.html#a40e595a0791532d1f41ada14843bc087',1,'BVItem::bmin()'],['../structdtNavMeshCreateParams.html#a31a2596a43445e9219666d44cb5e32ab',1,'dtNavMeshCreateParams::bmin()'],['../structdtMeshHeader.html#ac1a8890add6666f54407cb8e1abc1179',1,'dtMeshHeader::bmin()'],['../structdtBVNode.html#a4f03eda2f4ae838eed627db41ebea292',1,'dtBVNode::bmin()'],['../structdtLink.html#a0123fe6375fa414a48b2e73c3b23a1ce',1,'dtLink::bmin()'],['../structrcConfig.html#afb77489af4eb0cd75ceb8b46db2c4341',1,'rcConfig::bmin()']]], + ['bordersize_3046',['borderSize',['../structrcContourSet.html#adb04d1277e815ed89b156714bad3c17a',1,'rcContourSet::borderSize()'],['../structrcPolyMesh.html#a9f367a88b878ce8029b9709fb27b878b',1,'rcPolyMesh::borderSize()'],['../structrcCompactHeightfield.html#a675418d81ce6ade83fbd18be2dfd1647',1,'rcCompactHeightfield::borderSize()'],['../structrcConfig.html#a473ec0f080862d2593099d8ee207da57',1,'rcConfig::borderSize()']]], + ['boundary_3047',['boundary',['../structdtCrowdAgent.html#a68fc2f237bd2ac88e4aed6afe6a77951',1,'dtCrowdAgent']]], + ['box_3048',['box',['../structdtTileCacheObstacle.html#a0e31025b2911c006f4a16d9f634b812a',1,'dtTileCacheObstacle']]], + ['buffer_3049',['buffer',['../structLinearAllocator.html#afe41eebd4eb6b666f7154c86bd66fb81',1,'LinearAllocator']]], + ['buildbvtree_3050',['buildBvTree',['../structdtNavMeshCreateParams.html#a3c0dab8176f42294bd87c07a4fcce519',1,'dtNavMeshCreateParams']]], + ['button_5fheight_3051',['BUTTON_HEIGHT',['../imgui_8cpp.html#a83f45a813d7a4cde3f8a9bb8a5a7d163',1,'imgui.cpp']]], + ['bvnodecount_3052',['bvNodeCount',['../structdtMeshHeader.html#a266e9ad927fe5cbbd3c3c0ffd4e9f5f0',1,'dtMeshHeader']]], + ['bvquantfactor_3053',['bvQuantFactor',['../structdtMeshHeader.html#ab415943e0064a6ed0501e8e7da0e5d26',1,'dtMeshHeader']]], + ['bvtree_3054',['bvTree',['../structdtMeshTile.html#a1e1f626924faa6974363c142c40e632e',1,'dtMeshTile']]] ]; diff --git a/search/variables_10.js b/search/variables_10.js index a1959961..c9853a19 100644 --- a/search/variables_10.js +++ b/search/variables_10.js @@ -1,23 +1,23 @@ var searchData= [ - ['sallocfunc_3450',['sAllocFunc',['../DetourAlloc_8cpp.html#a0f08afad9e7466f3ccbddf92700b5342',1,'DetourAlloc.cpp']]], - ['salt_3451',['salt',['../structdtCompressedTile.html#a9df1de3328c707f4fb75d15522ec8ec3',1,'dtCompressedTile::salt()'],['../structdtMeshTile.html#a21bccdc0f5d778d886eaa5aae72b400f',1,'dtMeshTile::salt()'],['../structdtTileCacheObstacle.html#aaed7d123d0feb3efcfa735968c478fe3',1,'dtTileCacheObstacle::salt()']]], - ['sassertfailfunc_3452',['sAssertFailFunc',['../DetourAssert_8cpp.html#a7bbc68bcf03ba893c2d7e78eb46e9dd7',1,'DetourAssert.cpp']]], - ['scroll_3453',['scroll',['../structGuiState.html#aac5d3f5ae7a567ab5f5fd18d4b2c3d6b',1,'GuiState']]], - ['scroll_5farea_5fpadding_3454',['SCROLL_AREA_PADDING',['../imgui_8cpp.html#a9834182fe5c469ee992dc99bc00ab90e',1,'imgui.cpp']]], - ['separationweight_3455',['separationWeight',['../structdtCrowdAgentParams.html#a616534204934492b4f3bc7eb2ff49a0b',1,'dtCrowdAgentParams']]], - ['sfreefunc_3456',['sFreeFunc',['../DetourAlloc_8cpp.html#a8175e527667d6a55c4acd7c573ea2ccb',1,'DetourAlloc.cpp']]], - ['side_3457',['side',['../structdtLink.html#a62d34d0e6350fe9790e91ec287bc1423',1,'dtLink::side()'],['../structdtOffMeshConnection.html#a8c193e7df9998a218be48a39b2be1488',1,'dtOffMeshConnection::side()']]], - ['slider_5fheight_3458',['SLIDER_HEIGHT',['../imgui_8cpp.html#a75d709f0fb77b92df65419efafffca99',1,'imgui.cpp']]], - ['slider_5fmarker_5fwidth_3459',['SLIDER_MARKER_WIDTH',['../imgui_8cpp.html#add618dc9080f5b272f78837c844c933b',1,'imgui.cpp']]], - ['smax_3460',['smax',['../structrcSpan.html#a6bca504828087023719794cce9a5f0ab',1,'rcSpan']]], - ['smin_3461',['smin',['../structrcSpan.html#aba70c34dc95c49c4b3142b7d9ca9d359',1,'rcSpan']]], - ['solid_3462',['solid',['../structRasterizationContext.html#aaba97d97599e77368460046203b516e1',1,'RasterizationContext']]], - ['spancount_3463',['spanCount',['../structrcCompactHeightfield.html#a7206a15efe8a9e2a8e28b8c7d89b45bd',1,'rcCompactHeightfield::spanCount()'],['../structrcRegion.html#ad9093323ce31904ef59709b0664f31d3',1,'rcRegion::spanCount()']]], - ['spans_3464',['spans',['../structrcCompactHeightfield.html#a20f5a93095dfd199b0a9baad4127bec3',1,'rcCompactHeightfield::spans()'],['../structrcHeightfield.html#a0fea35ab8365dfcb38c63566abf7f261',1,'rcHeightfield::spans()']]], - ['srecastallocfunc_3465',['sRecastAllocFunc',['../RecastAlloc_8cpp.html#af1b06b448acf4005967583e7dc905a66',1,'RecastAlloc.cpp']]], - ['srecastassertfailfunc_3466',['sRecastAssertFailFunc',['../RecastAssert_8cpp.html#a2040287091fff4c9733a932d37f978b7',1,'RecastAssert.cpp']]], - ['srecastfreefunc_3467',['sRecastFreeFunc',['../RecastAlloc_8cpp.html#a64d9d48dc6a273593cf8034ab2e303de',1,'RecastAlloc.cpp']]], - ['startpos_3468',['startPos',['../structdtCrowdAgentAnimation.html#a738a08a7b93b678252680f453e4df851',1,'dtCrowdAgentAnimation']]], - ['state_3469',['state',['../structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512',1,'dtTileCacheObstacle::state()'],['../structdtCrowdAgent.html#a091dd7851f63dbe00a59b54072152d5f',1,'dtCrowdAgent::state()'],['../structdtNode.html#a9ac33b320a8736d5d8f3f109b1b50bf1',1,'dtNode::state()']]] + ['sallocfunc_3448',['sAllocFunc',['../DetourAlloc_8cpp.html#a0f08afad9e7466f3ccbddf92700b5342',1,'DetourAlloc.cpp']]], + ['salt_3449',['salt',['../structdtCompressedTile.html#a9df1de3328c707f4fb75d15522ec8ec3',1,'dtCompressedTile::salt()'],['../structdtMeshTile.html#a21bccdc0f5d778d886eaa5aae72b400f',1,'dtMeshTile::salt()'],['../structdtTileCacheObstacle.html#aaed7d123d0feb3efcfa735968c478fe3',1,'dtTileCacheObstacle::salt()']]], + ['sassertfailfunc_3450',['sAssertFailFunc',['../DetourAssert_8cpp.html#a7bbc68bcf03ba893c2d7e78eb46e9dd7',1,'DetourAssert.cpp']]], + ['scroll_3451',['scroll',['../structGuiState.html#aac5d3f5ae7a567ab5f5fd18d4b2c3d6b',1,'GuiState']]], + ['scroll_5farea_5fpadding_3452',['SCROLL_AREA_PADDING',['../imgui_8cpp.html#a9834182fe5c469ee992dc99bc00ab90e',1,'imgui.cpp']]], + ['separationweight_3453',['separationWeight',['../structdtCrowdAgentParams.html#a616534204934492b4f3bc7eb2ff49a0b',1,'dtCrowdAgentParams']]], + ['sfreefunc_3454',['sFreeFunc',['../DetourAlloc_8cpp.html#a8175e527667d6a55c4acd7c573ea2ccb',1,'DetourAlloc.cpp']]], + ['side_3455',['side',['../structdtLink.html#a62d34d0e6350fe9790e91ec287bc1423',1,'dtLink::side()'],['../structdtOffMeshConnection.html#a8c193e7df9998a218be48a39b2be1488',1,'dtOffMeshConnection::side()']]], + ['slider_5fheight_3456',['SLIDER_HEIGHT',['../imgui_8cpp.html#a75d709f0fb77b92df65419efafffca99',1,'imgui.cpp']]], + ['slider_5fmarker_5fwidth_3457',['SLIDER_MARKER_WIDTH',['../imgui_8cpp.html#add618dc9080f5b272f78837c844c933b',1,'imgui.cpp']]], + ['smax_3458',['smax',['../structrcSpan.html#a6bca504828087023719794cce9a5f0ab',1,'rcSpan']]], + ['smin_3459',['smin',['../structrcSpan.html#aba70c34dc95c49c4b3142b7d9ca9d359',1,'rcSpan']]], + ['solid_3460',['solid',['../structRasterizationContext.html#aaba97d97599e77368460046203b516e1',1,'RasterizationContext']]], + ['spancount_3461',['spanCount',['../structrcCompactHeightfield.html#a7206a15efe8a9e2a8e28b8c7d89b45bd',1,'rcCompactHeightfield::spanCount()'],['../structrcRegion.html#ad9093323ce31904ef59709b0664f31d3',1,'rcRegion::spanCount()']]], + ['spans_3462',['spans',['../structrcCompactHeightfield.html#a20f5a93095dfd199b0a9baad4127bec3',1,'rcCompactHeightfield::spans()'],['../structrcHeightfield.html#a0fea35ab8365dfcb38c63566abf7f261',1,'rcHeightfield::spans()']]], + ['srecastallocfunc_3463',['sRecastAllocFunc',['../RecastAlloc_8cpp.html#af1b06b448acf4005967583e7dc905a66',1,'RecastAlloc.cpp']]], + ['srecastassertfailfunc_3464',['sRecastAssertFailFunc',['../RecastAssert_8cpp.html#a2040287091fff4c9733a932d37f978b7',1,'RecastAssert.cpp']]], + ['srecastfreefunc_3465',['sRecastFreeFunc',['../RecastAlloc_8cpp.html#a64d9d48dc6a273593cf8034ab2e303de',1,'RecastAlloc.cpp']]], + ['startpos_3466',['startPos',['../structdtCrowdAgentAnimation.html#a738a08a7b93b678252680f453e4df851',1,'dtCrowdAgentAnimation']]], + ['state_3467',['state',['../structdtTileCacheObstacle.html#a43d1c2aa32d48a2a88713ca3f62e0512',1,'dtTileCacheObstacle::state()'],['../structdtCrowdAgent.html#a091dd7851f63dbe00a59b54072152d5f',1,'dtCrowdAgent::state()'],['../structdtNode.html#a9ac33b320a8736d5d8f3f109b1b50bf1',1,'dtNode::state()']]] ]; diff --git a/search/variables_11.js b/search/variables_11.js index 34161147..553b24a6 100644 --- a/search/variables_11.js +++ b/search/variables_11.js @@ -1,39 +1,39 @@ var searchData= [ - ['t_3470',['t',['../structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e',1,'dtCrowdAgentAnimation::t()'],['../structdtRaycastHit.html#a890c2216ded62ca0932cd6ee27cc7ea9',1,'dtRaycastHit::t()']]], - ['targetpathqref_3471',['targetPathqRef',['../structdtCrowdAgent.html#a1e0f72d182c9cf391300840ab293976e',1,'dtCrowdAgent']]], - ['targetpos_3472',['targetPos',['../structdtCrowdAgent.html#a118c511ca6807b818da75bcd320fb21f',1,'dtCrowdAgent']]], - ['targetref_3473',['targetRef',['../structdtCrowdAgent.html#a0f33325c1c0bc4050eefe2e0690f84c6',1,'dtCrowdAgent']]], - ['targetreplan_3474',['targetReplan',['../structdtCrowdAgent.html#a6300c91130b2690ac64e327e8909d2c8',1,'dtCrowdAgent']]], - ['targetreplantime_3475',['targetReplanTime',['../structdtCrowdAgent.html#a58585d67fe18e987898f2d42405608b4',1,'dtCrowdAgent']]], - ['targetstate_3476',['targetState',['../structdtCrowdAgent.html#a221a6da715a7e67bbe39e8263ed39948',1,'dtCrowdAgent']]], - ['temp_5fcoord_5fcount_3477',['TEMP_COORD_COUNT',['../imguiRenderGL_8cpp.html#ae718683d9ce63c75123ec0c2305c006b',1,'imguiRenderGL.cpp']]], - ['text_3478',['text',['../structimguiGfxText.html#a46d1f241b44a57cfc99607b81e97f5b5',1,'imguiGfxText::text()'],['../structimguiGfxCmd.html#aa97c4773b8fc18c02f64d6db0e555d56',1,'imguiGfxCmd::text()']]], - ['text_5fheight_3479',['TEXT_HEIGHT',['../imgui_8cpp.html#aba34c2b3d4cfdc352d28fde0d1ca54cd',1,'imgui.cpp']]], - ['text_5fpool_5fsize_3480',['TEXT_POOL_SIZE',['../imgui_8cpp.html#aef2d6f9e49bc61336d50b80f94138977',1,'imgui.cpp']]], - ['tilecacheset_5fmagic_3481',['TILECACHESET_MAGIC',['../Sample__TempObstacles_8cpp.html#a877a1485eecb109f3d6431356bf30e94',1,'Sample_TempObstacles.cpp']]], - ['tilecacheset_5fversion_3482',['TILECACHESET_VERSION',['../Sample__TempObstacles_8cpp.html#a95caba88445c1ffa1faa5c9b931aba69',1,'Sample_TempObstacles.cpp']]], - ['tileheight_3483',['tileHeight',['../structdtNavMeshParams.html#acca8c83bab38cd8c7da8f10103e2c45a',1,'dtNavMeshParams']]], - ['tilelayer_3484',['tileLayer',['../structdtNavMeshCreateParams.html#a537e0bee7d1ddf992dc540d46fa337de',1,'dtNavMeshCreateParams']]], - ['tileref_3485',['tileRef',['../structNavMeshTileHeader.html#a8e3d1a3dfbc6517021c1bc5c796ac1d1',1,'NavMeshTileHeader::tileRef()'],['../structTileCacheTileHeader.html#aee23884943ee90ca7fcbe553ca064734',1,'TileCacheTileHeader::tileRef()']]], - ['tiles_3486',['tiles',['../structRasterizationContext.html#aec39fae70c6dc870ea044eb2c8bf6c05',1,'RasterizationContext']]], - ['tilesize_3487',['tileSize',['../structBuildSettings.html#ab0fdeb8745ad42637b9c4159d5d0b673',1,'BuildSettings::tileSize()'],['../structrcConfig.html#ac011c6166e1c722dd07427a7c301a601',1,'rcConfig::tileSize()']]], - ['tilewidth_3488',['tileWidth',['../structdtNavMeshParams.html#a53836f7c15d5e483209e01e9e1386e7e',1,'dtNavMeshParams']]], - ['tilex_3489',['tileX',['../structdtNavMeshCreateParams.html#ac3cd5e08f533bfd9767f70dd02f1cb33',1,'dtNavMeshCreateParams']]], - ['tiley_3490',['tileY',['../structdtNavMeshCreateParams.html#afc178088f515787cc8dec214559358e9',1,'dtNavMeshCreateParams']]], - ['tlayer_3491',['tlayer',['../structdtTileCacheLayerHeader.html#a73bd5f743faae4a1c485835d97fb7fc1',1,'dtTileCacheLayerHeader']]], - ['tmax_3492',['tmax',['../structdtCrowdAgentAnimation.html#a6895f4df2e560189e66fac03ca02e2ba',1,'dtCrowdAgentAnimation::tmax()'],['../structdtSegInterval.html#a4463687b08087da04f076ec79beb5c03',1,'dtSegInterval::tmax()']]], - ['tmin_3493',['tmin',['../structdtSegInterval.html#a93cb86ab8a97836ee145bb03bab7ed89',1,'dtSegInterval']]], - ['top_3494',['top',['../structLinearAllocator.html#a3f04785ab8a03ae9be0042d3c5eb059e',1,'LinearAllocator']]], - ['topologyopttime_3495',['topologyOptTime',['../structdtCrowdAgent.html#a6c9330e499ceb3df18e047130a29f8f8',1,'dtCrowdAgent']]], - ['total_3496',['total',['../structdtNode.html#aed27a8d0170505d1dba0cd3201bc6536',1,'dtNode']]], - ['touch_3497',['touch',['../structdtObstacleSegment.html#a26ef06bc8db4ec6ceac546dd4d34da83',1,'dtObstacleSegment']]], - ['touched_3498',['touched',['../structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6',1,'dtTileCacheObstacle']]], - ['triareas_3499',['triareas',['../structRasterizationContext.html#a7ddb6987ff79542ff58f837ee02fea9e',1,'RasterizationContext']]], - ['tribase_3500',['triBase',['../structdtPolyDetail.html#aaccd8de89ab39454558ce4bfe6230c98',1,'dtPolyDetail']]], - ['tricount_3501',['triCount',['../structdtPolyDetail.html#aef53174e1c31d4304bc07da5d677528c',1,'dtPolyDetail']]], - ['tris_3502',['tris',['../structrcPolyMeshDetail.html#a05e186a92fad184179c726debb033979',1,'rcPolyMeshDetail::tris()'],['../structrcChunkyTriMesh.html#a1bfb682902d948da8e2f1f575f22dba1',1,'rcChunkyTriMesh::tris()']]], - ['tx_3503',['tx',['../structdtTileCacheLayerHeader.html#a24118e3ecc122ac7685cf9636cced948',1,'dtTileCacheLayerHeader']]], - ['ty_3504',['ty',['../structdtTileCacheLayerHeader.html#a020f2fc8488811b19c7d1c70f854bee9',1,'dtTileCacheLayerHeader']]], - ['type_3505',['type',['../structdtTileCacheObstacle.html#af4848c786f8c2e4d9d182df72e333058',1,'dtTileCacheObstacle::type()'],['../structimguiGfxCmd.html#a3508ea30366854eae1909484cc179338',1,'imguiGfxCmd::type()']]] + ['t_3468',['t',['../structdtCrowdAgentAnimation.html#a96b279c54ccfe7d77cc576edbff7298e',1,'dtCrowdAgentAnimation::t()'],['../structdtRaycastHit.html#a890c2216ded62ca0932cd6ee27cc7ea9',1,'dtRaycastHit::t()']]], + ['targetpathqref_3469',['targetPathqRef',['../structdtCrowdAgent.html#a1e0f72d182c9cf391300840ab293976e',1,'dtCrowdAgent']]], + ['targetpos_3470',['targetPos',['../structdtCrowdAgent.html#a118c511ca6807b818da75bcd320fb21f',1,'dtCrowdAgent']]], + ['targetref_3471',['targetRef',['../structdtCrowdAgent.html#a0f33325c1c0bc4050eefe2e0690f84c6',1,'dtCrowdAgent']]], + ['targetreplan_3472',['targetReplan',['../structdtCrowdAgent.html#a6300c91130b2690ac64e327e8909d2c8',1,'dtCrowdAgent']]], + ['targetreplantime_3473',['targetReplanTime',['../structdtCrowdAgent.html#a58585d67fe18e987898f2d42405608b4',1,'dtCrowdAgent']]], + ['targetstate_3474',['targetState',['../structdtCrowdAgent.html#a221a6da715a7e67bbe39e8263ed39948',1,'dtCrowdAgent']]], + ['temp_5fcoord_5fcount_3475',['TEMP_COORD_COUNT',['../imguiRenderGL_8cpp.html#ae718683d9ce63c75123ec0c2305c006b',1,'imguiRenderGL.cpp']]], + ['text_3476',['text',['../structimguiGfxText.html#a46d1f241b44a57cfc99607b81e97f5b5',1,'imguiGfxText::text()'],['../structimguiGfxCmd.html#aa97c4773b8fc18c02f64d6db0e555d56',1,'imguiGfxCmd::text()']]], + ['text_5fheight_3477',['TEXT_HEIGHT',['../imgui_8cpp.html#aba34c2b3d4cfdc352d28fde0d1ca54cd',1,'imgui.cpp']]], + ['text_5fpool_5fsize_3478',['TEXT_POOL_SIZE',['../imgui_8cpp.html#aef2d6f9e49bc61336d50b80f94138977',1,'imgui.cpp']]], + ['tilecacheset_5fmagic_3479',['TILECACHESET_MAGIC',['../Sample__TempObstacles_8cpp.html#a877a1485eecb109f3d6431356bf30e94',1,'Sample_TempObstacles.cpp']]], + ['tilecacheset_5fversion_3480',['TILECACHESET_VERSION',['../Sample__TempObstacles_8cpp.html#a95caba88445c1ffa1faa5c9b931aba69',1,'Sample_TempObstacles.cpp']]], + ['tileheight_3481',['tileHeight',['../structdtNavMeshParams.html#acca8c83bab38cd8c7da8f10103e2c45a',1,'dtNavMeshParams']]], + ['tilelayer_3482',['tileLayer',['../structdtNavMeshCreateParams.html#a537e0bee7d1ddf992dc540d46fa337de',1,'dtNavMeshCreateParams']]], + ['tileref_3483',['tileRef',['../structNavMeshTileHeader.html#a8e3d1a3dfbc6517021c1bc5c796ac1d1',1,'NavMeshTileHeader::tileRef()'],['../structTileCacheTileHeader.html#aee23884943ee90ca7fcbe553ca064734',1,'TileCacheTileHeader::tileRef()']]], + ['tiles_3484',['tiles',['../structRasterizationContext.html#aec39fae70c6dc870ea044eb2c8bf6c05',1,'RasterizationContext']]], + ['tilesize_3485',['tileSize',['../structBuildSettings.html#ab0fdeb8745ad42637b9c4159d5d0b673',1,'BuildSettings::tileSize()'],['../structrcConfig.html#ac011c6166e1c722dd07427a7c301a601',1,'rcConfig::tileSize()']]], + ['tilewidth_3486',['tileWidth',['../structdtNavMeshParams.html#a53836f7c15d5e483209e01e9e1386e7e',1,'dtNavMeshParams']]], + ['tilex_3487',['tileX',['../structdtNavMeshCreateParams.html#ac3cd5e08f533bfd9767f70dd02f1cb33',1,'dtNavMeshCreateParams']]], + ['tiley_3488',['tileY',['../structdtNavMeshCreateParams.html#afc178088f515787cc8dec214559358e9',1,'dtNavMeshCreateParams']]], + ['tlayer_3489',['tlayer',['../structdtTileCacheLayerHeader.html#a73bd5f743faae4a1c485835d97fb7fc1',1,'dtTileCacheLayerHeader']]], + ['tmax_3490',['tmax',['../structdtCrowdAgentAnimation.html#a6895f4df2e560189e66fac03ca02e2ba',1,'dtCrowdAgentAnimation::tmax()'],['../structdtSegInterval.html#a4463687b08087da04f076ec79beb5c03',1,'dtSegInterval::tmax()']]], + ['tmin_3491',['tmin',['../structdtSegInterval.html#a93cb86ab8a97836ee145bb03bab7ed89',1,'dtSegInterval']]], + ['top_3492',['top',['../structLinearAllocator.html#a3f04785ab8a03ae9be0042d3c5eb059e',1,'LinearAllocator']]], + ['topologyopttime_3493',['topologyOptTime',['../structdtCrowdAgent.html#a6c9330e499ceb3df18e047130a29f8f8',1,'dtCrowdAgent']]], + ['total_3494',['total',['../structdtNode.html#aed27a8d0170505d1dba0cd3201bc6536',1,'dtNode']]], + ['touch_3495',['touch',['../structdtObstacleSegment.html#a26ef06bc8db4ec6ceac546dd4d34da83',1,'dtObstacleSegment']]], + ['touched_3496',['touched',['../structdtTileCacheObstacle.html#a33a2a7301e5836a84af09074a8da8fe6',1,'dtTileCacheObstacle']]], + ['triareas_3497',['triareas',['../structRasterizationContext.html#a7ddb6987ff79542ff58f837ee02fea9e',1,'RasterizationContext']]], + ['tribase_3498',['triBase',['../structdtPolyDetail.html#aaccd8de89ab39454558ce4bfe6230c98',1,'dtPolyDetail']]], + ['tricount_3499',['triCount',['../structdtPolyDetail.html#aef53174e1c31d4304bc07da5d677528c',1,'dtPolyDetail']]], + ['tris_3500',['tris',['../structrcPolyMeshDetail.html#a05e186a92fad184179c726debb033979',1,'rcPolyMeshDetail::tris()'],['../structrcChunkyTriMesh.html#a1bfb682902d948da8e2f1f575f22dba1',1,'rcChunkyTriMesh::tris()']]], + ['tx_3501',['tx',['../structdtTileCacheLayerHeader.html#a24118e3ecc122ac7685cf9636cced948',1,'dtTileCacheLayerHeader']]], + ['ty_3502',['ty',['../structdtTileCacheLayerHeader.html#a020f2fc8488811b19c7d1c70f854bee9',1,'dtTileCacheLayerHeader']]], + ['type_3503',['type',['../structdtTileCacheObstacle.html#af4848c786f8c2e4d9d182df72e333058',1,'dtTileCacheObstacle::type()'],['../structimguiGfxCmd.html#a3508ea30366854eae1909484cc179338',1,'imguiGfxCmd::type()']]] ]; diff --git a/search/variables_12.js b/search/variables_12.js index f839be0d..7b5cb29c 100644 --- a/search/variables_12.js +++ b/search/variables_12.js @@ -1,7 +1,7 @@ var searchData= [ - ['units_3506',['units',['../structGraphParams.html#ae85fabe02151892f17d6a1bddf4c79a9',1,'GraphParams']]], - ['updateflags_3507',['updateFlags',['../structdtCrowdAgentParams.html#a7066a4477bbfa53fc1c983e17aa3e5ae',1,'dtCrowdAgentParams']]], - ['userdata_3508',['userData',['../structdtCrowdAgentParams.html#a22dd9c496ce4404b8e2a836a14a01281',1,'dtCrowdAgentParams']]], - ['userid_3509',['userId',['../structdtOffMeshConnection.html#a157eae33ff9cb301e25f822a9d0b74dc',1,'dtOffMeshConnection::userId()'],['../structdtMeshHeader.html#a12351c24b7a9fc6456353c22960b6769',1,'dtMeshHeader::userId()'],['../structdtNavMeshCreateParams.html#aeb8e8fb9fed1e6f47292f5016f9eee0a',1,'dtNavMeshCreateParams::userId()']]] + ['units_3504',['units',['../structGraphParams.html#ae85fabe02151892f17d6a1bddf4c79a9',1,'GraphParams']]], + ['updateflags_3505',['updateFlags',['../structdtCrowdAgentParams.html#a7066a4477bbfa53fc1c983e17aa3e5ae',1,'dtCrowdAgentParams']]], + ['userdata_3506',['userData',['../structdtCrowdAgentParams.html#a22dd9c496ce4404b8e2a836a14a01281',1,'dtCrowdAgentParams']]], + ['userid_3507',['userId',['../structdtOffMeshConnection.html#a157eae33ff9cb301e25f822a9d0b74dc',1,'dtOffMeshConnection::userId()'],['../structdtMeshHeader.html#a12351c24b7a9fc6456353c22960b6769',1,'dtMeshHeader::userId()'],['../structdtNavMeshCreateParams.html#aeb8e8fb9fed1e6f47292f5016f9eee0a',1,'dtNavMeshCreateParams::userId()']]] ]; diff --git a/search/variables_13.js b/search/variables_13.js index 581f3de3..023ff29f 100644 --- a/search/variables_13.js +++ b/search/variables_13.js @@ -1,17 +1,17 @@ var searchData= [ - ['vel_3510',['vel',['../structdtObstacleCircle.html#a8b044ab90c679b65dc7c326eda19c1e8',1,'dtObstacleCircle::vel()'],['../structdtCrowdAgent.html#a488e32669d4ed67a7945db9f79e45dca',1,'dtCrowdAgent::vel()']]], - ['velbias_3511',['velBias',['../structdtObstacleAvoidanceParams.html#aa0f2c37d4f28a77a68df51efa53f10c8',1,'dtObstacleAvoidanceParams']]], - ['version_3512',['version',['../structdtMeshHeader.html#a22f4453e3e449586b26d71d8153bfb02',1,'dtMeshHeader::version()'],['../structdtTileState.html#ad24ddf11608ec1f0b43f676a2437483f',1,'dtTileState::version()'],['../structdtTileCacheLayerHeader.html#ac568165a80d945c62522408d7f9cdc62',1,'dtTileCacheLayerHeader::version()'],['../structNavMeshSetHeader.html#ae824a2a6da1c7026a84cce8d6ffd10f8',1,'NavMeshSetHeader::version()'],['../structTileCacheSetHeader.html#af3c63745db5ba90ee080f739b3bea50f',1,'TileCacheSetHeader::version()']]], - ['vert_3513',['vert',['../structrcEdge.html#a7c483c5d52d1caa50d3305c175822bcc',1,'rcEdge::vert()'],['../structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3',1,'rcPotentialDiagonal::vert()']]], - ['vertbase_3514',['vertBase',['../structdtPolyDetail.html#ae3f408c9c8974ccd058a98f781c58801',1,'dtPolyDetail']]], - ['vertcount_3515',['vertCount',['../structdtPoly.html#af940c431464c022f844e61130f83d9c2',1,'dtPoly::vertCount()'],['../structdtPolyDetail.html#a2b1473cb6f856126db05a2955fbb2a61',1,'dtPolyDetail::vertCount()'],['../structdtMeshHeader.html#aad331f09586b0959eeb0826152315b92',1,'dtMeshHeader::vertCount()'],['../structdtNavMeshCreateParams.html#a5cc3d74f4b38715cb1adf01c7d118c3f',1,'dtNavMeshCreateParams::vertCount()']]], - ['vertex_5fbucket_5fcount_3516',['VERTEX_BUCKET_COUNT',['../RecastMesh_8cpp.html#a3a4e01616a89d8ef01154d9dd46e0ccc',1,'RecastMesh.cpp']]], - ['vertex_5fbucket_5fcount2_3517',['VERTEX_BUCKET_COUNT2',['../DetourTileCacheBuilder_8cpp.html#a4d8910a63cb8f59faec2f3686b365ddb',1,'DetourTileCacheBuilder.cpp']]], - ['verts_3518',['verts',['../structdtNavMeshCreateParams.html#a000f1bbb0fbc2dbd9d34e73bcb50ae3f',1,'dtNavMeshCreateParams::verts()'],['../structdtTileCacheContour.html#a63c3ebf5aec913e13ab12ce7f0cd1daa',1,'dtTileCacheContour::verts()'],['../structdtTileCachePolyMesh.html#af501feeccdf8389bd7acc47e93984077',1,'dtTileCachePolyMesh::verts()'],['../structdtTempContour.html#ac8a3ec52b5e3667c91bfe38ec94d6699',1,'dtTempContour::verts()'],['../structrcContour.html#a71a33a9ba0930586b0c8ba595267d9da',1,'rcContour::verts()'],['../structrcPolyMesh.html#ac8cdf528edb57061e975eae22d45c4b7',1,'rcPolyMesh::verts()'],['../structrcPolyMeshDetail.html#a14af552d094aa71551d296f278861806',1,'rcPolyMeshDetail::verts()'],['../structConvexVolume.html#a75b3e7db1ed82a5bd44a495e17ee2e50',1,'ConvexVolume::verts()'],['../structdtMeshTile.html#abee62e6320aff3e2d0cdce239ec2c549',1,'dtMeshTile::verts()'],['../structdtPoly.html#acff94eb19526d33ef3c966b583d1d73f',1,'dtPoly::verts()']]], - ['vertsperpoly_3519',['vertsPerPoly',['../structBuildSettings.html#a84a1f04954895d4e378f7525266e0cdf',1,'BuildSettings']]], - ['visited_3520',['visited',['../structrcRegion.html#a59b8c8837159f85c1b8f7818976d26ae',1,'rcRegion']]], - ['vmax_3521',['vmax',['../structGraphParams.html#ad6c9f564ebd71765bfd0da26e20549b9',1,'GraphParams']]], - ['vmin_3522',['vmin',['../structGraphParams.html#a97a2e4045e8fef4ec319b1430892254b',1,'GraphParams']]], - ['vod_3523',['vod',['../structdtCrowdAgentDebugInfo.html#a64bc1afde8e9f8e1f3f42397fde21329',1,'dtCrowdAgentDebugInfo']]] + ['vel_3508',['vel',['../structdtObstacleCircle.html#a8b044ab90c679b65dc7c326eda19c1e8',1,'dtObstacleCircle::vel()'],['../structdtCrowdAgent.html#a488e32669d4ed67a7945db9f79e45dca',1,'dtCrowdAgent::vel()']]], + ['velbias_3509',['velBias',['../structdtObstacleAvoidanceParams.html#aa0f2c37d4f28a77a68df51efa53f10c8',1,'dtObstacleAvoidanceParams']]], + ['version_3510',['version',['../structdtMeshHeader.html#a22f4453e3e449586b26d71d8153bfb02',1,'dtMeshHeader::version()'],['../structdtTileState.html#ad24ddf11608ec1f0b43f676a2437483f',1,'dtTileState::version()'],['../structdtTileCacheLayerHeader.html#ac568165a80d945c62522408d7f9cdc62',1,'dtTileCacheLayerHeader::version()'],['../structNavMeshSetHeader.html#ae824a2a6da1c7026a84cce8d6ffd10f8',1,'NavMeshSetHeader::version()'],['../structTileCacheSetHeader.html#af3c63745db5ba90ee080f739b3bea50f',1,'TileCacheSetHeader::version()']]], + ['vert_3511',['vert',['../structrcEdge.html#a7c483c5d52d1caa50d3305c175822bcc',1,'rcEdge::vert()'],['../structrcPotentialDiagonal.html#aa0ab356474c301630105b9c4125bb0e3',1,'rcPotentialDiagonal::vert()']]], + ['vertbase_3512',['vertBase',['../structdtPolyDetail.html#ae3f408c9c8974ccd058a98f781c58801',1,'dtPolyDetail']]], + ['vertcount_3513',['vertCount',['../structdtPoly.html#af940c431464c022f844e61130f83d9c2',1,'dtPoly::vertCount()'],['../structdtPolyDetail.html#a2b1473cb6f856126db05a2955fbb2a61',1,'dtPolyDetail::vertCount()'],['../structdtMeshHeader.html#aad331f09586b0959eeb0826152315b92',1,'dtMeshHeader::vertCount()'],['../structdtNavMeshCreateParams.html#a5cc3d74f4b38715cb1adf01c7d118c3f',1,'dtNavMeshCreateParams::vertCount()']]], + ['vertex_5fbucket_5fcount_3514',['VERTEX_BUCKET_COUNT',['../RecastMesh_8cpp.html#a3a4e01616a89d8ef01154d9dd46e0ccc',1,'RecastMesh.cpp']]], + ['vertex_5fbucket_5fcount2_3515',['VERTEX_BUCKET_COUNT2',['../DetourTileCacheBuilder_8cpp.html#a4d8910a63cb8f59faec2f3686b365ddb',1,'DetourTileCacheBuilder.cpp']]], + ['verts_3516',['verts',['../structdtNavMeshCreateParams.html#a000f1bbb0fbc2dbd9d34e73bcb50ae3f',1,'dtNavMeshCreateParams::verts()'],['../structdtTileCacheContour.html#a63c3ebf5aec913e13ab12ce7f0cd1daa',1,'dtTileCacheContour::verts()'],['../structdtTileCachePolyMesh.html#af501feeccdf8389bd7acc47e93984077',1,'dtTileCachePolyMesh::verts()'],['../structdtTempContour.html#ac8a3ec52b5e3667c91bfe38ec94d6699',1,'dtTempContour::verts()'],['../structrcContour.html#a71a33a9ba0930586b0c8ba595267d9da',1,'rcContour::verts()'],['../structrcPolyMesh.html#ac8cdf528edb57061e975eae22d45c4b7',1,'rcPolyMesh::verts()'],['../structrcPolyMeshDetail.html#a14af552d094aa71551d296f278861806',1,'rcPolyMeshDetail::verts()'],['../structConvexVolume.html#a75b3e7db1ed82a5bd44a495e17ee2e50',1,'ConvexVolume::verts()'],['../structdtMeshTile.html#abee62e6320aff3e2d0cdce239ec2c549',1,'dtMeshTile::verts()'],['../structdtPoly.html#acff94eb19526d33ef3c966b583d1d73f',1,'dtPoly::verts()']]], + ['vertsperpoly_3517',['vertsPerPoly',['../structBuildSettings.html#a84a1f04954895d4e378f7525266e0cdf',1,'BuildSettings']]], + ['visited_3518',['visited',['../structrcRegion.html#a59b8c8837159f85c1b8f7818976d26ae',1,'rcRegion']]], + ['vmax_3519',['vmax',['../structGraphParams.html#ad6c9f564ebd71765bfd0da26e20549b9',1,'GraphParams']]], + ['vmin_3520',['vmin',['../structGraphParams.html#a97a2e4045e8fef4ec319b1430892254b',1,'GraphParams']]], + ['vod_3521',['vod',['../structdtCrowdAgentDebugInfo.html#a64bc1afde8e9f8e1f3f42397fde21329',1,'dtCrowdAgentDebugInfo']]] ]; diff --git a/search/variables_14.js b/search/variables_14.js index 9dc2c32d..ec740fce 100644 --- a/search/variables_14.js +++ b/search/variables_14.js @@ -1,18 +1,18 @@ var searchData= [ - ['w_3524',['w',['../structGraphParams.html#afec1e47c45ff952475f1d2bcae60ba72',1,'GraphParams::w()'],['../structimguiGfxRect.html#aec658995a4c5a20fb2a61abdd98d18b0',1,'imguiGfxRect::w()']]], - ['walkableclimb_3525',['walkableClimb',['../structdtMeshHeader.html#abd05a74e3a83474d0073118059f11273',1,'dtMeshHeader::walkableClimb()'],['../structdtNavMeshCreateParams.html#a2ccf071ca70fe5566ddd2f214bac7779',1,'dtNavMeshCreateParams::walkableClimb()'],['../structdtTileCacheParams.html#a9d83b6704bebc30682a1f2e97d09d1fc',1,'dtTileCacheParams::walkableClimb()'],['../structrcConfig.html#a9b6bbabb4857e3f4bf4428af86ee7673',1,'rcConfig::walkableClimb()'],['../structrcCompactHeightfield.html#ae403555331ef3d2624ca9433226bd683',1,'rcCompactHeightfield::walkableClimb()']]], - ['walkableheight_3526',['walkableHeight',['../structdtMeshHeader.html#a841dd28baa87ecf4a67868d44d212349',1,'dtMeshHeader::walkableHeight()'],['../structdtNavMeshCreateParams.html#a1d7c8d3ae651371b0ce5acbc19f9221e',1,'dtNavMeshCreateParams::walkableHeight()'],['../structdtTileCacheParams.html#ab9a8b82edf527b2396f778a8b4121f88',1,'dtTileCacheParams::walkableHeight()'],['../structrcConfig.html#a2483649686584b9d696ac00b968dedaa',1,'rcConfig::walkableHeight()'],['../structrcCompactHeightfield.html#a04baed5c41b0e19e525e3136b138dc1a',1,'rcCompactHeightfield::walkableHeight()']]], - ['walkableradius_3527',['walkableRadius',['../structdtMeshHeader.html#af46713cd7140c9cea829730c246e146d',1,'dtMeshHeader::walkableRadius()'],['../structdtNavMeshCreateParams.html#a5c467f6297663e0ed82c49d768bc3b12',1,'dtNavMeshCreateParams::walkableRadius()'],['../structdtTileCacheParams.html#ae2c266df6a6a9feb25c3ab7d6aff2616',1,'dtTileCacheParams::walkableRadius()'],['../structrcConfig.html#a57a961a919d76559d6124d60ddf73864',1,'rcConfig::walkableRadius()']]], - ['walkableslopeangle_3528',['walkableSlopeAngle',['../structrcConfig.html#a689373b55bb5fab1d3284b716e972fe0',1,'rcConfig']]], - ['weightcurvel_3529',['weightCurVel',['../structdtObstacleAvoidanceParams.html#af7ec3edc6cae60dd41cc8df169b3ae63',1,'dtObstacleAvoidanceParams']]], - ['weightdesvel_3530',['weightDesVel',['../structdtObstacleAvoidanceParams.html#a5d409ac4b0ab128139caf586f130d079',1,'dtObstacleAvoidanceParams']]], - ['weightside_3531',['weightSide',['../structdtObstacleAvoidanceParams.html#a310499f03a1697ab7c32db9565bf8329',1,'dtObstacleAvoidanceParams']]], - ['weighttoi_3532',['weightToi',['../structdtObstacleAvoidanceParams.html#a7cfb9d5a8b8a3358e95755bd81811c26',1,'dtObstacleAvoidanceParams']]], - ['wentactive_3533',['wentActive',['../structGuiState.html#a781a53ecc27ed89de4b0a425a5452792',1,'GuiState']]], - ['widgetid_3534',['widgetId',['../structGuiState.html#adbb0ec177af2c0beaf4471339952d522',1,'GuiState']]], - ['widgetw_3535',['widgetW',['../structGuiState.html#a41ad9753307581846e18f4c412c65044',1,'GuiState']]], - ['widgetx_3536',['widgetX',['../structGuiState.html#ae5e5321a872b52b30c9582b74d6a45ea',1,'GuiState']]], - ['widgety_3537',['widgetY',['../structGuiState.html#ae30e4fb22d16fa188b02b4ae41c6691b',1,'GuiState']]], - ['width_3538',['width',['../structdtTileCacheParams.html#a0028aaae0c422f2191be3f5f44a06c02',1,'dtTileCacheParams::width()'],['../structdtTileCacheLayerHeader.html#a967e7b1b310ae0a5a90168727c146f4c',1,'dtTileCacheLayerHeader::width()'],['../structrcConfig.html#aa870882b1addeb37535185740838eb32',1,'rcConfig::width()'],['../structrcHeightfield.html#a9dd6e386c167f1537e3c7638f6b9a752',1,'rcHeightfield::width()'],['../structrcCompactHeightfield.html#a98868c1df2523cd724696ed1d223ba13',1,'rcCompactHeightfield::width()'],['../structrcHeightfieldLayer.html#a6904f7a9539c4a5f88c2f134ac7b8649',1,'rcHeightfieldLayer::width()'],['../structrcContourSet.html#af165415f9e2ef3cf446786040864e6d2',1,'rcContourSet::width()'],['../structrcHeightPatch.html#ab26096449132f591083d5355b88953f8',1,'rcHeightPatch::width()']]] + ['w_3522',['w',['../structGraphParams.html#afec1e47c45ff952475f1d2bcae60ba72',1,'GraphParams::w()'],['../structimguiGfxRect.html#aec658995a4c5a20fb2a61abdd98d18b0',1,'imguiGfxRect::w()']]], + ['walkableclimb_3523',['walkableClimb',['../structdtMeshHeader.html#abd05a74e3a83474d0073118059f11273',1,'dtMeshHeader::walkableClimb()'],['../structdtNavMeshCreateParams.html#a2ccf071ca70fe5566ddd2f214bac7779',1,'dtNavMeshCreateParams::walkableClimb()'],['../structdtTileCacheParams.html#a9d83b6704bebc30682a1f2e97d09d1fc',1,'dtTileCacheParams::walkableClimb()'],['../structrcConfig.html#a9b6bbabb4857e3f4bf4428af86ee7673',1,'rcConfig::walkableClimb()'],['../structrcCompactHeightfield.html#ae403555331ef3d2624ca9433226bd683',1,'rcCompactHeightfield::walkableClimb()']]], + ['walkableheight_3524',['walkableHeight',['../structdtMeshHeader.html#a841dd28baa87ecf4a67868d44d212349',1,'dtMeshHeader::walkableHeight()'],['../structdtNavMeshCreateParams.html#a1d7c8d3ae651371b0ce5acbc19f9221e',1,'dtNavMeshCreateParams::walkableHeight()'],['../structdtTileCacheParams.html#ab9a8b82edf527b2396f778a8b4121f88',1,'dtTileCacheParams::walkableHeight()'],['../structrcConfig.html#a2483649686584b9d696ac00b968dedaa',1,'rcConfig::walkableHeight()'],['../structrcCompactHeightfield.html#a04baed5c41b0e19e525e3136b138dc1a',1,'rcCompactHeightfield::walkableHeight()']]], + ['walkableradius_3525',['walkableRadius',['../structdtMeshHeader.html#af46713cd7140c9cea829730c246e146d',1,'dtMeshHeader::walkableRadius()'],['../structdtNavMeshCreateParams.html#a5c467f6297663e0ed82c49d768bc3b12',1,'dtNavMeshCreateParams::walkableRadius()'],['../structdtTileCacheParams.html#ae2c266df6a6a9feb25c3ab7d6aff2616',1,'dtTileCacheParams::walkableRadius()'],['../structrcConfig.html#a57a961a919d76559d6124d60ddf73864',1,'rcConfig::walkableRadius()']]], + ['walkableslopeangle_3526',['walkableSlopeAngle',['../structrcConfig.html#a689373b55bb5fab1d3284b716e972fe0',1,'rcConfig']]], + ['weightcurvel_3527',['weightCurVel',['../structdtObstacleAvoidanceParams.html#af7ec3edc6cae60dd41cc8df169b3ae63',1,'dtObstacleAvoidanceParams']]], + ['weightdesvel_3528',['weightDesVel',['../structdtObstacleAvoidanceParams.html#a5d409ac4b0ab128139caf586f130d079',1,'dtObstacleAvoidanceParams']]], + ['weightside_3529',['weightSide',['../structdtObstacleAvoidanceParams.html#a310499f03a1697ab7c32db9565bf8329',1,'dtObstacleAvoidanceParams']]], + ['weighttoi_3530',['weightToi',['../structdtObstacleAvoidanceParams.html#a7cfb9d5a8b8a3358e95755bd81811c26',1,'dtObstacleAvoidanceParams']]], + ['wentactive_3531',['wentActive',['../structGuiState.html#a781a53ecc27ed89de4b0a425a5452792',1,'GuiState']]], + ['widgetid_3532',['widgetId',['../structGuiState.html#adbb0ec177af2c0beaf4471339952d522',1,'GuiState']]], + ['widgetw_3533',['widgetW',['../structGuiState.html#a41ad9753307581846e18f4c412c65044',1,'GuiState']]], + ['widgetx_3534',['widgetX',['../structGuiState.html#ae5e5321a872b52b30c9582b74d6a45ea',1,'GuiState']]], + ['widgety_3535',['widgetY',['../structGuiState.html#ae30e4fb22d16fa188b02b4ae41c6691b',1,'GuiState']]], + ['width_3536',['width',['../structdtTileCacheParams.html#a0028aaae0c422f2191be3f5f44a06c02',1,'dtTileCacheParams::width()'],['../structdtTileCacheLayerHeader.html#a967e7b1b310ae0a5a90168727c146f4c',1,'dtTileCacheLayerHeader::width()'],['../structrcConfig.html#aa870882b1addeb37535185740838eb32',1,'rcConfig::width()'],['../structrcHeightfield.html#a9dd6e386c167f1537e3c7638f6b9a752',1,'rcHeightfield::width()'],['../structrcCompactHeightfield.html#a98868c1df2523cd724696ed1d223ba13',1,'rcCompactHeightfield::width()'],['../structrcHeightfieldLayer.html#a6904f7a9539c4a5f88c2f134ac7b8649',1,'rcHeightfieldLayer::width()'],['../structrcContourSet.html#af165415f9e2ef3cf446786040864e6d2',1,'rcContourSet::width()'],['../structrcHeightPatch.html#ab26096449132f591083d5355b88953f8',1,'rcHeightPatch::width()']]] ]; diff --git a/search/variables_15.js b/search/variables_15.js index 2129cb81..f4010ae7 100644 --- a/search/variables_15.js +++ b/search/variables_15.js @@ -1,7 +1,7 @@ var searchData= [ - ['x_3539',['x',['../structdtMeshHeader.html#ae577ca0c9fba95254b699a51483e374c',1,'dtMeshHeader::x()'],['../structimguiGfxRect.html#ab702cb223baf33e949741d5bbc8778dd',1,'imguiGfxRect::x()'],['../structimguiGfxText.html#ad7bf3cc0e24e63d997c335b7a5e15d25',1,'imguiGfxText::x()'],['../structGraphParams.html#ace7d34643e947127db99c65dbbff03e1',1,'GraphParams::x()']]], - ['x0_3540',['x0',['../structimguiGfxLine.html#a77dee23b2e6f3582591b197b157276b4',1,'imguiGfxLine']]], - ['x1_3541',['x1',['../structimguiGfxLine.html#ae3ced14f8ccc697421abfbb8c45a8b9b',1,'imguiGfxLine']]], - ['xmin_3542',['xmin',['../structrcHeightPatch.html#ac8af7bf8fa73d87c84ba155fd48be28a',1,'rcHeightPatch']]] + ['x_3537',['x',['../structdtMeshHeader.html#ae577ca0c9fba95254b699a51483e374c',1,'dtMeshHeader::x()'],['../structimguiGfxRect.html#ab702cb223baf33e949741d5bbc8778dd',1,'imguiGfxRect::x()'],['../structimguiGfxText.html#ad7bf3cc0e24e63d997c335b7a5e15d25',1,'imguiGfxText::x()'],['../structGraphParams.html#ace7d34643e947127db99c65dbbff03e1',1,'GraphParams::x()']]], + ['x0_3538',['x0',['../structimguiGfxLine.html#a77dee23b2e6f3582591b197b157276b4',1,'imguiGfxLine']]], + ['x1_3539',['x1',['../structimguiGfxLine.html#ae3ced14f8ccc697421abfbb8c45a8b9b',1,'imguiGfxLine']]], + ['xmin_3540',['xmin',['../structrcHeightPatch.html#ac8af7bf8fa73d87c84ba155fd48be28a',1,'rcHeightPatch']]] ]; diff --git a/search/variables_16.js b/search/variables_16.js index 0c108bec..ba5ae394 100644 --- a/search/variables_16.js +++ b/search/variables_16.js @@ -1,8 +1,8 @@ var searchData= [ - ['y_3543',['y',['../structdtMeshHeader.html#a9969f562faa5990fec5ff27c9d2b50b9',1,'dtMeshHeader::y()'],['../structrcCompactSpan.html#a51e8cdcf30408a3f84da22c4d2623b68',1,'rcCompactSpan::y()'],['../structimguiGfxRect.html#a4e555e92963a7972428af94ebc560285',1,'imguiGfxRect::y()'],['../structimguiGfxText.html#ad760b02492ffb7f9a1e8a5dcef9d9ba5',1,'imguiGfxText::y()'],['../structGraphParams.html#af6b3d7848eb8ef348b636f15cd33bd12',1,'GraphParams::y()']]], - ['y0_3544',['y0',['../structimguiGfxLine.html#a1d5c294bc5a64a07ee855c4be3487f7a',1,'imguiGfxLine']]], - ['y1_3545',['y1',['../structimguiGfxLine.html#aa7f7bd3941ff8fd8014f119b0a123193',1,'imguiGfxLine']]], - ['ymax_3546',['ymax',['../structrcLayerRegion.html#ac62ab3eceaca8cb92f3b72c9ef697bb4',1,'rcLayerRegion::ymax()'],['../structrcRegion.html#a84ec21b2fef6d82817283727f295f14e',1,'rcRegion::ymax()']]], - ['ymin_3547',['ymin',['../structrcLayerRegion.html#a5d6ec3a8040c16fd837ea4e06264044c',1,'rcLayerRegion::ymin()'],['../structrcHeightPatch.html#addd346c10b03e29029ffe5c520e8f66f',1,'rcHeightPatch::ymin()'],['../structrcRegion.html#a058cf62973ff65b0d277724ed7cde9a8',1,'rcRegion::ymin()']]] + ['y_3541',['y',['../structdtMeshHeader.html#a9969f562faa5990fec5ff27c9d2b50b9',1,'dtMeshHeader::y()'],['../structrcCompactSpan.html#a51e8cdcf30408a3f84da22c4d2623b68',1,'rcCompactSpan::y()'],['../structimguiGfxRect.html#a4e555e92963a7972428af94ebc560285',1,'imguiGfxRect::y()'],['../structimguiGfxText.html#ad760b02492ffb7f9a1e8a5dcef9d9ba5',1,'imguiGfxText::y()'],['../structGraphParams.html#af6b3d7848eb8ef348b636f15cd33bd12',1,'GraphParams::y()']]], + ['y0_3542',['y0',['../structimguiGfxLine.html#a1d5c294bc5a64a07ee855c4be3487f7a',1,'imguiGfxLine']]], + ['y1_3543',['y1',['../structimguiGfxLine.html#aa7f7bd3941ff8fd8014f119b0a123193',1,'imguiGfxLine']]], + ['ymax_3544',['ymax',['../structrcLayerRegion.html#ac62ab3eceaca8cb92f3b72c9ef697bb4',1,'rcLayerRegion::ymax()'],['../structrcRegion.html#a84ec21b2fef6d82817283727f295f14e',1,'rcRegion::ymax()']]], + ['ymin_3545',['ymin',['../structrcLayerRegion.html#a5d6ec3a8040c16fd837ea4e06264044c',1,'rcLayerRegion::ymin()'],['../structrcHeightPatch.html#addd346c10b03e29029ffe5c520e8f66f',1,'rcHeightPatch::ymin()'],['../structrcRegion.html#a058cf62973ff65b0d277724ed7cde9a8',1,'rcRegion::ymin()']]] ]; diff --git a/search/variables_2.js b/search/variables_2.js index da39c709..cd9673f1 100644 --- a/search/variables_2.js +++ b/search/variables_2.js @@ -1,38 +1,38 @@ var searchData= [ - ['cacheparams_3057',['cacheParams',['../structTileCacheSetHeader.html#abc363573908ea46bed77e3b0f94e0325',1,'TileCacheSetHeader']]], - ['capacity_3058',['capacity',['../structLinearAllocator.html#a8cb5d425605fe6284b00f353e30291c4',1,'LinearAllocator']]], - ['cellheight_3059',['cellHeight',['../structBuildSettings.html#acb225540c7c5af7a1f7b69818594e2c1',1,'BuildSettings']]], - ['cells_3060',['cells',['../structrcCompactHeightfield.html#ab497c9a9f6e0f1b8882fada13ce880a5',1,'rcCompactHeightfield']]], - ['cellsize_3061',['cellSize',['../structBuildSettings.html#aa0ba3ebfa84413cb718ea2c5f5d22baf',1,'BuildSettings']]], - ['center_3062',['center',['../structdtObstacleOrientedBox.html#a8cad84afa4b3beb3cfd482309ea9f913',1,'dtObstacleOrientedBox']]], - ['ch_3063',['ch',['../structdtNavMeshCreateParams.html#aabc87cedcd783bdd16b8b4377fdb8ccf',1,'dtNavMeshCreateParams::ch()'],['../structdtTileCacheParams.html#a366560e2dd03f2d8a2ceaf9b08cc7578',1,'dtTileCacheParams::ch()'],['../structrcConfig.html#acdde0dfdbb39611966ece78ef473d861',1,'rcConfig::ch()'],['../structrcHeightfield.html#a23488349cb552d5410e29d089234effc',1,'rcHeightfield::ch()'],['../structrcCompactHeightfield.html#a39baf56bf3baf2b026aae0a309facaf4',1,'rcCompactHeightfield::ch()'],['../structrcHeightfieldLayer.html#a4e3df2893e1773e801e6f41d077715d6',1,'rcHeightfieldLayer::ch()'],['../structrcContourSet.html#ada4d5c2916f351065c6f5a382f087ebc',1,'rcContourSet::ch()'],['../structrcPolyMesh.html#aa1ba795ddbb893da041b2a5273716ac5',1,'rcPolyMesh::ch()']]], - ['check_5fsize_3064',['CHECK_SIZE',['../imgui_8cpp.html#a9a4e4d92b84c20d87d22cd139b0781d9',1,'imgui.cpp']]], - ['chf_3065',['chf',['../structRasterizationContext.html#a2a98a22419a616072ec865a83a167b19',1,'RasterizationContext']]], - ['chf_5fmagic_3066',['CHF_MAGIC',['../RecastDump_8cpp.html#af5311bee0fd48670a0f14539c1f8b24c',1,'RecastDump.cpp']]], - ['chf_5fversion_3067',['CHF_VERSION',['../RecastDump_8cpp.html#a8f954aa8135b2c9f2ae8fd2bd8529398',1,'RecastDump.cpp']]], - ['circle_5fverts_3068',['CIRCLE_VERTS',['../imguiRenderGL_8cpp.html#a27fc87775d88c51445a4dd1b7e67d513',1,'imguiRenderGL.cpp']]], - ['col_3069',['col',['../structimguiGfxCmd.html#a79777935f7150173eba508835942bb42',1,'imguiGfxCmd']]], - ['collisionqueryrange_3070',['collisionQueryRange',['../structdtCrowdAgentParams.html#a5e1c7373b02e2f926360e3d3130be068',1,'dtCrowdAgentParams']]], - ['compressed_3071',['compressed',['../structdtCompressedTile.html#a1dc4612b07c4fea0b4df5065345bec31',1,'dtCompressedTile']]], - ['compressedsize_3072',['compressedSize',['../structdtCompressedTile.html#a27134afd3e266ece7c7465bf04f04b8d',1,'dtCompressedTile']]], - ['con_3073',['con',['../structrcCompactSpan.html#ac01d1dafd150efc71de4ee671edb8539',1,'rcCompactSpan']]], - ['connections_3074',['connections',['../structrcRegion.html#ac6cbe80ad7da2858aa3f463079bc391e',1,'rcRegion']]], - ['connectstoborder_3075',['connectsToBorder',['../structrcRegion.html#a4ddce7919ddb139fe21ac4c05b5c3f79',1,'rcRegion']]], - ['cons_3076',['cons',['../structdtTileCacheLayer.html#aa81a7e641ccfb8e00f0072efae4d74fd',1,'dtTileCacheLayer::cons()'],['../structrcHeightfieldLayer.html#a48ca9f0db5708d03fe043e54bc515199',1,'rcHeightfieldLayer::cons()']]], - ['contour_3077',['contour',['../structrcContourHole.html#a11fb23a6bba9ccc948b8779aa78f6b54',1,'rcContourHole']]], - ['conts_3078',['conts',['../structdtTileCacheContourSet.html#a02af11366a4bb181741c45bfc3bf0172',1,'dtTileCacheContourSet::conts()'],['../structrcContourSet.html#ad737b7220701eeae5aa9c488d4d4f18d',1,'rcContourSet::conts()']]], - ['cornerflags_3079',['cornerFlags',['../structdtCrowdAgent.html#a0dbc76cfc32de7dfa2ddd72e8cbfd1a0',1,'dtCrowdAgent']]], - ['cornerpolys_3080',['cornerPolys',['../structdtCrowdAgent.html#aa1e643c3106128708ca2c66535ac0bbd',1,'dtCrowdAgent']]], - ['cornerverts_3081',['cornerVerts',['../structdtCrowdAgent.html#aa63798503ee7acead84e16ce73d21419',1,'dtCrowdAgent']]], - ['corridor_3082',['corridor',['../structdtCrowdAgent.html#a65166bf21e82273168b4f6f4864044ef',1,'dtCrowdAgent']]], - ['cost_3083',['cost',['../structdtNode.html#a253defdaa9ea8dbe9ea5991bcfb75b32',1,'dtNode']]], - ['count_3084',['count',['../structrcCompactCell.html#a70bb509654a28a8c9d67bcb469d0b3ce',1,'rcCompactCell']]], - ['cpoly_3085',['cpoly',['../structdtTempContour.html#a0d3c890707733eb165076c44202b9058',1,'dtTempContour']]], - ['create_3086',['create',['../structSampleItem.html#a44ccc0676594f30f7c30e8c8b0fb053a',1,'SampleItem']]], - ['cs_3087',['cs',['../structrcHeightfieldLayer.html#af0311febcc96aa2a2b611e0a65478f49',1,'rcHeightfieldLayer::cs()'],['../structrcPolyMesh.html#a4c3ca520c55f96037cffcf6a92809563',1,'rcPolyMesh::cs()'],['../structrcContourSet.html#a1dbf04db7e828a3757e951e4f8499c95',1,'rcContourSet::cs()'],['../structrcCompactHeightfield.html#a75ee8e198d672db29a2f98c7463c0b31',1,'rcCompactHeightfield::cs()'],['../structrcHeightfield.html#a3f28962585b2f726d809b1a86b925edb',1,'rcHeightfield::cs()'],['../structrcConfig.html#ae74c4bd2b0477f29a65a53ca9c59196d',1,'rcConfig::cs()'],['../structdtTileCacheParams.html#aa3d397344d70e8d65300ceec47bf6512',1,'dtTileCacheParams::cs()'],['../structdtNavMeshCreateParams.html#a2297125898dd39b19c515638d31cacfc',1,'dtNavMeshCreateParams::cs()']]], - ['cset_5fmagic_3088',['CSET_MAGIC',['../RecastDump_8cpp.html#a715b66346d870827210e9b90b9e5add9',1,'RecastDump.cpp']]], - ['cset_5fversion_3089',['CSET_VERSION',['../RecastDump_8cpp.html#a8888aaa743f054b6efd0e2ac8529df62',1,'RecastDump.cpp']]], - ['cverts_3090',['cverts',['../structdtTempContour.html#af7144f4b212231221298f01f47e461d3',1,'dtTempContour']]], - ['cylinder_3091',['cylinder',['../structdtTileCacheObstacle.html#a6e42e7ac7564db49c70b849f3cc49a39',1,'dtTileCacheObstacle']]] + ['cacheparams_3055',['cacheParams',['../structTileCacheSetHeader.html#abc363573908ea46bed77e3b0f94e0325',1,'TileCacheSetHeader']]], + ['capacity_3056',['capacity',['../structLinearAllocator.html#a8cb5d425605fe6284b00f353e30291c4',1,'LinearAllocator']]], + ['cellheight_3057',['cellHeight',['../structBuildSettings.html#acb225540c7c5af7a1f7b69818594e2c1',1,'BuildSettings']]], + ['cells_3058',['cells',['../structrcCompactHeightfield.html#ab497c9a9f6e0f1b8882fada13ce880a5',1,'rcCompactHeightfield']]], + ['cellsize_3059',['cellSize',['../structBuildSettings.html#aa0ba3ebfa84413cb718ea2c5f5d22baf',1,'BuildSettings']]], + ['center_3060',['center',['../structdtObstacleOrientedBox.html#a8cad84afa4b3beb3cfd482309ea9f913',1,'dtObstacleOrientedBox']]], + ['ch_3061',['ch',['../structdtNavMeshCreateParams.html#aabc87cedcd783bdd16b8b4377fdb8ccf',1,'dtNavMeshCreateParams::ch()'],['../structdtTileCacheParams.html#a366560e2dd03f2d8a2ceaf9b08cc7578',1,'dtTileCacheParams::ch()'],['../structrcConfig.html#acdde0dfdbb39611966ece78ef473d861',1,'rcConfig::ch()'],['../structrcHeightfield.html#a23488349cb552d5410e29d089234effc',1,'rcHeightfield::ch()'],['../structrcCompactHeightfield.html#a39baf56bf3baf2b026aae0a309facaf4',1,'rcCompactHeightfield::ch()'],['../structrcHeightfieldLayer.html#a4e3df2893e1773e801e6f41d077715d6',1,'rcHeightfieldLayer::ch()'],['../structrcContourSet.html#ada4d5c2916f351065c6f5a382f087ebc',1,'rcContourSet::ch()'],['../structrcPolyMesh.html#aa1ba795ddbb893da041b2a5273716ac5',1,'rcPolyMesh::ch()']]], + ['check_5fsize_3062',['CHECK_SIZE',['../imgui_8cpp.html#a9a4e4d92b84c20d87d22cd139b0781d9',1,'imgui.cpp']]], + ['chf_3063',['chf',['../structRasterizationContext.html#a2a98a22419a616072ec865a83a167b19',1,'RasterizationContext']]], + ['chf_5fmagic_3064',['CHF_MAGIC',['../RecastDump_8cpp.html#af5311bee0fd48670a0f14539c1f8b24c',1,'RecastDump.cpp']]], + ['chf_5fversion_3065',['CHF_VERSION',['../RecastDump_8cpp.html#a8f954aa8135b2c9f2ae8fd2bd8529398',1,'RecastDump.cpp']]], + ['circle_5fverts_3066',['CIRCLE_VERTS',['../imguiRenderGL_8cpp.html#a27fc87775d88c51445a4dd1b7e67d513',1,'imguiRenderGL.cpp']]], + ['col_3067',['col',['../structimguiGfxCmd.html#a79777935f7150173eba508835942bb42',1,'imguiGfxCmd']]], + ['collisionqueryrange_3068',['collisionQueryRange',['../structdtCrowdAgentParams.html#a5e1c7373b02e2f926360e3d3130be068',1,'dtCrowdAgentParams']]], + ['compressed_3069',['compressed',['../structdtCompressedTile.html#a1dc4612b07c4fea0b4df5065345bec31',1,'dtCompressedTile']]], + ['compressedsize_3070',['compressedSize',['../structdtCompressedTile.html#a27134afd3e266ece7c7465bf04f04b8d',1,'dtCompressedTile']]], + ['con_3071',['con',['../structrcCompactSpan.html#ac01d1dafd150efc71de4ee671edb8539',1,'rcCompactSpan']]], + ['connections_3072',['connections',['../structrcRegion.html#ac6cbe80ad7da2858aa3f463079bc391e',1,'rcRegion']]], + ['connectstoborder_3073',['connectsToBorder',['../structrcRegion.html#a4ddce7919ddb139fe21ac4c05b5c3f79',1,'rcRegion']]], + ['cons_3074',['cons',['../structdtTileCacheLayer.html#aa81a7e641ccfb8e00f0072efae4d74fd',1,'dtTileCacheLayer::cons()'],['../structrcHeightfieldLayer.html#a48ca9f0db5708d03fe043e54bc515199',1,'rcHeightfieldLayer::cons()']]], + ['contour_3075',['contour',['../structrcContourHole.html#a11fb23a6bba9ccc948b8779aa78f6b54',1,'rcContourHole']]], + ['conts_3076',['conts',['../structdtTileCacheContourSet.html#a02af11366a4bb181741c45bfc3bf0172',1,'dtTileCacheContourSet::conts()'],['../structrcContourSet.html#ad737b7220701eeae5aa9c488d4d4f18d',1,'rcContourSet::conts()']]], + ['cornerflags_3077',['cornerFlags',['../structdtCrowdAgent.html#a0dbc76cfc32de7dfa2ddd72e8cbfd1a0',1,'dtCrowdAgent']]], + ['cornerpolys_3078',['cornerPolys',['../structdtCrowdAgent.html#aa1e643c3106128708ca2c66535ac0bbd',1,'dtCrowdAgent']]], + ['cornerverts_3079',['cornerVerts',['../structdtCrowdAgent.html#aa63798503ee7acead84e16ce73d21419',1,'dtCrowdAgent']]], + ['corridor_3080',['corridor',['../structdtCrowdAgent.html#a65166bf21e82273168b4f6f4864044ef',1,'dtCrowdAgent']]], + ['cost_3081',['cost',['../structdtNode.html#a253defdaa9ea8dbe9ea5991bcfb75b32',1,'dtNode']]], + ['count_3082',['count',['../structrcCompactCell.html#a70bb509654a28a8c9d67bcb469d0b3ce',1,'rcCompactCell']]], + ['cpoly_3083',['cpoly',['../structdtTempContour.html#a0d3c890707733eb165076c44202b9058',1,'dtTempContour']]], + ['create_3084',['create',['../structSampleItem.html#a44ccc0676594f30f7c30e8c8b0fb053a',1,'SampleItem']]], + ['cs_3085',['cs',['../structrcHeightfieldLayer.html#af0311febcc96aa2a2b611e0a65478f49',1,'rcHeightfieldLayer::cs()'],['../structrcPolyMesh.html#a4c3ca520c55f96037cffcf6a92809563',1,'rcPolyMesh::cs()'],['../structrcContourSet.html#a1dbf04db7e828a3757e951e4f8499c95',1,'rcContourSet::cs()'],['../structrcCompactHeightfield.html#a75ee8e198d672db29a2f98c7463c0b31',1,'rcCompactHeightfield::cs()'],['../structrcHeightfield.html#a3f28962585b2f726d809b1a86b925edb',1,'rcHeightfield::cs()'],['../structrcConfig.html#ae74c4bd2b0477f29a65a53ca9c59196d',1,'rcConfig::cs()'],['../structdtTileCacheParams.html#aa3d397344d70e8d65300ceec47bf6512',1,'dtTileCacheParams::cs()'],['../structdtNavMeshCreateParams.html#a2297125898dd39b19c515638d31cacfc',1,'dtNavMeshCreateParams::cs()']]], + ['cset_5fmagic_3086',['CSET_MAGIC',['../RecastDump_8cpp.html#a715b66346d870827210e9b90b9e5add9',1,'RecastDump.cpp']]], + ['cset_5fversion_3087',['CSET_VERSION',['../RecastDump_8cpp.html#a8888aaa743f054b6efd0e2ac8529df62',1,'RecastDump.cpp']]], + ['cverts_3088',['cverts',['../structdtTempContour.html#af7144f4b212231221298f01f47e461d3',1,'dtTempContour']]], + ['cylinder_3089',['cylinder',['../structdtTileCacheObstacle.html#a6e42e7ac7564db49c70b849f3cc49a39',1,'dtTileCacheObstacle']]] ]; diff --git a/search/variables_3.js b/search/variables_3.js index ae1ac7e0..827a7640 100644 --- a/search/variables_3.js +++ b/search/variables_3.js @@ -1,66 +1,66 @@ var searchData= [ - ['data_3092',['data',['../structdtCompressedTile.html#a08600eb0ab1c1980a7e1b72839a32863',1,'dtCompressedTile::data()'],['../structdtMeshTile.html#ae5ecafb2319029b216f739b2be537f98',1,'dtMeshTile::data()'],['../structTileCacheData.html#a101ecb69fccd2046a256900f8c4e6847',1,'TileCacheData::data()'],['../structrcHeightPatch.html#a02c8a5e18872b3eee023888f0a85adcf',1,'rcHeightPatch::data()']]], - ['datasize_3093',['dataSize',['../structdtMeshTile.html#a18351bec79954247bef6e22745d5515f',1,'dtMeshTile::dataSize()'],['../structdtCompressedTile.html#a6bd5d2ea63921ee6fbacece1da31d656',1,'dtCompressedTile::dataSize()'],['../structNavMeshTileHeader.html#ad1448da982f964635d4ec1cfa3239f3b',1,'NavMeshTileHeader::dataSize()'],['../structTileCacheData.html#a9c98971270a3a7fe024343b6358dc334',1,'TileCacheData::dataSize()'],['../structTileCacheTileHeader.html#a3c4e5c78970a6afe0b5620b0154e843c',1,'TileCacheTileHeader::dataSize()']]], - ['default_5fspacing_3094',['DEFAULT_SPACING',['../imgui_8cpp.html#a03b57ae9b56748416c59dbebd15b6897',1,'imgui.cpp']]], - ['desiredspeed_3095',['desiredSpeed',['../structdtCrowdAgent.html#ac15a23fd617433db5be5544462ec34d8',1,'dtCrowdAgent']]], - ['detailmeshcount_3096',['detailMeshCount',['../structdtMeshHeader.html#a79ce7145dd4854c55cd94d5c57faf392',1,'dtMeshHeader']]], - ['detailmeshes_3097',['detailMeshes',['../structdtNavMeshCreateParams.html#a1e164d8ad19c20a3cd7a04352738c2e2',1,'dtNavMeshCreateParams::detailMeshes()'],['../structdtMeshTile.html#a9de7d1fd0dd0c6f46878bc910dec4f90',1,'dtMeshTile::detailMeshes()']]], - ['detailsampledist_3098',['detailSampleDist',['../structrcConfig.html#abdc131d1c8f5e4c1f09a68702efba604',1,'rcConfig::detailSampleDist()'],['../structBuildSettings.html#abf7ba7d73fd303a69b22c04f6741b7df',1,'BuildSettings::detailSampleDist()']]], - ['detailsamplemaxerror_3099',['detailSampleMaxError',['../structrcConfig.html#ae53de5fcf0777c0be9e3cd91c9da3d1f',1,'rcConfig::detailSampleMaxError()'],['../structBuildSettings.html#a677f0a3a0d3c600dccd8a4c84ade2bdc',1,'BuildSettings::detailSampleMaxError()']]], - ['detailtricount_3100',['detailTriCount',['../structdtMeshHeader.html#a008cebda05907508cf862d18945d8459',1,'dtMeshHeader::detailTriCount()'],['../structdtNavMeshCreateParams.html#a2516fa677dad99e0859ed46615d64730',1,'dtNavMeshCreateParams::detailTriCount()']]], - ['detailtris_3101',['detailTris',['../structdtMeshTile.html#a237f7f0d938875062b22b42abdff6ab1',1,'dtMeshTile::detailTris()'],['../structdtNavMeshCreateParams.html#a4146c9631643c9d42339933a1a160864',1,'dtNavMeshCreateParams::detailTris()']]], - ['detailvertcount_3102',['detailVertCount',['../structdtMeshHeader.html#abe1c10b7e925b0b31adf72f8f2d1d7e9',1,'dtMeshHeader']]], - ['detailverts_3103',['detailVerts',['../structdtMeshTile.html#a60928b85578a99aacf71eed721c103d8',1,'dtMeshTile::detailVerts()'],['../structdtNavMeshCreateParams.html#abb88208b052c3ef84d60683bf889a88f',1,'dtNavMeshCreateParams::detailVerts()']]], - ['detailvertscount_3104',['detailVertsCount',['../structdtNavMeshCreateParams.html#af3b5721cfa7cc46e508c5756116f7e10',1,'dtNavMeshCreateParams']]], - ['disp_3105',['disp',['../structdtCrowdAgent.html#a699caf263b79c394c34e31fb9e7c36d0',1,'dtCrowdAgent']]], - ['dist_3106',['dist',['../structdtCrowdNeighbour.html#aa3011f95ad242a684f2a79a1b41d5f6b',1,'dtCrowdNeighbour::dist()'],['../structrcCompactHeightfield.html#af345442d6b49e71a2191c5e2dac3ca97',1,'rcCompactHeightfield::dist()'],['../structrcPotentialDiagonal.html#aedf8e9dad665440c8db85e1e9d37b05d',1,'rcPotentialDiagonal::dist()']]], - ['distance2_3107',['distance2',['../structDirtyEntry.html#a9634e49527d7bdcacc925fe7124b07d1',1,'DirtyEntry']]], - ['dp_3108',['dp',['../structdtObstacleCircle.html#a14169be1b546aeaf06fb19406f523a08',1,'dtObstacleCircle']]], - ['dragorig_3109',['dragOrig',['../structGuiState.html#ac1eb0dfc263debeea082f2bebec4a10a',1,'GuiState']]], - ['dragx_3110',['dragX',['../structGuiState.html#a0a4933672881d971849922e737b2909d',1,'GuiState']]], - ['dragy_3111',['dragY',['../structGuiState.html#a9ab909b28bf6f8d42a723019bc11d172',1,'GuiState']]], - ['dt_5falready_5foccupied_3112',['DT_ALREADY_OCCUPIED',['../DetourStatus_8h.html#a16c0ed5fc61e267d64b26f73a3b02184',1,'DetourStatus.h']]], - ['dt_5fbuffer_5ftoo_5fsmall_3113',['DT_BUFFER_TOO_SMALL',['../DetourStatus_8h.html#a97c8292e3ce2ba0b63bfa4ca57de10af',1,'DetourStatus.h']]], - ['dt_5fcrowd_5fmax_5fobstavoidance_5fparams_3114',['DT_CROWD_MAX_OBSTAVOIDANCE_PARAMS',['../group__crowd.html#gaca1e1a9395fd4406de712dc4330c60c5',1,'DetourCrowd.h']]], - ['dt_5fcrowd_5fmax_5fquery_5ffilter_5ftype_3115',['DT_CROWD_MAX_QUERY_FILTER_TYPE',['../group__crowd.html#ga1686003d07121541db2ee11074e1b3af',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5fmax_5fcorners_3116',['DT_CROWDAGENT_MAX_CORNERS',['../group__crowd.html#gab745b43d81519294efcfe7449faff3de',1,'DetourCrowd.h']]], - ['dt_5fcrowdagent_5fmax_5fneighbours_3117',['DT_CROWDAGENT_MAX_NEIGHBOURS',['../group__crowd.html#ga70106a906d993ec6c39ef91d81c0f40e',1,'DetourCrowd.h']]], - ['dt_5fext_5flink_3118',['DT_EXT_LINK',['../DetourNavMesh_8h.html#aa2d400dcfaef68b62c1f1118de13e87e',1,'DetourNavMesh.h']]], - ['dt_5ffailure_3119',['DT_FAILURE',['../DetourStatus_8h.html#ae3cf4ee7a8ebe23a82381ffe0952fe3f',1,'DetourStatus.h']]], - ['dt_5fin_5fprogress_3120',['DT_IN_PROGRESS',['../DetourStatus_8h.html#ab2f47a2593c7138b17c1d8939f19cf06',1,'DetourStatus.h']]], - ['dt_5finvalid_5fparam_3121',['DT_INVALID_PARAM',['../DetourStatus_8h.html#a6dfcd405e3c12914b8b10af6558667c0',1,'DetourStatus.h']]], - ['dt_5flayer_5fmax_5fneis_3122',['DT_LAYER_MAX_NEIS',['../DetourTileCacheBuilder_8cpp.html#ae4329c19c9328b4a0d083e8182359621',1,'DetourTileCacheBuilder.cpp']]], - ['dt_5fmax_5fareas_3123',['DT_MAX_AREAS',['../group__detour.html#ga954dc85eacf41248ee76968957484a9e',1,'DetourNavMesh.h']]], - ['dt_5fmax_5fpattern_5fdivs_3124',['DT_MAX_PATTERN_DIVS',['../DetourObstacleAvoidance_8h.html#ac8451df4322c140ea80ad2a0f51f1ba3',1,'DetourObstacleAvoidance.h']]], - ['dt_5fmax_5fpattern_5frings_3125',['DT_MAX_PATTERN_RINGS',['../DetourObstacleAvoidance_8h.html#afed135d1762d837d2a633452d40cf956',1,'DetourObstacleAvoidance.h']]], - ['dt_5fmax_5fstates_5fper_5fnode_3126',['DT_MAX_STATES_PER_NODE',['../DetourNode_8h.html#a1f8049d9ecf8fd9c1cd5887a366c84b4',1,'DetourNode.h']]], - ['dt_5fmax_5ftouched_5ftiles_3127',['DT_MAX_TOUCHED_TILES',['../DetourTileCache_8h.html#a3d05fd569d4f9cb51f3c99cbbdf97e22',1,'DetourTileCache.h']]], - ['dt_5fnavmesh_5fmagic_3128',['DT_NAVMESH_MAGIC',['../DetourNavMesh_8h.html#aab52da983cde5b114352f3aed116d9ed',1,'DetourNavMesh.h']]], - ['dt_5fnavmesh_5fstate_5fmagic_3129',['DT_NAVMESH_STATE_MAGIC',['../DetourNavMesh_8h.html#aef983d45255c8121c3407c8dc927351d',1,'DetourNavMesh.h']]], - ['dt_5fnavmesh_5fstate_5fversion_3130',['DT_NAVMESH_STATE_VERSION',['../DetourNavMesh_8h.html#ad9115abe722291293a45d928ec44a87b',1,'DetourNavMesh.h']]], - ['dt_5fnavmesh_5fversion_3131',['DT_NAVMESH_VERSION',['../DetourNavMesh_8h.html#a666e6e3396a42c7cacc6ac5d593c10d8',1,'DetourNavMesh.h']]], - ['dt_5fnode_5fparent_5fbits_3132',['DT_NODE_PARENT_BITS',['../DetourNode_8h.html#ad5fac666b7b3afcd2bfdc861b5183b37',1,'DetourNode.h']]], - ['dt_5fnode_5fstate_5fbits_3133',['DT_NODE_STATE_BITS',['../DetourNode_8h.html#a555dcbe78da237f3b3612de831cebf38',1,'DetourNode.h']]], - ['dt_5fnull_5fidx_3134',['DT_NULL_IDX',['../DetourNode_8h.html#acef3b5e4fc85d943523912f705df710d',1,'DetourNode.h']]], - ['dt_5fnull_5flink_3135',['DT_NULL_LINK',['../DetourNavMesh_8h.html#aca31b5eadafd19285e16eca707b3295b',1,'DetourNavMesh.h']]], - ['dt_5foffmesh_5fcon_5fbidir_3136',['DT_OFFMESH_CON_BIDIR',['../DetourNavMesh_8h.html#adf1ff9d60c36045d41c92859d96e8dd0',1,'DetourNavMesh.h']]], - ['dt_5fout_5fof_5fmemory_3137',['DT_OUT_OF_MEMORY',['../DetourStatus_8h.html#a4c4375ffc9ca7a0425af2b39449eb19e',1,'DetourStatus.h']]], - ['dt_5fout_5fof_5fnodes_3138',['DT_OUT_OF_NODES',['../DetourStatus_8h.html#a0f707e8e896d9a725f8f93f5779cf02c',1,'DetourStatus.h']]], - ['dt_5fpartial_5fresult_3139',['DT_PARTIAL_RESULT',['../DetourStatus_8h.html#a673010905b90e4928aeea1480ee58491',1,'DetourStatus.h']]], - ['dt_5fpathq_5finvalid_3140',['DT_PATHQ_INVALID',['../DetourPathQueue_8h.html#aa93cb031b83396d30e7577f4a69671cc',1,'DetourPathQueue.h']]], - ['dt_5fpi_3141',['DT_PI',['../DetourObstacleAvoidance_8cpp.html#a9afa5327384071c6217ac389c728f196',1,'DetourObstacleAvoidance.cpp']]], - ['dt_5fray_5fcast_5flimit_5fproportions_3142',['DT_RAY_CAST_LIMIT_PROPORTIONS',['../DetourNavMesh_8h.html#a52749b53f72f838b3f54f61ca091ca74',1,'DetourNavMesh.h']]], - ['dt_5fstatus_5fdetail_5fmask_3143',['DT_STATUS_DETAIL_MASK',['../DetourStatus_8h.html#a9ad48e73cb942b84fe08c5ad18626a54',1,'DetourStatus.h']]], - ['dt_5fsuccess_3144',['DT_SUCCESS',['../DetourStatus_8h.html#ace78a9666e74d996b468942e7434989a',1,'DetourStatus.h']]], - ['dt_5ftilecache_5fmagic_3145',['DT_TILECACHE_MAGIC',['../DetourTileCacheBuilder_8h.html#a005319504c97da44fbdacdd8edade995',1,'DetourTileCacheBuilder.h']]], - ['dt_5ftilecache_5fnull_5farea_3146',['DT_TILECACHE_NULL_AREA',['../DetourTileCacheBuilder_8h.html#aba60a9bc7c6cb8c034ad6aa3b19b746d',1,'DetourTileCacheBuilder.h']]], - ['dt_5ftilecache_5fnull_5fidx_3147',['DT_TILECACHE_NULL_IDX',['../DetourTileCacheBuilder_8h.html#ae8c0176360abedb2fdefe8902cfd0765',1,'DetourTileCacheBuilder.h']]], - ['dt_5ftilecache_5fversion_3148',['DT_TILECACHE_VERSION',['../DetourTileCacheBuilder_8h.html#a7a2c6e5ff42add3cd3f9b72452137ebc',1,'DetourTileCacheBuilder.h']]], - ['dt_5ftilecache_5fwalkable_5farea_3149',['DT_TILECACHE_WALKABLE_AREA',['../DetourTileCacheBuilder_8h.html#ac6d5504d72ce0d704071b631095b26c4',1,'DetourTileCacheBuilder.h']]], - ['dt_5fverts_5fper_5fpolygon_3150',['DT_VERTS_PER_POLYGON',['../group__detour.html#ga8591fdac662dbfabb580de626c64c9f3',1,'DetourNavMesh.h']]], - ['dt_5fwrong_5fmagic_3151',['DT_WRONG_MAGIC',['../DetourStatus_8h.html#ad21573b8fc2757cddf316c86cebd39e0',1,'DetourStatus.h']]], - ['dt_5fwrong_5fversion_3152',['DT_WRONG_VERSION',['../DetourStatus_8h.html#a643fa17355a1e298489d50f04b763b5a',1,'DetourStatus.h']]], - ['du_5fpi_3153',['DU_PI',['../DebugDraw_8h.html#a247fb659fe4d8f5a813f33e8ba9f5571',1,'DebugDraw.h']]], - ['dvel_3154',['dvel',['../structdtCrowdAgent.html#add4a75252eb63b88fba66d9c4feb72d9',1,'dtCrowdAgent::dvel()'],['../structdtObstacleCircle.html#a4eeaea216bbc81bf865c19d000589195',1,'dtObstacleCircle::dvel()']]] + ['data_3090',['data',['../structdtCompressedTile.html#a08600eb0ab1c1980a7e1b72839a32863',1,'dtCompressedTile::data()'],['../structdtMeshTile.html#ae5ecafb2319029b216f739b2be537f98',1,'dtMeshTile::data()'],['../structTileCacheData.html#a101ecb69fccd2046a256900f8c4e6847',1,'TileCacheData::data()'],['../structrcHeightPatch.html#a02c8a5e18872b3eee023888f0a85adcf',1,'rcHeightPatch::data()']]], + ['datasize_3091',['dataSize',['../structdtMeshTile.html#a18351bec79954247bef6e22745d5515f',1,'dtMeshTile::dataSize()'],['../structdtCompressedTile.html#a6bd5d2ea63921ee6fbacece1da31d656',1,'dtCompressedTile::dataSize()'],['../structNavMeshTileHeader.html#ad1448da982f964635d4ec1cfa3239f3b',1,'NavMeshTileHeader::dataSize()'],['../structTileCacheData.html#a9c98971270a3a7fe024343b6358dc334',1,'TileCacheData::dataSize()'],['../structTileCacheTileHeader.html#a3c4e5c78970a6afe0b5620b0154e843c',1,'TileCacheTileHeader::dataSize()']]], + ['default_5fspacing_3092',['DEFAULT_SPACING',['../imgui_8cpp.html#a03b57ae9b56748416c59dbebd15b6897',1,'imgui.cpp']]], + ['desiredspeed_3093',['desiredSpeed',['../structdtCrowdAgent.html#ac15a23fd617433db5be5544462ec34d8',1,'dtCrowdAgent']]], + ['detailmeshcount_3094',['detailMeshCount',['../structdtMeshHeader.html#a79ce7145dd4854c55cd94d5c57faf392',1,'dtMeshHeader']]], + ['detailmeshes_3095',['detailMeshes',['../structdtNavMeshCreateParams.html#a1e164d8ad19c20a3cd7a04352738c2e2',1,'dtNavMeshCreateParams::detailMeshes()'],['../structdtMeshTile.html#a9de7d1fd0dd0c6f46878bc910dec4f90',1,'dtMeshTile::detailMeshes()']]], + ['detailsampledist_3096',['detailSampleDist',['../structrcConfig.html#abdc131d1c8f5e4c1f09a68702efba604',1,'rcConfig::detailSampleDist()'],['../structBuildSettings.html#abf7ba7d73fd303a69b22c04f6741b7df',1,'BuildSettings::detailSampleDist()']]], + ['detailsamplemaxerror_3097',['detailSampleMaxError',['../structrcConfig.html#ae53de5fcf0777c0be9e3cd91c9da3d1f',1,'rcConfig::detailSampleMaxError()'],['../structBuildSettings.html#a677f0a3a0d3c600dccd8a4c84ade2bdc',1,'BuildSettings::detailSampleMaxError()']]], + ['detailtricount_3098',['detailTriCount',['../structdtMeshHeader.html#a008cebda05907508cf862d18945d8459',1,'dtMeshHeader::detailTriCount()'],['../structdtNavMeshCreateParams.html#a2516fa677dad99e0859ed46615d64730',1,'dtNavMeshCreateParams::detailTriCount()']]], + ['detailtris_3099',['detailTris',['../structdtMeshTile.html#a237f7f0d938875062b22b42abdff6ab1',1,'dtMeshTile::detailTris()'],['../structdtNavMeshCreateParams.html#a4146c9631643c9d42339933a1a160864',1,'dtNavMeshCreateParams::detailTris()']]], + ['detailvertcount_3100',['detailVertCount',['../structdtMeshHeader.html#abe1c10b7e925b0b31adf72f8f2d1d7e9',1,'dtMeshHeader']]], + ['detailverts_3101',['detailVerts',['../structdtMeshTile.html#a60928b85578a99aacf71eed721c103d8',1,'dtMeshTile::detailVerts()'],['../structdtNavMeshCreateParams.html#abb88208b052c3ef84d60683bf889a88f',1,'dtNavMeshCreateParams::detailVerts()']]], + ['detailvertscount_3102',['detailVertsCount',['../structdtNavMeshCreateParams.html#af3b5721cfa7cc46e508c5756116f7e10',1,'dtNavMeshCreateParams']]], + ['disp_3103',['disp',['../structdtCrowdAgent.html#a699caf263b79c394c34e31fb9e7c36d0',1,'dtCrowdAgent']]], + ['dist_3104',['dist',['../structdtCrowdNeighbour.html#aa3011f95ad242a684f2a79a1b41d5f6b',1,'dtCrowdNeighbour::dist()'],['../structrcCompactHeightfield.html#af345442d6b49e71a2191c5e2dac3ca97',1,'rcCompactHeightfield::dist()'],['../structrcPotentialDiagonal.html#aedf8e9dad665440c8db85e1e9d37b05d',1,'rcPotentialDiagonal::dist()']]], + ['distance2_3105',['distance2',['../structDirtyEntry.html#a9634e49527d7bdcacc925fe7124b07d1',1,'DirtyEntry']]], + ['dp_3106',['dp',['../structdtObstacleCircle.html#a14169be1b546aeaf06fb19406f523a08',1,'dtObstacleCircle']]], + ['dragorig_3107',['dragOrig',['../structGuiState.html#ac1eb0dfc263debeea082f2bebec4a10a',1,'GuiState']]], + ['dragx_3108',['dragX',['../structGuiState.html#a0a4933672881d971849922e737b2909d',1,'GuiState']]], + ['dragy_3109',['dragY',['../structGuiState.html#a9ab909b28bf6f8d42a723019bc11d172',1,'GuiState']]], + ['dt_5falready_5foccupied_3110',['DT_ALREADY_OCCUPIED',['../DetourStatus_8h.html#a16c0ed5fc61e267d64b26f73a3b02184',1,'DetourStatus.h']]], + ['dt_5fbuffer_5ftoo_5fsmall_3111',['DT_BUFFER_TOO_SMALL',['../DetourStatus_8h.html#a97c8292e3ce2ba0b63bfa4ca57de10af',1,'DetourStatus.h']]], + ['dt_5fcrowd_5fmax_5fobstavoidance_5fparams_3112',['DT_CROWD_MAX_OBSTAVOIDANCE_PARAMS',['../group__crowd.html#gaca1e1a9395fd4406de712dc4330c60c5',1,'DetourCrowd.h']]], + ['dt_5fcrowd_5fmax_5fquery_5ffilter_5ftype_3113',['DT_CROWD_MAX_QUERY_FILTER_TYPE',['../group__crowd.html#ga1686003d07121541db2ee11074e1b3af',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5fmax_5fcorners_3114',['DT_CROWDAGENT_MAX_CORNERS',['../group__crowd.html#gab745b43d81519294efcfe7449faff3de',1,'DetourCrowd.h']]], + ['dt_5fcrowdagent_5fmax_5fneighbours_3115',['DT_CROWDAGENT_MAX_NEIGHBOURS',['../group__crowd.html#ga70106a906d993ec6c39ef91d81c0f40e',1,'DetourCrowd.h']]], + ['dt_5fext_5flink_3116',['DT_EXT_LINK',['../DetourNavMesh_8h.html#aa2d400dcfaef68b62c1f1118de13e87e',1,'DetourNavMesh.h']]], + ['dt_5ffailure_3117',['DT_FAILURE',['../DetourStatus_8h.html#ae3cf4ee7a8ebe23a82381ffe0952fe3f',1,'DetourStatus.h']]], + ['dt_5fin_5fprogress_3118',['DT_IN_PROGRESS',['../DetourStatus_8h.html#ab2f47a2593c7138b17c1d8939f19cf06',1,'DetourStatus.h']]], + ['dt_5finvalid_5fparam_3119',['DT_INVALID_PARAM',['../DetourStatus_8h.html#a6dfcd405e3c12914b8b10af6558667c0',1,'DetourStatus.h']]], + ['dt_5flayer_5fmax_5fneis_3120',['DT_LAYER_MAX_NEIS',['../DetourTileCacheBuilder_8cpp.html#ae4329c19c9328b4a0d083e8182359621',1,'DetourTileCacheBuilder.cpp']]], + ['dt_5fmax_5fareas_3121',['DT_MAX_AREAS',['../group__detour.html#ga954dc85eacf41248ee76968957484a9e',1,'DetourNavMesh.h']]], + ['dt_5fmax_5fpattern_5fdivs_3122',['DT_MAX_PATTERN_DIVS',['../DetourObstacleAvoidance_8h.html#ac8451df4322c140ea80ad2a0f51f1ba3',1,'DetourObstacleAvoidance.h']]], + ['dt_5fmax_5fpattern_5frings_3123',['DT_MAX_PATTERN_RINGS',['../DetourObstacleAvoidance_8h.html#afed135d1762d837d2a633452d40cf956',1,'DetourObstacleAvoidance.h']]], + ['dt_5fmax_5fstates_5fper_5fnode_3124',['DT_MAX_STATES_PER_NODE',['../DetourNode_8h.html#a1f8049d9ecf8fd9c1cd5887a366c84b4',1,'DetourNode.h']]], + ['dt_5fmax_5ftouched_5ftiles_3125',['DT_MAX_TOUCHED_TILES',['../DetourTileCache_8h.html#a3d05fd569d4f9cb51f3c99cbbdf97e22',1,'DetourTileCache.h']]], + ['dt_5fnavmesh_5fmagic_3126',['DT_NAVMESH_MAGIC',['../DetourNavMesh_8h.html#aab52da983cde5b114352f3aed116d9ed',1,'DetourNavMesh.h']]], + ['dt_5fnavmesh_5fstate_5fmagic_3127',['DT_NAVMESH_STATE_MAGIC',['../DetourNavMesh_8h.html#aef983d45255c8121c3407c8dc927351d',1,'DetourNavMesh.h']]], + ['dt_5fnavmesh_5fstate_5fversion_3128',['DT_NAVMESH_STATE_VERSION',['../DetourNavMesh_8h.html#ad9115abe722291293a45d928ec44a87b',1,'DetourNavMesh.h']]], + ['dt_5fnavmesh_5fversion_3129',['DT_NAVMESH_VERSION',['../DetourNavMesh_8h.html#a666e6e3396a42c7cacc6ac5d593c10d8',1,'DetourNavMesh.h']]], + ['dt_5fnode_5fparent_5fbits_3130',['DT_NODE_PARENT_BITS',['../DetourNode_8h.html#ad5fac666b7b3afcd2bfdc861b5183b37',1,'DetourNode.h']]], + ['dt_5fnode_5fstate_5fbits_3131',['DT_NODE_STATE_BITS',['../DetourNode_8h.html#a555dcbe78da237f3b3612de831cebf38',1,'DetourNode.h']]], + ['dt_5fnull_5fidx_3132',['DT_NULL_IDX',['../DetourNode_8h.html#acef3b5e4fc85d943523912f705df710d',1,'DetourNode.h']]], + ['dt_5fnull_5flink_3133',['DT_NULL_LINK',['../DetourNavMesh_8h.html#aca31b5eadafd19285e16eca707b3295b',1,'DetourNavMesh.h']]], + ['dt_5foffmesh_5fcon_5fbidir_3134',['DT_OFFMESH_CON_BIDIR',['../DetourNavMesh_8h.html#adf1ff9d60c36045d41c92859d96e8dd0',1,'DetourNavMesh.h']]], + ['dt_5fout_5fof_5fmemory_3135',['DT_OUT_OF_MEMORY',['../DetourStatus_8h.html#a4c4375ffc9ca7a0425af2b39449eb19e',1,'DetourStatus.h']]], + ['dt_5fout_5fof_5fnodes_3136',['DT_OUT_OF_NODES',['../DetourStatus_8h.html#a0f707e8e896d9a725f8f93f5779cf02c',1,'DetourStatus.h']]], + ['dt_5fpartial_5fresult_3137',['DT_PARTIAL_RESULT',['../DetourStatus_8h.html#a673010905b90e4928aeea1480ee58491',1,'DetourStatus.h']]], + ['dt_5fpathq_5finvalid_3138',['DT_PATHQ_INVALID',['../DetourPathQueue_8h.html#aa93cb031b83396d30e7577f4a69671cc',1,'DetourPathQueue.h']]], + ['dt_5fpi_3139',['DT_PI',['../DetourObstacleAvoidance_8cpp.html#a9afa5327384071c6217ac389c728f196',1,'DetourObstacleAvoidance.cpp']]], + ['dt_5fray_5fcast_5flimit_5fproportions_3140',['DT_RAY_CAST_LIMIT_PROPORTIONS',['../DetourNavMesh_8h.html#a52749b53f72f838b3f54f61ca091ca74',1,'DetourNavMesh.h']]], + ['dt_5fstatus_5fdetail_5fmask_3141',['DT_STATUS_DETAIL_MASK',['../DetourStatus_8h.html#a9ad48e73cb942b84fe08c5ad18626a54',1,'DetourStatus.h']]], + ['dt_5fsuccess_3142',['DT_SUCCESS',['../DetourStatus_8h.html#ace78a9666e74d996b468942e7434989a',1,'DetourStatus.h']]], + ['dt_5ftilecache_5fmagic_3143',['DT_TILECACHE_MAGIC',['../DetourTileCacheBuilder_8h.html#a005319504c97da44fbdacdd8edade995',1,'DetourTileCacheBuilder.h']]], + ['dt_5ftilecache_5fnull_5farea_3144',['DT_TILECACHE_NULL_AREA',['../DetourTileCacheBuilder_8h.html#aba60a9bc7c6cb8c034ad6aa3b19b746d',1,'DetourTileCacheBuilder.h']]], + ['dt_5ftilecache_5fnull_5fidx_3145',['DT_TILECACHE_NULL_IDX',['../DetourTileCacheBuilder_8h.html#ae8c0176360abedb2fdefe8902cfd0765',1,'DetourTileCacheBuilder.h']]], + ['dt_5ftilecache_5fversion_3146',['DT_TILECACHE_VERSION',['../DetourTileCacheBuilder_8h.html#a7a2c6e5ff42add3cd3f9b72452137ebc',1,'DetourTileCacheBuilder.h']]], + ['dt_5ftilecache_5fwalkable_5farea_3147',['DT_TILECACHE_WALKABLE_AREA',['../DetourTileCacheBuilder_8h.html#ac6d5504d72ce0d704071b631095b26c4',1,'DetourTileCacheBuilder.h']]], + ['dt_5fverts_5fper_5fpolygon_3148',['DT_VERTS_PER_POLYGON',['../group__detour.html#ga8591fdac662dbfabb580de626c64c9f3',1,'DetourNavMesh.h']]], + ['dt_5fwrong_5fmagic_3149',['DT_WRONG_MAGIC',['../DetourStatus_8h.html#ad21573b8fc2757cddf316c86cebd39e0',1,'DetourStatus.h']]], + ['dt_5fwrong_5fversion_3150',['DT_WRONG_VERSION',['../DetourStatus_8h.html#a643fa17355a1e298489d50f04b763b5a',1,'DetourStatus.h']]], + ['du_5fpi_3151',['DU_PI',['../DebugDraw_8h.html#a247fb659fe4d8f5a813f33e8ba9f5571',1,'DebugDraw.h']]], + ['dvel_3152',['dvel',['../structdtCrowdAgent.html#add4a75252eb63b88fba66d9c4feb72d9',1,'dtCrowdAgent::dvel()'],['../structdtObstacleCircle.html#a4eeaea216bbc81bf865c19d000589195',1,'dtObstacleCircle::dvel()']]] ]; diff --git a/search/variables_4.js b/search/variables_4.js index 42e1dcd5..f7167872 100644 --- a/search/variables_4.js +++ b/search/variables_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['edge_3155',['edge',['../structdtLink.html#a14ff7d317cbceba6ab9d1958b463cb3a',1,'dtLink']]], - ['edgemaxerror_3156',['edgeMaxError',['../structBuildSettings.html#a854de08adaac1dc5c97ffd797d442b2e',1,'BuildSettings']]], - ['edgemaxlen_3157',['edgeMaxLen',['../structBuildSettings.html#ae7d2cca65464cdc0a98f7df27cd9e7a6',1,'BuildSettings']]], - ['endpos_3158',['endPos',['../structdtCrowdAgentAnimation.html#aed88b3aa0469a0462d5f7d055d3b72cc',1,'dtCrowdAgentAnimation']]], - ['expected_5flayers_5fper_5ftile_3159',['EXPECTED_LAYERS_PER_TILE',['../Sample__TempObstacles_8cpp.html#a0c7f06a51de07a0953540cb0a5f089fb',1,'Sample_TempObstacles.cpp']]] + ['edge_3153',['edge',['../structdtLink.html#a14ff7d317cbceba6ab9d1958b463cb3a',1,'dtLink']]], + ['edgemaxerror_3154',['edgeMaxError',['../structBuildSettings.html#a854de08adaac1dc5c97ffd797d442b2e',1,'BuildSettings']]], + ['edgemaxlen_3155',['edgeMaxLen',['../structBuildSettings.html#ae7d2cca65464cdc0a98f7df27cd9e7a6',1,'BuildSettings']]], + ['endpos_3156',['endPos',['../structdtCrowdAgentAnimation.html#aed88b3aa0469a0462d5f7d055d3b72cc',1,'dtCrowdAgentAnimation']]], + ['expected_5flayers_5fper_5ftile_3157',['EXPECTED_LAYERS_PER_TILE',['../Sample__TempObstacles_8cpp.html#a0c7f06a51de07a0953540cb0a5f089fb',1,'Sample_TempObstacles.cpp']]] ]; diff --git a/search/variables_5.js b/search/variables_5.js index 0a79e11a..f80f447d 100644 --- a/search/variables_5.js +++ b/search/variables_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['firstlink_3160',['firstLink',['../structdtPoly.html#a671fd6893087936e80fcd17f7f666c0e',1,'dtPoly']]], - ['flags_3161',['flags',['../structdtPoly.html#a47312e2c5dfd1ff1a729580c339f0d7d',1,'dtPoly::flags()'],['../structdtOffMeshConnection.html#adf581af16754d8bbed1479cdf91dd82d',1,'dtOffMeshConnection::flags()'],['../structdtMeshTile.html#a610bc670e7bd056f31d8629d9c2100a1',1,'dtMeshTile::flags()'],['../structdtNode.html#acd018f188ced1765cce2d34ae88c9f75',1,'dtNode::flags()'],['../structdtPolyState.html#a8e3a8a1c15338bbe761ef4d9ca2b4949',1,'dtPolyState::flags()'],['../structdtCompressedTile.html#a0c847cc83252015006215c720fb9936b',1,'dtCompressedTile::flags()'],['../structdtTileCachePolyMesh.html#a8d39c5b38bf4dc9b88d1d47199eacf13',1,'dtTileCachePolyMesh::flags()'],['../structrcPolyMesh.html#ab91ec949432297f7d0341a6ba9c88288',1,'rcPolyMesh::flags()'],['../structimguiGfxCmd.html#a88b02b5846d36381fdde1e990804162d',1,'imguiGfxCmd::flags()']]], - ['floors_3162',['floors',['../structrcRegion.html#a3ab2d5343e1ae28463c5a8ccbca04cf1',1,'rcRegion']]], - ['freelist_3163',['freelist',['../structrcHeightfield.html#a05dd56e279148e65e9b6820e6c02b908',1,'rcHeightfield']]] + ['firstlink_3158',['firstLink',['../structdtPoly.html#a671fd6893087936e80fcd17f7f666c0e',1,'dtPoly']]], + ['flags_3159',['flags',['../structdtPoly.html#a47312e2c5dfd1ff1a729580c339f0d7d',1,'dtPoly::flags()'],['../structdtOffMeshConnection.html#adf581af16754d8bbed1479cdf91dd82d',1,'dtOffMeshConnection::flags()'],['../structdtMeshTile.html#a610bc670e7bd056f31d8629d9c2100a1',1,'dtMeshTile::flags()'],['../structdtNode.html#acd018f188ced1765cce2d34ae88c9f75',1,'dtNode::flags()'],['../structdtPolyState.html#a8e3a8a1c15338bbe761ef4d9ca2b4949',1,'dtPolyState::flags()'],['../structdtCompressedTile.html#a0c847cc83252015006215c720fb9936b',1,'dtCompressedTile::flags()'],['../structdtTileCachePolyMesh.html#a8d39c5b38bf4dc9b88d1d47199eacf13',1,'dtTileCachePolyMesh::flags()'],['../structrcPolyMesh.html#ab91ec949432297f7d0341a6ba9c88288',1,'rcPolyMesh::flags()'],['../structimguiGfxCmd.html#a88b02b5846d36381fdde1e990804162d',1,'imguiGfxCmd::flags()']]], + ['floors_3160',['floors',['../structrcRegion.html#a3ab2d5343e1ae28463c5a8ccbca04cf1',1,'rcRegion']]], + ['freelist_3161',['freelist',['../structrcHeightfield.html#a05dd56e279148e65e9b6820e6c02b908',1,'rcHeightfield']]] ]; diff --git a/search/variables_6.js b/search/variables_6.js index e6fc0680..359aa1cc 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -1,28 +1,28 @@ var searchData= [ - ['g_5fcdata_3164',['g_cdata',['../imguiRenderGL_8cpp.html#a63d7bf2519c08a3169707cec1cbab429',1,'imguiRenderGL.cpp']]], - ['g_5fcircleverts_3165',['g_circleVerts',['../imguiRenderGL_8cpp.html#a829fc56af6c08c9170e8f42a4551bfe9',1,'imguiRenderGL.cpp']]], - ['g_5ffocusbottom_3166',['g_focusBottom',['../imgui_8cpp.html#ac365049df91f1a6f044a1cf941d99b86',1,'imgui.cpp']]], - ['g_5ffocustop_3167',['g_focusTop',['../imgui_8cpp.html#aa91169c33606d569c026366edda9881f',1,'imgui.cpp']]], - ['g_5fftex_3168',['g_ftex',['../imguiRenderGL_8cpp.html#a35e41818e96c0e65083e53b0757c046d',1,'imguiRenderGL.cpp']]], - ['g_5fgfxcmdqueue_3169',['g_gfxCmdQueue',['../imgui_8cpp.html#a9abda3631ae545a933711b38b51d73b1',1,'imgui.cpp']]], - ['g_5fgfxcmdqueuesize_3170',['g_gfxCmdQueueSize',['../imgui_8cpp.html#a1e10295502683256e4b84177f0631ba1',1,'imgui.cpp']]], - ['g_5finsidescrollarea_3171',['g_insideScrollArea',['../imgui_8cpp.html#aa35d7274201fdfbabcfa8a383cda40e7',1,'imgui.cpp']]], - ['g_5fnsamples_3172',['g_nsamples',['../main_8cpp.html#a60e01056b56609c9984c7f9dee5084cd',1,'main.cpp']]], - ['g_5fsamples_3173',['g_samples',['../main_8cpp.html#adf355327e327a55707483da0fb936165',1,'main.cpp']]], - ['g_5fscrollareatop_3174',['g_scrollAreaTop',['../imgui_8cpp.html#af694309b5965732a7517b3a64317d368',1,'imgui.cpp']]], - ['g_5fscrollbottom_3175',['g_scrollBottom',['../imgui_8cpp.html#a85885b3ff60d48c2fa48c97967b9754c',1,'imgui.cpp']]], - ['g_5fscrollid_3176',['g_scrollId',['../imgui_8cpp.html#ab1c52a1d375390099ea2a8ee290c2d4b',1,'imgui.cpp']]], - ['g_5fscrollright_3177',['g_scrollRight',['../imgui_8cpp.html#ac83ebebaf5c5c7fee5c8ef8b00d79263',1,'imgui.cpp']]], - ['g_5fscrolltop_3178',['g_scrollTop',['../imgui_8cpp.html#a3cbb6cb470c5eb82ca27461c33e38bd7',1,'imgui.cpp']]], - ['g_5fscrollval_3179',['g_scrollVal',['../imgui_8cpp.html#a9ae0fa12c8e7a4bf0ee1ea8dc2778528',1,'imgui.cpp']]], - ['g_5fstate_3180',['g_state',['../imgui_8cpp.html#a91dda354a7eaf0ce9c3bbb7c51251038',1,'imgui.cpp']]], - ['g_5ftabstops_3181',['g_tabStops',['../imguiRenderGL_8cpp.html#a8c37700196ed88412783b7c1f7d307fb',1,'imguiRenderGL.cpp']]], - ['g_5ftempcoords_3182',['g_tempCoords',['../imguiRenderGL_8cpp.html#ad10ff27565173e7b5d5ff243399dae14',1,'imguiRenderGL.cpp']]], - ['g_5ftempnormals_3183',['g_tempNormals',['../imguiRenderGL_8cpp.html#abc052698b25d3a19fb6eb715bfad5975',1,'imguiRenderGL.cpp']]], - ['g_5ftex_3184',['g_tex',['../SampleInterfaces_8cpp.html#ace0d90b13fb8095ce8da79758493054e',1,'SampleInterfaces.cpp']]], - ['g_5ftextpool_3185',['g_textPool',['../imgui_8cpp.html#a224cbb3648a6d4ff641cf31bc84f2573',1,'imgui.cpp']]], - ['g_5ftextpoolsize_3186',['g_textPoolSize',['../imgui_8cpp.html#ab73dcd239059b5a220e9e0277a568169',1,'imgui.cpp']]], - ['gfxcmd_5fqueue_5fsize_3187',['GFXCMD_QUEUE_SIZE',['../imgui_8cpp.html#a5c5f4e46b037c54179262552c59aabb9',1,'imgui.cpp']]], - ['gridsize_3188',['gridSize',['../structdtObstacleAvoidanceParams.html#a38655cab9f879095f3f0906fdf535f3c',1,'dtObstacleAvoidanceParams']]] + ['g_5fcdata_3162',['g_cdata',['../imguiRenderGL_8cpp.html#a63d7bf2519c08a3169707cec1cbab429',1,'imguiRenderGL.cpp']]], + ['g_5fcircleverts_3163',['g_circleVerts',['../imguiRenderGL_8cpp.html#a829fc56af6c08c9170e8f42a4551bfe9',1,'imguiRenderGL.cpp']]], + ['g_5ffocusbottom_3164',['g_focusBottom',['../imgui_8cpp.html#ac365049df91f1a6f044a1cf941d99b86',1,'imgui.cpp']]], + ['g_5ffocustop_3165',['g_focusTop',['../imgui_8cpp.html#aa91169c33606d569c026366edda9881f',1,'imgui.cpp']]], + ['g_5fftex_3166',['g_ftex',['../imguiRenderGL_8cpp.html#a35e41818e96c0e65083e53b0757c046d',1,'imguiRenderGL.cpp']]], + ['g_5fgfxcmdqueue_3167',['g_gfxCmdQueue',['../imgui_8cpp.html#a9abda3631ae545a933711b38b51d73b1',1,'imgui.cpp']]], + ['g_5fgfxcmdqueuesize_3168',['g_gfxCmdQueueSize',['../imgui_8cpp.html#a1e10295502683256e4b84177f0631ba1',1,'imgui.cpp']]], + ['g_5finsidescrollarea_3169',['g_insideScrollArea',['../imgui_8cpp.html#aa35d7274201fdfbabcfa8a383cda40e7',1,'imgui.cpp']]], + ['g_5fnsamples_3170',['g_nsamples',['../main_8cpp.html#a60e01056b56609c9984c7f9dee5084cd',1,'main.cpp']]], + ['g_5fsamples_3171',['g_samples',['../main_8cpp.html#adf355327e327a55707483da0fb936165',1,'main.cpp']]], + ['g_5fscrollareatop_3172',['g_scrollAreaTop',['../imgui_8cpp.html#af694309b5965732a7517b3a64317d368',1,'imgui.cpp']]], + ['g_5fscrollbottom_3173',['g_scrollBottom',['../imgui_8cpp.html#a85885b3ff60d48c2fa48c97967b9754c',1,'imgui.cpp']]], + ['g_5fscrollid_3174',['g_scrollId',['../imgui_8cpp.html#ab1c52a1d375390099ea2a8ee290c2d4b',1,'imgui.cpp']]], + ['g_5fscrollright_3175',['g_scrollRight',['../imgui_8cpp.html#ac83ebebaf5c5c7fee5c8ef8b00d79263',1,'imgui.cpp']]], + ['g_5fscrolltop_3176',['g_scrollTop',['../imgui_8cpp.html#a3cbb6cb470c5eb82ca27461c33e38bd7',1,'imgui.cpp']]], + ['g_5fscrollval_3177',['g_scrollVal',['../imgui_8cpp.html#a9ae0fa12c8e7a4bf0ee1ea8dc2778528',1,'imgui.cpp']]], + ['g_5fstate_3178',['g_state',['../imgui_8cpp.html#a91dda354a7eaf0ce9c3bbb7c51251038',1,'imgui.cpp']]], + ['g_5ftabstops_3179',['g_tabStops',['../imguiRenderGL_8cpp.html#a8c37700196ed88412783b7c1f7d307fb',1,'imguiRenderGL.cpp']]], + ['g_5ftempcoords_3180',['g_tempCoords',['../imguiRenderGL_8cpp.html#ad10ff27565173e7b5d5ff243399dae14',1,'imguiRenderGL.cpp']]], + ['g_5ftempnormals_3181',['g_tempNormals',['../imguiRenderGL_8cpp.html#abc052698b25d3a19fb6eb715bfad5975',1,'imguiRenderGL.cpp']]], + ['g_5ftex_3182',['g_tex',['../SampleInterfaces_8cpp.html#ace0d90b13fb8095ce8da79758493054e',1,'SampleInterfaces.cpp']]], + ['g_5ftextpool_3183',['g_textPool',['../imgui_8cpp.html#a224cbb3648a6d4ff641cf31bc84f2573',1,'imgui.cpp']]], + ['g_5ftextpoolsize_3184',['g_textPoolSize',['../imgui_8cpp.html#ab73dcd239059b5a220e9e0277a568169',1,'imgui.cpp']]], + ['gfxcmd_5fqueue_5fsize_3185',['GFXCMD_QUEUE_SIZE',['../imgui_8cpp.html#a5c5f4e46b037c54179262552c59aabb9',1,'imgui.cpp']]], + ['gridsize_3186',['gridSize',['../structdtObstacleAvoidanceParams.html#a38655cab9f879095f3f0906fdf535f3c',1,'dtObstacleAvoidanceParams']]] ]; diff --git a/search/variables_7.js b/search/variables_7.js index 8db5320e..057adddd 100644 --- a/search/variables_7.js +++ b/search/variables_7.js @@ -1,18 +1,18 @@ var searchData= [ - ['h_3189',['h',['../structimguiGfxRect.html#a45a1b8518cccb97f986f1ddd6b90f83b',1,'imguiGfxRect::h()'],['../structGraphParams.html#ae36558e25d555cb8e00d9f9267ca39cc',1,'GraphParams::h()'],['../structrcCompactSpan.html#a7eb3771c94cae7b6e1bc239ec8fd7043',1,'rcCompactSpan::h()']]], - ['h_5fscale_3190',['H_SCALE',['../DetourNavMeshQuery_8cpp.html#a691377deb83853ca02735f394ccf0a30',1,'DetourNavMeshQuery.cpp']]], - ['halfextents_3191',['halfExtents',['../structdtObstacleOrientedBox.html#ad13d533793b5329dd33bd85e43ea3623',1,'dtObstacleOrientedBox']]], - ['header_3192',['header',['../structdtCompressedTile.html#a4682edbafc7117d98aedc6069a0cae9f',1,'dtCompressedTile::header()'],['../structdtTileCacheLayer.html#aee440990f8d08c3c08f0759bfd00639c',1,'dtTileCacheLayer::header()'],['../structdtMeshTile.html#a5051ce89a829f53969be9ac3fae9d4c3',1,'dtMeshTile::header()']]], - ['height_3193',['height',['../structdtCrowdAgentParams.html#a762f702ee5339eebaf252d391f31a586',1,'dtCrowdAgentParams::height()'],['../structrcHeightPatch.html#a6e2f9591899f48231b2d13e87bc5ba6a',1,'rcHeightPatch::height()'],['../structrcContourSet.html#a18be0e9d84b65e8688153b0adb517124',1,'rcContourSet::height()'],['../structrcHeightfieldLayer.html#a58d4448da1f29c63229a11ffc886b351',1,'rcHeightfieldLayer::height()'],['../structrcCompactHeightfield.html#a25d9e16e5d82cf698e47b18a5740b639',1,'rcCompactHeightfield::height()'],['../structrcConfig.html#a25cdb5fcddc1d2813eca2462f60c13d1',1,'rcConfig::height()'],['../structdtObstacleCylinder.html#aae6a08ac6fded03f3df1cc9bbf34bf96',1,'dtObstacleCylinder::height()'],['../structdtTileCacheParams.html#a0428fa48e2d01e17aab08ff814b2c769',1,'dtTileCacheParams::height()'],['../structdtTileCacheLayerHeader.html#a3ea2f3a128e73e23879575725142d5fb',1,'dtTileCacheLayerHeader::height()'],['../structrcHeightfield.html#a568ceeea7acb4ddf67dd78ec4fee7672',1,'rcHeightfield::height()']]], - ['heights_3194',['heights',['../structdtTileCacheLayer.html#ad5671088121159f5f4f39d52f6c3d42f',1,'dtTileCacheLayer::heights()'],['../structrcHeightfieldLayer.html#ac524f9b2f07bd31eba6a9ef72c2f2d0b',1,'rcHeightfieldLayer::heights()']]], - ['high_3195',['high',['../structLinearAllocator.html#a1a09914aba0a50eba2ed752879974f75',1,'LinearAllocator']]], - ['hitedgeindex_3196',['hitEdgeIndex',['../structdtRaycastHit.html#a27f1d665cde84889338ef4634c017c39',1,'dtRaycastHit']]], - ['hitnormal_3197',['hitNormal',['../structdtRaycastHit.html#a35b5d410f632591db3f0a7d7f5c235b8',1,'dtRaycastHit']]], - ['hmax_3198',['hmax',['../structdtTileCacheLayerHeader.html#a1a39cf584edf04f90b05b38f1979f13d',1,'dtTileCacheLayerHeader::hmax()'],['../structrcHeightfieldLayer.html#a95365db6dde274d1722aec90ade7a8c8',1,'rcHeightfieldLayer::hmax()'],['../structConvexVolume.html#a3019acd734533671d8ac029bd7ad7379',1,'ConvexVolume::hmax()']]], - ['hmin_3199',['hmin',['../structdtTileCacheLayerHeader.html#ac67e4ecbb71ab3814e9e270f14004ee9',1,'dtTileCacheLayerHeader::hmin()'],['../structrcHeightfieldLayer.html#a6ddd970ccf1cd15048ac535f9f75d083',1,'rcHeightfieldLayer::hmin()'],['../structConvexVolume.html#a388cd3f55a1083b93543c7bad7a3d47e',1,'ConvexVolume::hmin()']]], - ['holes_3200',['holes',['../structrcContourRegion.html#ae12d68ef4a40342b654ce16ad1962dec',1,'rcContourRegion']]], - ['horiztime_3201',['horizTime',['../structdtObstacleAvoidanceParams.html#a20bba3a481f4478eb32fce9a7f61c436',1,'dtObstacleAvoidanceParams']]], - ['hot_3202',['hot',['../structGuiState.html#a0db522de5d2a46ebcabeb9721e95a1db',1,'GuiState']]], - ['hottobe_3203',['hotToBe',['../structGuiState.html#aab12c1ba6341e43974ecca47d57a2292',1,'GuiState']]] + ['h_3187',['h',['../structimguiGfxRect.html#a45a1b8518cccb97f986f1ddd6b90f83b',1,'imguiGfxRect::h()'],['../structGraphParams.html#ae36558e25d555cb8e00d9f9267ca39cc',1,'GraphParams::h()'],['../structrcCompactSpan.html#a7eb3771c94cae7b6e1bc239ec8fd7043',1,'rcCompactSpan::h()']]], + ['h_5fscale_3188',['H_SCALE',['../DetourNavMeshQuery_8cpp.html#a691377deb83853ca02735f394ccf0a30',1,'DetourNavMeshQuery.cpp']]], + ['halfextents_3189',['halfExtents',['../structdtObstacleOrientedBox.html#ad13d533793b5329dd33bd85e43ea3623',1,'dtObstacleOrientedBox']]], + ['header_3190',['header',['../structdtCompressedTile.html#a4682edbafc7117d98aedc6069a0cae9f',1,'dtCompressedTile::header()'],['../structdtTileCacheLayer.html#aee440990f8d08c3c08f0759bfd00639c',1,'dtTileCacheLayer::header()'],['../structdtMeshTile.html#a5051ce89a829f53969be9ac3fae9d4c3',1,'dtMeshTile::header()']]], + ['height_3191',['height',['../structdtCrowdAgentParams.html#a762f702ee5339eebaf252d391f31a586',1,'dtCrowdAgentParams::height()'],['../structrcHeightPatch.html#a6e2f9591899f48231b2d13e87bc5ba6a',1,'rcHeightPatch::height()'],['../structrcContourSet.html#a18be0e9d84b65e8688153b0adb517124',1,'rcContourSet::height()'],['../structrcHeightfieldLayer.html#a58d4448da1f29c63229a11ffc886b351',1,'rcHeightfieldLayer::height()'],['../structrcCompactHeightfield.html#a25d9e16e5d82cf698e47b18a5740b639',1,'rcCompactHeightfield::height()'],['../structrcConfig.html#a25cdb5fcddc1d2813eca2462f60c13d1',1,'rcConfig::height()'],['../structdtObstacleCylinder.html#aae6a08ac6fded03f3df1cc9bbf34bf96',1,'dtObstacleCylinder::height()'],['../structdtTileCacheParams.html#a0428fa48e2d01e17aab08ff814b2c769',1,'dtTileCacheParams::height()'],['../structdtTileCacheLayerHeader.html#a3ea2f3a128e73e23879575725142d5fb',1,'dtTileCacheLayerHeader::height()'],['../structrcHeightfield.html#a568ceeea7acb4ddf67dd78ec4fee7672',1,'rcHeightfield::height()']]], + ['heights_3192',['heights',['../structdtTileCacheLayer.html#ad5671088121159f5f4f39d52f6c3d42f',1,'dtTileCacheLayer::heights()'],['../structrcHeightfieldLayer.html#ac524f9b2f07bd31eba6a9ef72c2f2d0b',1,'rcHeightfieldLayer::heights()']]], + ['high_3193',['high',['../structLinearAllocator.html#a1a09914aba0a50eba2ed752879974f75',1,'LinearAllocator']]], + ['hitedgeindex_3194',['hitEdgeIndex',['../structdtRaycastHit.html#a27f1d665cde84889338ef4634c017c39',1,'dtRaycastHit']]], + ['hitnormal_3195',['hitNormal',['../structdtRaycastHit.html#a35b5d410f632591db3f0a7d7f5c235b8',1,'dtRaycastHit']]], + ['hmax_3196',['hmax',['../structdtTileCacheLayerHeader.html#a1a39cf584edf04f90b05b38f1979f13d',1,'dtTileCacheLayerHeader::hmax()'],['../structrcHeightfieldLayer.html#a95365db6dde274d1722aec90ade7a8c8',1,'rcHeightfieldLayer::hmax()'],['../structConvexVolume.html#a3019acd734533671d8ac029bd7ad7379',1,'ConvexVolume::hmax()']]], + ['hmin_3197',['hmin',['../structdtTileCacheLayerHeader.html#ac67e4ecbb71ab3814e9e270f14004ee9',1,'dtTileCacheLayerHeader::hmin()'],['../structrcHeightfieldLayer.html#a6ddd970ccf1cd15048ac535f9f75d083',1,'rcHeightfieldLayer::hmin()'],['../structConvexVolume.html#a388cd3f55a1083b93543c7bad7a3d47e',1,'ConvexVolume::hmin()']]], + ['holes_3198',['holes',['../structrcContourRegion.html#ae12d68ef4a40342b654ce16ad1962dec',1,'rcContourRegion']]], + ['horiztime_3199',['horizTime',['../structdtObstacleAvoidanceParams.html#a20bba3a481f4478eb32fce9a7f61c436',1,'dtObstacleAvoidanceParams']]], + ['hot_3200',['hot',['../structGuiState.html#a0db522de5d2a46ebcabeb9721e95a1db',1,'GuiState']]], + ['hottobe_3201',['hotToBe',['../structGuiState.html#aab12c1ba6341e43974ecca47d57a2292',1,'GuiState']]] ]; diff --git a/search/variables_8.js b/search/variables_8.js index 004c65ce..4a06e462 100644 --- a/search/variables_8.js +++ b/search/variables_8.js @@ -1,13 +1,13 @@ var searchData= [ - ['i_3204',['i',['../structBVItem.html#a50d6602a0adbcd8ac0bfa5e20edd554a',1,'BVItem::i()'],['../structrcChunkyTriMeshNode.html#aef4c1c5ae3d3e688449598791f65483c',1,'rcChunkyTriMeshNode::i()'],['../structBoundsItem.html#ab05a8256e9a88d9c1a24c88c424f88fc',1,'BoundsItem::i()'],['../structdtBVNode.html#aa7de4b9e1151b9f4bf02154cfb24a45a',1,'dtBVNode::i()']]], - ['id_3205',['id',['../structdtNode.html#a0ffc2be17daff1087e7d2920334eeb3d',1,'dtNode::id()'],['../structdtLayerSweepSpan.html#a979ef3d0c22d55844358ed2e62acd83f',1,'dtLayerSweepSpan::id()'],['../structrcLayerSweepSpan.html#a16f6f61547ed2e1c6f22b6e17810785e',1,'rcLayerSweepSpan::id()'],['../structrcRegion.html#a4938489b9fdddccbfb9273975632a30b',1,'rcRegion::id()'],['../structrcSweepSpan.html#ac1a82c65b0a40920eab883fc2b0aa706',1,'rcSweepSpan::id()']]], - ['idx_3206',['idx',['../structdtCrowdNeighbour.html#a6a4639002489c6b6e3709e2e6a217c7c',1,'dtCrowdNeighbour::idx()'],['../structdtCrowdAgentDebugInfo.html#ac0c1fb2edc72e4e688eb943d8f2d92b2',1,'dtCrowdAgentDebugInfo::idx()']]], - ['indent_5fsize_3207',['INDENT_SIZE',['../imgui_8cpp.html#a9a41113cc28a2b67396add06da86a18c',1,'imgui.cpp']]], - ['index_3208',['index',['../structrcCompactCell.html#ad1695135ae520dfee8c39aa7b1fd41d8',1,'rcCompactCell::index()'],['../structDirtyEntry.html#af570257530906e231345aa1e4debbfa7',1,'DirtyEntry::index()']]], - ['initpos_3209',['initPos',['../structdtCrowdAgentAnimation.html#a607dc9fc1c1d88d93f5140217a298f45',1,'dtCrowdAgentAnimation']]], - ['insidecurrentscroll_3210',['insideCurrentScroll',['../structGuiState.html#a57154ede278ed4dd5f11afde5c8f2e3b',1,'GuiState']]], - ['isactive_3211',['isActive',['../structGuiState.html#af6fe16bad26560cc8433134ebbb3d635',1,'GuiState']]], - ['ishot_3212',['isHot',['../structGuiState.html#a4d7b807b2ab88bc58fad34bc8d3c4b23',1,'GuiState']]], - ['items_3213',['items',['../structrcSpanPool.html#a7527556787dc57fc87296e8f3dcdd227',1,'rcSpanPool']]] + ['i_3202',['i',['../structBVItem.html#a50d6602a0adbcd8ac0bfa5e20edd554a',1,'BVItem::i()'],['../structrcChunkyTriMeshNode.html#aef4c1c5ae3d3e688449598791f65483c',1,'rcChunkyTriMeshNode::i()'],['../structBoundsItem.html#ab05a8256e9a88d9c1a24c88c424f88fc',1,'BoundsItem::i()'],['../structdtBVNode.html#aa7de4b9e1151b9f4bf02154cfb24a45a',1,'dtBVNode::i()']]], + ['id_3203',['id',['../structdtNode.html#a0ffc2be17daff1087e7d2920334eeb3d',1,'dtNode::id()'],['../structdtLayerSweepSpan.html#a979ef3d0c22d55844358ed2e62acd83f',1,'dtLayerSweepSpan::id()'],['../structrcLayerSweepSpan.html#a16f6f61547ed2e1c6f22b6e17810785e',1,'rcLayerSweepSpan::id()'],['../structrcRegion.html#a4938489b9fdddccbfb9273975632a30b',1,'rcRegion::id()'],['../structrcSweepSpan.html#ac1a82c65b0a40920eab883fc2b0aa706',1,'rcSweepSpan::id()']]], + ['idx_3204',['idx',['../structdtCrowdNeighbour.html#a6a4639002489c6b6e3709e2e6a217c7c',1,'dtCrowdNeighbour::idx()'],['../structdtCrowdAgentDebugInfo.html#ac0c1fb2edc72e4e688eb943d8f2d92b2',1,'dtCrowdAgentDebugInfo::idx()']]], + ['indent_5fsize_3205',['INDENT_SIZE',['../imgui_8cpp.html#a9a41113cc28a2b67396add06da86a18c',1,'imgui.cpp']]], + ['index_3206',['index',['../structrcCompactCell.html#ad1695135ae520dfee8c39aa7b1fd41d8',1,'rcCompactCell::index()'],['../structDirtyEntry.html#af570257530906e231345aa1e4debbfa7',1,'DirtyEntry::index()']]], + ['initpos_3207',['initPos',['../structdtCrowdAgentAnimation.html#a607dc9fc1c1d88d93f5140217a298f45',1,'dtCrowdAgentAnimation']]], + ['insidecurrentscroll_3208',['insideCurrentScroll',['../structGuiState.html#a57154ede278ed4dd5f11afde5c8f2e3b',1,'GuiState']]], + ['isactive_3209',['isActive',['../structGuiState.html#af6fe16bad26560cc8433134ebbb3d635',1,'GuiState']]], + ['ishot_3210',['isHot',['../structGuiState.html#a4d7b807b2ab88bc58fad34bc8d3c4b23',1,'GuiState']]], + ['items_3211',['items',['../structrcSpanPool.html#a7527556787dc57fc87296e8f3dcdd227',1,'rcSpanPool']]] ]; diff --git a/search/variables_9.js b/search/variables_9.js index ea5f50a7..1b49c38d 100644 --- a/search/variables_9.js +++ b/search/variables_9.js @@ -1,16 +1,16 @@ var searchData= [ - ['layer_3214',['layer',['../structdtMeshHeader.html#ad47558eb925bae065e741742e5c62ea0',1,'dtMeshHeader::layer()'],['../structNavMeshTileBuildContext.html#ae8bc391bf811509ade3f3c9fa273724a',1,'NavMeshTileBuildContext::layer()']]], - ['layerid_3215',['layerId',['../structrcLayerRegion.html#a98aa2992acd9a6ebcf57a401182e6b1b',1,'rcLayerRegion']]], - ['layers_3216',['layers',['../structrcHeightfieldLayerSet.html#a9ce20a3ccd65f24b6704e57768c2ea5c',1,'rcHeightfieldLayerSet::layers()'],['../structrcLayerRegion.html#aba2653474f31343b075cb51167276b09',1,'rcLayerRegion::layers()']]], - ['lcset_3217',['lcset',['../structNavMeshTileBuildContext.html#a23cc945ce5a1733603698eb9c4672733',1,'NavMeshTileBuildContext']]], - ['left_3218',['left',['../structGuiState.html#a1b101aced6d0a66c959f6dbc8e9ba4b8',1,'GuiState']]], - ['leftmost_3219',['leftmost',['../structrcContourHole.html#a9fb0f2717007dddc37156feca8b00cf2',1,'rcContourHole']]], - ['leftpressed_3220',['leftPressed',['../structGuiState.html#a4eca6767d38228c41e82a56b66ce4853',1,'GuiState']]], - ['leftreleased_3221',['leftReleased',['../structGuiState.html#a8a64eb781d05dd4561d1100a6e3c759f',1,'GuiState']]], - ['line_3222',['line',['../structimguiGfxCmd.html#a7cc3675a387e8714dd2a2f6d6303a12d',1,'imguiGfxCmd']]], - ['links_3223',['links',['../structdtMeshTile.html#a09ec6812e47b7e63f035abd0b7753554',1,'dtMeshTile']]], - ['linksfreelist_3224',['linksFreeList',['../structdtMeshTile.html#ad010d9daba37865a4065248745e0b4a0',1,'dtMeshTile']]], - ['lmesh_3225',['lmesh',['../structNavMeshTileBuildContext.html#a66224ae3010c2f8e7c9d7ab2df32e995',1,'NavMeshTileBuildContext']]], - ['lset_3226',['lset',['../structRasterizationContext.html#ae8ab461bba69577efde5b1bbc9af3bab',1,'RasterizationContext']]] + ['layer_3212',['layer',['../structdtMeshHeader.html#ad47558eb925bae065e741742e5c62ea0',1,'dtMeshHeader::layer()'],['../structNavMeshTileBuildContext.html#ae8bc391bf811509ade3f3c9fa273724a',1,'NavMeshTileBuildContext::layer()']]], + ['layerid_3213',['layerId',['../structrcLayerRegion.html#a98aa2992acd9a6ebcf57a401182e6b1b',1,'rcLayerRegion']]], + ['layers_3214',['layers',['../structrcHeightfieldLayerSet.html#a9ce20a3ccd65f24b6704e57768c2ea5c',1,'rcHeightfieldLayerSet::layers()'],['../structrcLayerRegion.html#aba2653474f31343b075cb51167276b09',1,'rcLayerRegion::layers()']]], + ['lcset_3215',['lcset',['../structNavMeshTileBuildContext.html#a23cc945ce5a1733603698eb9c4672733',1,'NavMeshTileBuildContext']]], + ['left_3216',['left',['../structGuiState.html#a1b101aced6d0a66c959f6dbc8e9ba4b8',1,'GuiState']]], + ['leftmost_3217',['leftmost',['../structrcContourHole.html#a9fb0f2717007dddc37156feca8b00cf2',1,'rcContourHole']]], + ['leftpressed_3218',['leftPressed',['../structGuiState.html#a4eca6767d38228c41e82a56b66ce4853',1,'GuiState']]], + ['leftreleased_3219',['leftReleased',['../structGuiState.html#a8a64eb781d05dd4561d1100a6e3c759f',1,'GuiState']]], + ['line_3220',['line',['../structimguiGfxCmd.html#a7cc3675a387e8714dd2a2f6d6303a12d',1,'imguiGfxCmd']]], + ['links_3221',['links',['../structdtMeshTile.html#a09ec6812e47b7e63f035abd0b7753554',1,'dtMeshTile']]], + ['linksfreelist_3222',['linksFreeList',['../structdtMeshTile.html#ad010d9daba37865a4065248745e0b4a0',1,'dtMeshTile']]], + ['lmesh_3223',['lmesh',['../structNavMeshTileBuildContext.html#a66224ae3010c2f8e7c9d7ab2df32e995',1,'NavMeshTileBuildContext']]], + ['lset_3224',['lset',['../structRasterizationContext.html#ae8ab461bba69577efde5b1bbc9af3bab',1,'RasterizationContext']]] ]; diff --git a/search/variables_a.js b/search/variables_a.js index ae1f274f..9c48998d 100644 --- a/search/variables_a.js +++ b/search/variables_a.js @@ -1,122 +1,122 @@ var searchData= [ - ['m_5fagentheight_3227',['m_agentHeight',['../classSample.html#af6972f1f58b458f5f5ff6291da892882',1,'Sample']]], - ['m_5fagentmaxclimb_3228',['m_agentMaxClimb',['../classSample.html#ae0149f18e59e0c90ed444c35604cb943',1,'Sample']]], - ['m_5fagentmaxslope_3229',['m_agentMaxSlope',['../classSample.html#a880cc7f8392d39666bab31f183f75b82',1,'Sample']]], - ['m_5fagentradius_3230',['m_agentRadius',['../classSample.html#ae77f5848426c540d452b7bbbdd33dcb2',1,'Sample']]], - ['m_5fanticipateturns_3231',['m_anticipateTurns',['../structCrowdToolParams.html#ad4a5ed9be39d3f974e5fae65ced6c7b1',1,'CrowdToolParams']]], - ['m_5fbmax_3232',['m_bmax',['../classSample__Debug.html#abf213338fafebbc4dfb36ab6cfa6df46',1,'Sample_Debug']]], - ['m_5fbmin_3233',['m_bmin',['../classSample__Debug.html#a965cd582365c8b945f5d5f7da22f0597',1,'Sample_Debug']]], - ['m_5fbuildall_3234',['m_buildAll',['../classSample__TileMesh.html#ac9707dcfbb5d8a82eafdd45f4f9f0394',1,'Sample_TileMesh']]], - ['m_5fcachebuildmemusage_3235',['m_cacheBuildMemUsage',['../classSample__TempObstacles.html#abf96eb913dbc51385ef27e53dedd7d75',1,'Sample_TempObstacles']]], - ['m_5fcachebuildtimems_3236',['m_cacheBuildTimeMs',['../classSample__TempObstacles.html#a470c3923af143c884587e91d673a3ef6',1,'Sample_TempObstacles']]], - ['m_5fcachecompressedsize_3237',['m_cacheCompressedSize',['../classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c',1,'Sample_TempObstacles']]], - ['m_5fcachelayercount_3238',['m_cacheLayerCount',['../classSample__TempObstacles.html#ad6c21297ac2d0010109e5b60ce9a83fc',1,'Sample_TempObstacles']]], - ['m_5fcacherawsize_3239',['m_cacheRawSize',['../classSample__TempObstacles.html#a9cc23b964ec5482ecba5334cc0802bce',1,'Sample_TempObstacles']]], - ['m_5fcellheight_3240',['m_cellHeight',['../classSample.html#a9e971309f2473d4c4f44226c049f8d9d',1,'Sample']]], - ['m_5fcellsize_3241',['m_cellSize',['../classSample.html#a0ac2919f168dbe909f642515d78b7c8d',1,'Sample']]], - ['m_5fcenter_3242',['m_center',['../classSample__Debug.html#aac3de91166d443892f1f95748bcc0c01',1,'Sample_Debug']]], - ['m_5fcfg_3243',['m_cfg',['../classSample__SoloMesh.html#a383b397074ebd6e8781928019a4b2e06',1,'Sample_SoloMesh::m_cfg()'],['../classSample__TileMesh.html#ab0c78dc40c79a650b8b7ae611fefdbfd',1,'Sample_TileMesh::m_cfg()']]], - ['m_5fchf_3244',['m_chf',['../classSample__Debug.html#a84862166a412cf8260af236d0b158c26',1,'Sample_Debug::m_chf()'],['../classSample__SoloMesh.html#a9d9606cdf612dd091df930a603f5e24c',1,'Sample_SoloMesh::m_chf()'],['../classSample__TileMesh.html#a842be8ee16528adbd212967dc0f229f8',1,'Sample_TileMesh::m_chf()']]], - ['m_5fcrowd_3245',['m_crowd',['../classSample.html#acdddfc70a599d7a6b7a9bb58517d9725',1,'Sample']]], - ['m_5fcset_3246',['m_cset',['../classSample__SoloMesh.html#aba18137adf1ed26a4a541a985a70d758',1,'Sample_SoloMesh::m_cset()'],['../classSample__TileMesh.html#aa5eafc3cc3f3c657a2ca92cbeff00889',1,'Sample_TileMesh::m_cset()'],['../classSample__Debug.html#a9c3974e2ee3ac1694b8d0b83a0d54054',1,'Sample_Debug::m_cset()']]], - ['m_5fctx_3247',['m_ctx',['../classSample.html#a275537ae765b914f89c7cd266895fec7',1,'Sample']]], - ['m_5fdd_3248',['m_dd',['../classSample.html#ab48458c3c48e771dc7a1fa295c9fd637',1,'Sample']]], - ['m_5fdetailsampledist_3249',['m_detailSampleDist',['../classSample.html#a98b63ce7047076ff8d6472eb13942e26',1,'Sample']]], - ['m_5fdetailsamplemaxerror_3250',['m_detailSampleMaxError',['../classSample.html#a9b179f82933a079bc9ea7f41aa79fa51',1,'Sample']]], - ['m_5fdmesh_3251',['m_dmesh',['../classSample__TileMesh.html#a82d9efd99831784fbf099996778cfeab',1,'Sample_TileMesh::m_dmesh()'],['../classSample__SoloMesh.html#a558ccf439fbd4ccf9efa9e3f2cf49c08',1,'Sample_SoloMesh::m_dmesh()']]], - ['m_5fdrawmode_3252',['m_drawMode',['../classSample__SoloMesh.html#a32d99e347eb1580cd1b018393af1020a',1,'Sample_SoloMesh::m_drawMode()'],['../classSample__TempObstacles.html#a3522643a8813172c084cfac471965b04',1,'Sample_TempObstacles::m_drawMode()'],['../classSample__TileMesh.html#adc0bb43d0176b9fafb1f292af15dfe25',1,'Sample_TileMesh::m_drawMode()']]], - ['m_5fedgemaxerror_3253',['m_edgeMaxError',['../classSample.html#a9d9a456fbc01f802884f15d87aadeea6',1,'Sample']]], - ['m_5fedgemaxlen_3254',['m_edgeMaxLen',['../classSample.html#a66229e8206de01d22c240bd8420442e1',1,'Sample']]], - ['m_5fexpanddebugdraw_3255',['m_expandDebugDraw',['../structCrowdToolParams.html#a50149e1b215b9c9eba1059aa15f11e1e',1,'CrowdToolParams']]], - ['m_5fexpandoptions_3256',['m_expandOptions',['../structCrowdToolParams.html#a30d772dbf4f575001ff63f91bfef609c',1,'CrowdToolParams']]], - ['m_5fexpandselecteddebugdraw_3257',['m_expandSelectedDebugDraw',['../structCrowdToolParams.html#a3a1ad9f7a37befaa4d6300ecde1748e5',1,'CrowdToolParams']]], - ['m_5ffilterledgespans_3258',['m_filterLedgeSpans',['../classSample.html#a5aba3df7565098bb9e6e327389abb462',1,'Sample']]], - ['m_5ffilterlowhangingobstacles_3259',['m_filterLowHangingObstacles',['../classSample.html#a5efb5799ef7f20d164e54913f2e80259',1,'Sample']]], - ['m_5ffilterwalkablelowheightspans_3260',['m_filterWalkableLowHeightSpans',['../classSample.html#adc2be47bf6e03ac9fd4af8b9f364e6d6',1,'Sample']]], - ['m_5fgeom_3261',['m_geom',['../classSample.html#a53ee143e40e1472eddacf76bdd141c73',1,'Sample::m_geom()'],['../structMeshProcess.html#a65db060f220e6f5f94e0bc70d1cbd398',1,'MeshProcess::m_geom()']]], - ['m_5fhalfextents_3262',['m_halfExtents',['../classSample__Debug.html#a016ffb0b2f7b328988dc8ca45de70900',1,'Sample_Debug']]], - ['m_5fkeepinterresults_3263',['m_keepInterResults',['../classSample__SoloMesh.html#a6a30d74e05436f712c10a2013cb0bd14',1,'Sample_SoloMesh::m_keepInterResults()'],['../classSample__TempObstacles.html#a9167119c0eab0407261b705248ba6220',1,'Sample_TempObstacles::m_keepInterResults()'],['../classSample__TileMesh.html#a90e635880afd028ed2b9911335dbc926',1,'Sample_TileMesh::m_keepInterResults()']]], - ['m_5flastbuilttilebmax_3264',['m_lastBuiltTileBmax',['../classSample__TileMesh.html#ae5b9119252644fafe51a796fa212b3c0',1,'Sample_TileMesh']]], - ['m_5flastbuilttilebmin_3265',['m_lastBuiltTileBmin',['../classSample__TileMesh.html#a04546976f103034b0b3075d3f02f91e8',1,'Sample_TileMesh']]], - ['m_5flogenabled_3266',['m_logEnabled',['../classrcContext.html#af3690c070989bc399cd39e2da2b0fbad',1,'rcContext']]], - ['m_5fmaxpolyspertile_3267',['m_maxPolysPerTile',['../classSample__TempObstacles.html#a1c75490508baf130ec32ef2c60ea0dc6',1,'Sample_TempObstacles::m_maxPolysPerTile()'],['../classSample__TileMesh.html#a6534d009ee994c77b2a85cbeb4afa64e',1,'Sample_TileMesh::m_maxPolysPerTile()']]], - ['m_5fmaxtiles_3268',['m_maxTiles',['../classSample__TempObstacles.html#ad680dfdf8cee7a79ecf6e95a6f44acd3',1,'Sample_TempObstacles::m_maxTiles()'],['../classSample__TileMesh.html#adf10ce20646ee109bdfda289d2002469',1,'Sample_TileMesh::m_maxTiles()']]], - ['m_5fnavmesh_3269',['m_navMesh',['../classSample.html#a85e92e352c6aa0f8942736a3f2018884',1,'Sample']]], - ['m_5fnavmeshdrawflags_3270',['m_navMeshDrawFlags',['../classSample.html#a0fb2eac8be24dbb9f54ac8d37324b7b9',1,'Sample']]], - ['m_5fnavquery_3271',['m_navQuery',['../classSample.html#a26ee023759e26ed258ad35b1183edae0',1,'Sample']]], - ['m_5fobstacleavoidance_3272',['m_obstacleAvoidance',['../structCrowdToolParams.html#abd5dd62a05171d60b075e10d9290e7b3',1,'CrowdToolParams']]], - ['m_5fobstacleavoidancetype_3273',['m_obstacleAvoidanceType',['../structCrowdToolParams.html#a9627c513e79f26b6024c8d01843bc528',1,'CrowdToolParams']]], - ['m_5foptimizetopo_3274',['m_optimizeTopo',['../structCrowdToolParams.html#a40ea83734142dd59c92cb695631eee4a',1,'CrowdToolParams']]], - ['m_5foptimizevis_3275',['m_optimizeVis',['../structCrowdToolParams.html#a36e752b30016841720cafb2b3e0ac7ae',1,'CrowdToolParams']]], - ['m_5fpartitiontype_3276',['m_partitionType',['../classSample.html#a9888fa5781dee649df14a7be470a370c',1,'Sample']]], - ['m_5fpmesh_3277',['m_pmesh',['../classSample__Debug.html#ac4e043754c0612c7b650c95f0b62706e',1,'Sample_Debug::m_pmesh()'],['../classSample__SoloMesh.html#a12b020d2ae29630abe24090452d89d58',1,'Sample_SoloMesh::m_pmesh()'],['../classSample__TileMesh.html#a62f5a6f14e2ce186b89c8130db206feb',1,'Sample_TileMesh::m_pmesh()']]], - ['m_5fref_3278',['m_ref',['../classSample__Debug.html#a673bdcae37af994d3dcd004d3e4c7ffd',1,'Sample_Debug']]], - ['m_5fregionmergesize_3279',['m_regionMergeSize',['../classSample.html#a1f8a314cdaa47586271b8509dca7849f',1,'Sample']]], - ['m_5fregionminsize_3280',['m_regionMinSize',['../classSample.html#a648ad42edba19a7bb76bb7f17bd72335',1,'Sample']]], - ['m_5fseparation_3281',['m_separation',['../structCrowdToolParams.html#a8481d268ff04bf7e6b49458c911936cb',1,'CrowdToolParams']]], - ['m_5fseparationweight_3282',['m_separationWeight',['../structCrowdToolParams.html#a4f8f193a139b5f88d1665949c3fe7c9c',1,'CrowdToolParams']]], - ['m_5fshowcollisionsegments_3283',['m_showCollisionSegments',['../structCrowdToolParams.html#a099c9551972b676121b351f18c34c9e0',1,'CrowdToolParams']]], - ['m_5fshowcorners_3284',['m_showCorners',['../structCrowdToolParams.html#a85e1edfba62c2a2e5315ad05a0eaf0f9',1,'CrowdToolParams']]], - ['m_5fshowdetailall_3285',['m_showDetailAll',['../structCrowdToolParams.html#aa7340bfdeed7994d7899f8161744a3f6',1,'CrowdToolParams']]], - ['m_5fshowgrid_3286',['m_showGrid',['../structCrowdToolParams.html#a113cc0b0ee16ce253730d4a7d3c80672',1,'CrowdToolParams']]], - ['m_5fshowlabels_3287',['m_showLabels',['../structCrowdToolParams.html#ae078b3f35f3d5b2865139b3960708426',1,'CrowdToolParams']]], - ['m_5fshowneis_3288',['m_showNeis',['../structCrowdToolParams.html#aaf7a605017a4343c0536704cf0a4f1b0',1,'CrowdToolParams']]], - ['m_5fshownodes_3289',['m_showNodes',['../structCrowdToolParams.html#a4d8f49ea1fa301ad224405d12b9cd9a9',1,'CrowdToolParams']]], - ['m_5fshowopt_3290',['m_showOpt',['../structCrowdToolParams.html#abb28bf8b771767150348b0264c649991',1,'CrowdToolParams']]], - ['m_5fshowpath_3291',['m_showPath',['../structCrowdToolParams.html#a642a969b56ed560f2472eb4bd868416a',1,'CrowdToolParams']]], - ['m_5fshowperfgraph_3292',['m_showPerfGraph',['../structCrowdToolParams.html#a1dfe5185e48bbde739f0393227594b9c',1,'CrowdToolParams']]], - ['m_5fshowvo_3293',['m_showVO',['../structCrowdToolParams.html#a3e0009ffecf65e0b3aad0b7ad33f573b',1,'CrowdToolParams']]], - ['m_5fsolid_3294',['m_solid',['../classSample__SoloMesh.html#aee04a7d9dbc1c9e1f6c6084ac5503a93',1,'Sample_SoloMesh::m_solid()'],['../classSample__TileMesh.html#a3fe8dedfda40247593c879ca19e021cf',1,'Sample_TileMesh::m_solid()']]], - ['m_5ftalloc_3295',['m_talloc',['../classSample__TempObstacles.html#ac429ee71c83f05db18b62b07ee3331ed',1,'Sample_TempObstacles']]], - ['m_5ftcomp_3296',['m_tcomp',['../classSample__TempObstacles.html#a8a31948f10e5f7bac97cef471fb14af9',1,'Sample_TempObstacles']]], - ['m_5ftilebuildtime_3297',['m_tileBuildTime',['../classSample__TileMesh.html#acaea347f4caa829f5314634b0d77cf16',1,'Sample_TileMesh']]], - ['m_5ftilecache_3298',['m_tileCache',['../classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3',1,'Sample_TempObstacles']]], - ['m_5ftilecol_3299',['m_tileCol',['../classSample__TileMesh.html#ab6439a65636c4a510cfb02b030fedfd9',1,'Sample_TileMesh']]], - ['m_5ftilememusage_3300',['m_tileMemUsage',['../classSample__TileMesh.html#a11f392f78f550bf5aa9772e0e00338fd',1,'Sample_TileMesh']]], - ['m_5ftilesize_3301',['m_tileSize',['../classSample__TempObstacles.html#a2fbc15ef10855409375630a151f62d77',1,'Sample_TempObstacles::m_tileSize()'],['../classSample__TileMesh.html#af505570e18ca82411122d5e975225b92',1,'Sample_TileMesh::m_tileSize()']]], - ['m_5ftiletricount_3302',['m_tileTriCount',['../classSample__TileMesh.html#ad779820f5b84624c5ee75c4a26738dfd',1,'Sample_TileMesh']]], - ['m_5ftimerenabled_3303',['m_timerEnabled',['../classrcContext.html#a851ba8cc41ee2185be82fe11e847c846',1,'rcContext']]], - ['m_5ftmproc_3304',['m_tmproc',['../classSample__TempObstacles.html#a3771c900fe0d20a3dc558b96dad7d13a',1,'Sample_TempObstacles']]], - ['m_5ftool_3305',['m_tool',['../classSample.html#a2b051749824672f59913671ec043dd59',1,'Sample']]], - ['m_5ftoolstates_3306',['m_toolStates',['../classSample.html#a824aa6303ba63c6c03b90aca89143ac7',1,'Sample']]], - ['m_5ftotalbuildtimems_3307',['m_totalBuildTimeMs',['../classSample__SoloMesh.html#ad018e09c3f700c7d9f7b4bec389b9643',1,'Sample_SoloMesh::m_totalBuildTimeMs()'],['../classSample__TileMesh.html#a102175de1771bd48ce7c9b87a187ee81',1,'Sample_TileMesh::m_totalBuildTimeMs()']]], - ['m_5ftriareas_3308',['m_triareas',['../classSample__SoloMesh.html#a53f7d384f99517ace66e6d4738d622e3',1,'Sample_SoloMesh::m_triareas()'],['../classSample__TileMesh.html#a6001cd8522fc9e9aaf837c757ef15faa',1,'Sample_TileMesh::m_triareas()']]], - ['m_5fvertsperpoly_3309',['m_vertsPerPoly',['../classSample.html#af57ce10362e08d94b16cc592734bd6ba',1,'Sample']]], - ['magic_3310',['magic',['../structdtMeshHeader.html#a3e7a9662d94d08b62ca84d44e150facc',1,'dtMeshHeader::magic()'],['../structdtTileState.html#ad1d40a5f3e34dcd3b0cd5e52a1929e15',1,'dtTileState::magic()'],['../structdtTileCacheLayerHeader.html#a8c7b27ed53bf0189ccc94c67d6820e2f',1,'dtTileCacheLayerHeader::magic()'],['../structNavMeshSetHeader.html#afaa6914946f66507c805e13877100822',1,'NavMeshSetHeader::magic()'],['../structTileCacheSetHeader.html#a11b814554f66b5ae6a20ff4bf5f9599e',1,'TileCacheSetHeader::magic()']]], - ['max_5fcommon_5fnodes_3311',['MAX_COMMON_NODES',['../DetourCrowd_8cpp.html#ac718951eb34b37a1c2f66ef6cc3f7ee6',1,'DetourCrowd.cpp']]], - ['max_5fconvexvol_5fpts_3312',['MAX_CONVEXVOL_PTS',['../InputGeom_8h.html#ab051ae2a0b2e4b23f39190bc9127098a',1,'InputGeom.h']]], - ['max_5fiters_5fper_5fupdate_3313',['MAX_ITERS_PER_UPDATE',['../DetourCrowd_8cpp.html#a6415beb0f334c026346ca21f1473d3ed',1,'DetourCrowd.cpp']]], - ['max_5flayers_3314',['MAX_LAYERS',['../Sample__TempObstacles_8cpp.html#a79bfaaec8df17228648fc51c7c302f72',1,'Sample_TempObstacles.cpp']]], - ['max_5fpathqueue_5fnodes_3315',['MAX_PATHQUEUE_NODES',['../DetourCrowd_8cpp.html#a6041e29fcccdcfc2f0b2b41d6f5df394',1,'DetourCrowd.cpp']]], - ['max_5frem_5fedges_3316',['MAX_REM_EDGES',['../DetourTileCacheBuilder_8cpp.html#a5131aaaa744669c5e9418ecffa6e64f5',1,'DetourTileCacheBuilder.cpp']]], - ['max_5fverts_5fper_5fpoly_3317',['MAX_VERTS_PER_POLY',['../DetourTileCacheBuilder_8cpp.html#a765f17c1f40a919b5a17a9701a0c9f52',1,'DetourTileCacheBuilder.cpp']]], - ['maxacceleration_3318',['maxAcceleration',['../structdtCrowdAgentParams.html#a2d1b22f12d2faf77c052b1bae3a27ada',1,'dtCrowdAgentParams']]], - ['maxdistance_3319',['maxDistance',['../structrcCompactHeightfield.html#a38921b347d72bdc07487d07e7608ffc7',1,'rcCompactHeightfield']]], - ['maxedgeerror_3320',['maxEdgeError',['../structrcPolyMesh.html#ab26e9ea24492a2c45b1a2d71ccdb091d',1,'rcPolyMesh']]], - ['maxedgelen_3321',['maxEdgeLen',['../structrcConfig.html#a2149036442bf38b9ec9615549aa48fd4',1,'rcConfig']]], - ['maxerror_3322',['maxError',['../structrcContourSet.html#af657b46878e8fff2dd731ee066e4e1b2',1,'rcContourSet']]], - ['maxlinkcount_3323',['maxLinkCount',['../structdtMeshHeader.html#ab9f95d40e21c8710f59e78ef89ce1cc0',1,'dtMeshHeader']]], - ['maxobstacles_3324',['maxObstacles',['../structdtTileCacheParams.html#a30fb34944589db46ad6262748d3f4c0c',1,'dtTileCacheParams']]], - ['maxpath_3325',['maxPath',['../structdtRaycastHit.html#a62b75cb350d9ace5e47887c7c1add9b3',1,'dtRaycastHit']]], - ['maxpolys_3326',['maxPolys',['../structdtNavMeshParams.html#a4f44babd04fff4f8300ecd15d4237375',1,'dtNavMeshParams']]], - ['maxpolys_3327',['maxpolys',['../structrcPolyMesh.html#afc6261e7cee3e3ff2a83b6ee8baf14a9',1,'rcPolyMesh']]], - ['maxregions_3328',['maxRegions',['../structrcCompactHeightfield.html#a6bfb7a2fdb06a64b03f0fffa885edd94',1,'rcCompactHeightfield']]], - ['maxsimplificationerror_3329',['maxSimplificationError',['../structrcConfig.html#a3421826332c0acfbbdfa34ee6c7183d1',1,'rcConfig::maxSimplificationError()'],['../structdtTileCacheParams.html#a426e4e8fbaea199ecc4714ba01aa8ef2',1,'dtTileCacheParams::maxSimplificationError()']]], - ['maxspeed_3330',['maxSpeed',['../structdtCrowdAgentParams.html#a2a023328c7266577eedeba25e480479f',1,'dtCrowdAgentParams']]], - ['maxtiles_3331',['maxTiles',['../structdtNavMeshParams.html#ad6027d623e81058f0d9b2a2adf803f00',1,'dtNavMeshParams::maxTiles()'],['../structdtTileCacheParams.html#a08e5fc995595846369e9dc040370b660',1,'dtTileCacheParams::maxTiles()']]], - ['maxtrisperchunk_3332',['maxTrisPerChunk',['../structrcChunkyTriMesh.html#a93638e22b53882b6bdc700b8c35ecd05',1,'rcChunkyTriMesh']]], - ['maxvertsperpoly_3333',['maxVertsPerPoly',['../structrcConfig.html#a055d0ed71c79c9af29424de5d0cf3d2d',1,'rcConfig']]], - ['maxx_3334',['maxx',['../structrcHeightfieldLayer.html#ab0b3836202050d3a701d2e3cfba8d9ab',1,'rcHeightfieldLayer::maxx()'],['../structdtTileCacheLayerHeader.html#ab675bd252447bcae38a8356b627af383',1,'dtTileCacheLayerHeader::maxx()']]], - ['maxy_3335',['maxy',['../structrcHeightfieldLayer.html#ad697fc4a8a65c2b1ef1f976097ee2b3f',1,'rcHeightfieldLayer::maxy()'],['../structdtTileCacheLayerHeader.html#afcbde7458c37c89801243b98a5aa4674',1,'dtTileCacheLayerHeader::maxy()']]], - ['mergeregionarea_3336',['mergeRegionArea',['../structrcConfig.html#ac2385e0a316304cd7b1c563cf9f7dd59',1,'rcConfig']]], - ['mesh_5fnull_5fidx_3337',['MESH_NULL_IDX',['../DetourNavMeshBuilder_8cpp.html#af3008e30fc489f2443bd25ae528c01e4',1,'DetourNavMeshBuilder.cpp']]], - ['meshes_3338',['meshes',['../structrcPolyMeshDetail.html#a39a0a4bdfaf81025dfd5c6efc17a9f02',1,'rcPolyMeshDetail']]], - ['meshparams_3339',['meshParams',['../structTileCacheSetHeader.html#ab16db6d86e12cbee7fde6e48efe92232',1,'TileCacheSetHeader']]], - ['minregionarea_3340',['minRegionArea',['../structrcConfig.html#af91c92dd5bb5ebf51a85b194917062ec',1,'rcConfig']]], - ['minx_3341',['minx',['../structrcContourHole.html#ab83982af11e1649becfdf57766fe45ee',1,'rcContourHole::minx()'],['../structrcHeightfieldLayer.html#adcd87e9ea184d277f36eea61314f6f4a',1,'rcHeightfieldLayer::minx()'],['../structdtTileCacheLayerHeader.html#ac536f24cbc32f35d0a42bd23f6ac1a56',1,'dtTileCacheLayerHeader::minx()']]], - ['miny_3342',['miny',['../structrcHeightfieldLayer.html#af5df0f6946f89193ca1c3e5c6f9ab49b',1,'rcHeightfieldLayer::miny()'],['../structdtTileCacheLayerHeader.html#a4e0f98a4b6cba8baf300311feb2700e2',1,'dtTileCacheLayerHeader::miny()']]], - ['minz_3343',['minz',['../structrcContourHole.html#a6638d0ce2b7972c1a6e795a99fea5504',1,'rcContourHole']]], - ['mx_3344',['mx',['../structGuiState.html#a500386b3162aeaaa091381e71e65b872',1,'GuiState']]], - ['my_3345',['my',['../structGuiState.html#aaae100f98cc2247cdd4c9f56e760a55e',1,'GuiState']]] + ['m_5fagentheight_3225',['m_agentHeight',['../classSample.html#af6972f1f58b458f5f5ff6291da892882',1,'Sample']]], + ['m_5fagentmaxclimb_3226',['m_agentMaxClimb',['../classSample.html#ae0149f18e59e0c90ed444c35604cb943',1,'Sample']]], + ['m_5fagentmaxslope_3227',['m_agentMaxSlope',['../classSample.html#a880cc7f8392d39666bab31f183f75b82',1,'Sample']]], + ['m_5fagentradius_3228',['m_agentRadius',['../classSample.html#ae77f5848426c540d452b7bbbdd33dcb2',1,'Sample']]], + ['m_5fanticipateturns_3229',['m_anticipateTurns',['../structCrowdToolParams.html#ad4a5ed9be39d3f974e5fae65ced6c7b1',1,'CrowdToolParams']]], + ['m_5fbmax_3230',['m_bmax',['../classSample__Debug.html#abf213338fafebbc4dfb36ab6cfa6df46',1,'Sample_Debug']]], + ['m_5fbmin_3231',['m_bmin',['../classSample__Debug.html#a965cd582365c8b945f5d5f7da22f0597',1,'Sample_Debug']]], + ['m_5fbuildall_3232',['m_buildAll',['../classSample__TileMesh.html#ac9707dcfbb5d8a82eafdd45f4f9f0394',1,'Sample_TileMesh']]], + ['m_5fcachebuildmemusage_3233',['m_cacheBuildMemUsage',['../classSample__TempObstacles.html#abf96eb913dbc51385ef27e53dedd7d75',1,'Sample_TempObstacles']]], + ['m_5fcachebuildtimems_3234',['m_cacheBuildTimeMs',['../classSample__TempObstacles.html#a470c3923af143c884587e91d673a3ef6',1,'Sample_TempObstacles']]], + ['m_5fcachecompressedsize_3235',['m_cacheCompressedSize',['../classSample__TempObstacles.html#ac778775311b1bbadbc0e03b0df4f177c',1,'Sample_TempObstacles']]], + ['m_5fcachelayercount_3236',['m_cacheLayerCount',['../classSample__TempObstacles.html#ad6c21297ac2d0010109e5b60ce9a83fc',1,'Sample_TempObstacles']]], + ['m_5fcacherawsize_3237',['m_cacheRawSize',['../classSample__TempObstacles.html#a9cc23b964ec5482ecba5334cc0802bce',1,'Sample_TempObstacles']]], + ['m_5fcellheight_3238',['m_cellHeight',['../classSample.html#a9e971309f2473d4c4f44226c049f8d9d',1,'Sample']]], + ['m_5fcellsize_3239',['m_cellSize',['../classSample.html#a0ac2919f168dbe909f642515d78b7c8d',1,'Sample']]], + ['m_5fcenter_3240',['m_center',['../classSample__Debug.html#aac3de91166d443892f1f95748bcc0c01',1,'Sample_Debug']]], + ['m_5fcfg_3241',['m_cfg',['../classSample__SoloMesh.html#a383b397074ebd6e8781928019a4b2e06',1,'Sample_SoloMesh::m_cfg()'],['../classSample__TileMesh.html#ab0c78dc40c79a650b8b7ae611fefdbfd',1,'Sample_TileMesh::m_cfg()']]], + ['m_5fchf_3242',['m_chf',['../classSample__Debug.html#a84862166a412cf8260af236d0b158c26',1,'Sample_Debug::m_chf()'],['../classSample__SoloMesh.html#a9d9606cdf612dd091df930a603f5e24c',1,'Sample_SoloMesh::m_chf()'],['../classSample__TileMesh.html#a842be8ee16528adbd212967dc0f229f8',1,'Sample_TileMesh::m_chf()']]], + ['m_5fcrowd_3243',['m_crowd',['../classSample.html#acdddfc70a599d7a6b7a9bb58517d9725',1,'Sample']]], + ['m_5fcset_3244',['m_cset',['../classSample__SoloMesh.html#aba18137adf1ed26a4a541a985a70d758',1,'Sample_SoloMesh::m_cset()'],['../classSample__TileMesh.html#aa5eafc3cc3f3c657a2ca92cbeff00889',1,'Sample_TileMesh::m_cset()'],['../classSample__Debug.html#a9c3974e2ee3ac1694b8d0b83a0d54054',1,'Sample_Debug::m_cset()']]], + ['m_5fctx_3245',['m_ctx',['../classSample.html#a275537ae765b914f89c7cd266895fec7',1,'Sample']]], + ['m_5fdd_3246',['m_dd',['../classSample.html#ab48458c3c48e771dc7a1fa295c9fd637',1,'Sample']]], + ['m_5fdetailsampledist_3247',['m_detailSampleDist',['../classSample.html#a98b63ce7047076ff8d6472eb13942e26',1,'Sample']]], + ['m_5fdetailsamplemaxerror_3248',['m_detailSampleMaxError',['../classSample.html#a9b179f82933a079bc9ea7f41aa79fa51',1,'Sample']]], + ['m_5fdmesh_3249',['m_dmesh',['../classSample__TileMesh.html#a82d9efd99831784fbf099996778cfeab',1,'Sample_TileMesh::m_dmesh()'],['../classSample__SoloMesh.html#a558ccf439fbd4ccf9efa9e3f2cf49c08',1,'Sample_SoloMesh::m_dmesh()']]], + ['m_5fdrawmode_3250',['m_drawMode',['../classSample__SoloMesh.html#a32d99e347eb1580cd1b018393af1020a',1,'Sample_SoloMesh::m_drawMode()'],['../classSample__TempObstacles.html#a3522643a8813172c084cfac471965b04',1,'Sample_TempObstacles::m_drawMode()'],['../classSample__TileMesh.html#adc0bb43d0176b9fafb1f292af15dfe25',1,'Sample_TileMesh::m_drawMode()']]], + ['m_5fedgemaxerror_3251',['m_edgeMaxError',['../classSample.html#a9d9a456fbc01f802884f15d87aadeea6',1,'Sample']]], + ['m_5fedgemaxlen_3252',['m_edgeMaxLen',['../classSample.html#a66229e8206de01d22c240bd8420442e1',1,'Sample']]], + ['m_5fexpanddebugdraw_3253',['m_expandDebugDraw',['../structCrowdToolParams.html#a50149e1b215b9c9eba1059aa15f11e1e',1,'CrowdToolParams']]], + ['m_5fexpandoptions_3254',['m_expandOptions',['../structCrowdToolParams.html#a30d772dbf4f575001ff63f91bfef609c',1,'CrowdToolParams']]], + ['m_5fexpandselecteddebugdraw_3255',['m_expandSelectedDebugDraw',['../structCrowdToolParams.html#a3a1ad9f7a37befaa4d6300ecde1748e5',1,'CrowdToolParams']]], + ['m_5ffilterledgespans_3256',['m_filterLedgeSpans',['../classSample.html#a5aba3df7565098bb9e6e327389abb462',1,'Sample']]], + ['m_5ffilterlowhangingobstacles_3257',['m_filterLowHangingObstacles',['../classSample.html#a5efb5799ef7f20d164e54913f2e80259',1,'Sample']]], + ['m_5ffilterwalkablelowheightspans_3258',['m_filterWalkableLowHeightSpans',['../classSample.html#adc2be47bf6e03ac9fd4af8b9f364e6d6',1,'Sample']]], + ['m_5fgeom_3259',['m_geom',['../classSample.html#a53ee143e40e1472eddacf76bdd141c73',1,'Sample::m_geom()'],['../structMeshProcess.html#a65db060f220e6f5f94e0bc70d1cbd398',1,'MeshProcess::m_geom()']]], + ['m_5fhalfextents_3260',['m_halfExtents',['../classSample__Debug.html#a016ffb0b2f7b328988dc8ca45de70900',1,'Sample_Debug']]], + ['m_5fkeepinterresults_3261',['m_keepInterResults',['../classSample__SoloMesh.html#a6a30d74e05436f712c10a2013cb0bd14',1,'Sample_SoloMesh::m_keepInterResults()'],['../classSample__TempObstacles.html#a9167119c0eab0407261b705248ba6220',1,'Sample_TempObstacles::m_keepInterResults()'],['../classSample__TileMesh.html#a90e635880afd028ed2b9911335dbc926',1,'Sample_TileMesh::m_keepInterResults()']]], + ['m_5flastbuilttilebmax_3262',['m_lastBuiltTileBmax',['../classSample__TileMesh.html#ae5b9119252644fafe51a796fa212b3c0',1,'Sample_TileMesh']]], + ['m_5flastbuilttilebmin_3263',['m_lastBuiltTileBmin',['../classSample__TileMesh.html#a04546976f103034b0b3075d3f02f91e8',1,'Sample_TileMesh']]], + ['m_5flogenabled_3264',['m_logEnabled',['../classrcContext.html#af3690c070989bc399cd39e2da2b0fbad',1,'rcContext']]], + ['m_5fmaxpolyspertile_3265',['m_maxPolysPerTile',['../classSample__TempObstacles.html#a1c75490508baf130ec32ef2c60ea0dc6',1,'Sample_TempObstacles::m_maxPolysPerTile()'],['../classSample__TileMesh.html#a6534d009ee994c77b2a85cbeb4afa64e',1,'Sample_TileMesh::m_maxPolysPerTile()']]], + ['m_5fmaxtiles_3266',['m_maxTiles',['../classSample__TempObstacles.html#ad680dfdf8cee7a79ecf6e95a6f44acd3',1,'Sample_TempObstacles::m_maxTiles()'],['../classSample__TileMesh.html#adf10ce20646ee109bdfda289d2002469',1,'Sample_TileMesh::m_maxTiles()']]], + ['m_5fnavmesh_3267',['m_navMesh',['../classSample.html#a85e92e352c6aa0f8942736a3f2018884',1,'Sample']]], + ['m_5fnavmeshdrawflags_3268',['m_navMeshDrawFlags',['../classSample.html#a0fb2eac8be24dbb9f54ac8d37324b7b9',1,'Sample']]], + ['m_5fnavquery_3269',['m_navQuery',['../classSample.html#a26ee023759e26ed258ad35b1183edae0',1,'Sample']]], + ['m_5fobstacleavoidance_3270',['m_obstacleAvoidance',['../structCrowdToolParams.html#abd5dd62a05171d60b075e10d9290e7b3',1,'CrowdToolParams']]], + ['m_5fobstacleavoidancetype_3271',['m_obstacleAvoidanceType',['../structCrowdToolParams.html#a9627c513e79f26b6024c8d01843bc528',1,'CrowdToolParams']]], + ['m_5foptimizetopo_3272',['m_optimizeTopo',['../structCrowdToolParams.html#a40ea83734142dd59c92cb695631eee4a',1,'CrowdToolParams']]], + ['m_5foptimizevis_3273',['m_optimizeVis',['../structCrowdToolParams.html#a36e752b30016841720cafb2b3e0ac7ae',1,'CrowdToolParams']]], + ['m_5fpartitiontype_3274',['m_partitionType',['../classSample.html#a9888fa5781dee649df14a7be470a370c',1,'Sample']]], + ['m_5fpmesh_3275',['m_pmesh',['../classSample__Debug.html#ac4e043754c0612c7b650c95f0b62706e',1,'Sample_Debug::m_pmesh()'],['../classSample__SoloMesh.html#a12b020d2ae29630abe24090452d89d58',1,'Sample_SoloMesh::m_pmesh()'],['../classSample__TileMesh.html#a62f5a6f14e2ce186b89c8130db206feb',1,'Sample_TileMesh::m_pmesh()']]], + ['m_5fref_3276',['m_ref',['../classSample__Debug.html#a673bdcae37af994d3dcd004d3e4c7ffd',1,'Sample_Debug']]], + ['m_5fregionmergesize_3277',['m_regionMergeSize',['../classSample.html#a1f8a314cdaa47586271b8509dca7849f',1,'Sample']]], + ['m_5fregionminsize_3278',['m_regionMinSize',['../classSample.html#a648ad42edba19a7bb76bb7f17bd72335',1,'Sample']]], + ['m_5fseparation_3279',['m_separation',['../structCrowdToolParams.html#a8481d268ff04bf7e6b49458c911936cb',1,'CrowdToolParams']]], + ['m_5fseparationweight_3280',['m_separationWeight',['../structCrowdToolParams.html#a4f8f193a139b5f88d1665949c3fe7c9c',1,'CrowdToolParams']]], + ['m_5fshowcollisionsegments_3281',['m_showCollisionSegments',['../structCrowdToolParams.html#a099c9551972b676121b351f18c34c9e0',1,'CrowdToolParams']]], + ['m_5fshowcorners_3282',['m_showCorners',['../structCrowdToolParams.html#a85e1edfba62c2a2e5315ad05a0eaf0f9',1,'CrowdToolParams']]], + ['m_5fshowdetailall_3283',['m_showDetailAll',['../structCrowdToolParams.html#aa7340bfdeed7994d7899f8161744a3f6',1,'CrowdToolParams']]], + ['m_5fshowgrid_3284',['m_showGrid',['../structCrowdToolParams.html#a113cc0b0ee16ce253730d4a7d3c80672',1,'CrowdToolParams']]], + ['m_5fshowlabels_3285',['m_showLabels',['../structCrowdToolParams.html#ae078b3f35f3d5b2865139b3960708426',1,'CrowdToolParams']]], + ['m_5fshowneis_3286',['m_showNeis',['../structCrowdToolParams.html#aaf7a605017a4343c0536704cf0a4f1b0',1,'CrowdToolParams']]], + ['m_5fshownodes_3287',['m_showNodes',['../structCrowdToolParams.html#a4d8f49ea1fa301ad224405d12b9cd9a9',1,'CrowdToolParams']]], + ['m_5fshowopt_3288',['m_showOpt',['../structCrowdToolParams.html#abb28bf8b771767150348b0264c649991',1,'CrowdToolParams']]], + ['m_5fshowpath_3289',['m_showPath',['../structCrowdToolParams.html#a642a969b56ed560f2472eb4bd868416a',1,'CrowdToolParams']]], + ['m_5fshowperfgraph_3290',['m_showPerfGraph',['../structCrowdToolParams.html#a1dfe5185e48bbde739f0393227594b9c',1,'CrowdToolParams']]], + ['m_5fshowvo_3291',['m_showVO',['../structCrowdToolParams.html#a3e0009ffecf65e0b3aad0b7ad33f573b',1,'CrowdToolParams']]], + ['m_5fsolid_3292',['m_solid',['../classSample__SoloMesh.html#aee04a7d9dbc1c9e1f6c6084ac5503a93',1,'Sample_SoloMesh::m_solid()'],['../classSample__TileMesh.html#a3fe8dedfda40247593c879ca19e021cf',1,'Sample_TileMesh::m_solid()']]], + ['m_5ftalloc_3293',['m_talloc',['../classSample__TempObstacles.html#ac429ee71c83f05db18b62b07ee3331ed',1,'Sample_TempObstacles']]], + ['m_5ftcomp_3294',['m_tcomp',['../classSample__TempObstacles.html#a8a31948f10e5f7bac97cef471fb14af9',1,'Sample_TempObstacles']]], + ['m_5ftilebuildtime_3295',['m_tileBuildTime',['../classSample__TileMesh.html#acaea347f4caa829f5314634b0d77cf16',1,'Sample_TileMesh']]], + ['m_5ftilecache_3296',['m_tileCache',['../classSample__TempObstacles.html#ad15ecefaaefd5e4d60a67df5db97a0b3',1,'Sample_TempObstacles']]], + ['m_5ftilecol_3297',['m_tileCol',['../classSample__TileMesh.html#ab6439a65636c4a510cfb02b030fedfd9',1,'Sample_TileMesh']]], + ['m_5ftilememusage_3298',['m_tileMemUsage',['../classSample__TileMesh.html#a11f392f78f550bf5aa9772e0e00338fd',1,'Sample_TileMesh']]], + ['m_5ftilesize_3299',['m_tileSize',['../classSample__TempObstacles.html#a2fbc15ef10855409375630a151f62d77',1,'Sample_TempObstacles::m_tileSize()'],['../classSample__TileMesh.html#af505570e18ca82411122d5e975225b92',1,'Sample_TileMesh::m_tileSize()']]], + ['m_5ftiletricount_3300',['m_tileTriCount',['../classSample__TileMesh.html#ad779820f5b84624c5ee75c4a26738dfd',1,'Sample_TileMesh']]], + ['m_5ftimerenabled_3301',['m_timerEnabled',['../classrcContext.html#a851ba8cc41ee2185be82fe11e847c846',1,'rcContext']]], + ['m_5ftmproc_3302',['m_tmproc',['../classSample__TempObstacles.html#a3771c900fe0d20a3dc558b96dad7d13a',1,'Sample_TempObstacles']]], + ['m_5ftool_3303',['m_tool',['../classSample.html#a2b051749824672f59913671ec043dd59',1,'Sample']]], + ['m_5ftoolstates_3304',['m_toolStates',['../classSample.html#a824aa6303ba63c6c03b90aca89143ac7',1,'Sample']]], + ['m_5ftotalbuildtimems_3305',['m_totalBuildTimeMs',['../classSample__SoloMesh.html#ad018e09c3f700c7d9f7b4bec389b9643',1,'Sample_SoloMesh::m_totalBuildTimeMs()'],['../classSample__TileMesh.html#a102175de1771bd48ce7c9b87a187ee81',1,'Sample_TileMesh::m_totalBuildTimeMs()']]], + ['m_5ftriareas_3306',['m_triareas',['../classSample__SoloMesh.html#a53f7d384f99517ace66e6d4738d622e3',1,'Sample_SoloMesh::m_triareas()'],['../classSample__TileMesh.html#a6001cd8522fc9e9aaf837c757ef15faa',1,'Sample_TileMesh::m_triareas()']]], + ['m_5fvertsperpoly_3307',['m_vertsPerPoly',['../classSample.html#af57ce10362e08d94b16cc592734bd6ba',1,'Sample']]], + ['magic_3308',['magic',['../structdtMeshHeader.html#a3e7a9662d94d08b62ca84d44e150facc',1,'dtMeshHeader::magic()'],['../structdtTileState.html#ad1d40a5f3e34dcd3b0cd5e52a1929e15',1,'dtTileState::magic()'],['../structdtTileCacheLayerHeader.html#a8c7b27ed53bf0189ccc94c67d6820e2f',1,'dtTileCacheLayerHeader::magic()'],['../structNavMeshSetHeader.html#afaa6914946f66507c805e13877100822',1,'NavMeshSetHeader::magic()'],['../structTileCacheSetHeader.html#a11b814554f66b5ae6a20ff4bf5f9599e',1,'TileCacheSetHeader::magic()']]], + ['max_5fcommon_5fnodes_3309',['MAX_COMMON_NODES',['../DetourCrowd_8cpp.html#ac718951eb34b37a1c2f66ef6cc3f7ee6',1,'DetourCrowd.cpp']]], + ['max_5fconvexvol_5fpts_3310',['MAX_CONVEXVOL_PTS',['../InputGeom_8h.html#ab051ae2a0b2e4b23f39190bc9127098a',1,'InputGeom.h']]], + ['max_5fiters_5fper_5fupdate_3311',['MAX_ITERS_PER_UPDATE',['../DetourCrowd_8cpp.html#a6415beb0f334c026346ca21f1473d3ed',1,'DetourCrowd.cpp']]], + ['max_5flayers_3312',['MAX_LAYERS',['../Sample__TempObstacles_8cpp.html#a79bfaaec8df17228648fc51c7c302f72',1,'Sample_TempObstacles.cpp']]], + ['max_5fpathqueue_5fnodes_3313',['MAX_PATHQUEUE_NODES',['../DetourCrowd_8cpp.html#a6041e29fcccdcfc2f0b2b41d6f5df394',1,'DetourCrowd.cpp']]], + ['max_5frem_5fedges_3314',['MAX_REM_EDGES',['../DetourTileCacheBuilder_8cpp.html#a5131aaaa744669c5e9418ecffa6e64f5',1,'DetourTileCacheBuilder.cpp']]], + ['max_5fverts_5fper_5fpoly_3315',['MAX_VERTS_PER_POLY',['../DetourTileCacheBuilder_8cpp.html#a765f17c1f40a919b5a17a9701a0c9f52',1,'DetourTileCacheBuilder.cpp']]], + ['maxacceleration_3316',['maxAcceleration',['../structdtCrowdAgentParams.html#a2d1b22f12d2faf77c052b1bae3a27ada',1,'dtCrowdAgentParams']]], + ['maxdistance_3317',['maxDistance',['../structrcCompactHeightfield.html#a38921b347d72bdc07487d07e7608ffc7',1,'rcCompactHeightfield']]], + ['maxedgeerror_3318',['maxEdgeError',['../structrcPolyMesh.html#ab26e9ea24492a2c45b1a2d71ccdb091d',1,'rcPolyMesh']]], + ['maxedgelen_3319',['maxEdgeLen',['../structrcConfig.html#a2149036442bf38b9ec9615549aa48fd4',1,'rcConfig']]], + ['maxerror_3320',['maxError',['../structrcContourSet.html#af657b46878e8fff2dd731ee066e4e1b2',1,'rcContourSet']]], + ['maxlinkcount_3321',['maxLinkCount',['../structdtMeshHeader.html#ab9f95d40e21c8710f59e78ef89ce1cc0',1,'dtMeshHeader']]], + ['maxobstacles_3322',['maxObstacles',['../structdtTileCacheParams.html#a30fb34944589db46ad6262748d3f4c0c',1,'dtTileCacheParams']]], + ['maxpath_3323',['maxPath',['../structdtRaycastHit.html#a62b75cb350d9ace5e47887c7c1add9b3',1,'dtRaycastHit']]], + ['maxpolys_3324',['maxPolys',['../structdtNavMeshParams.html#a4f44babd04fff4f8300ecd15d4237375',1,'dtNavMeshParams']]], + ['maxpolys_3325',['maxpolys',['../structrcPolyMesh.html#afc6261e7cee3e3ff2a83b6ee8baf14a9',1,'rcPolyMesh']]], + ['maxregions_3326',['maxRegions',['../structrcCompactHeightfield.html#a6bfb7a2fdb06a64b03f0fffa885edd94',1,'rcCompactHeightfield']]], + ['maxsimplificationerror_3327',['maxSimplificationError',['../structrcConfig.html#a3421826332c0acfbbdfa34ee6c7183d1',1,'rcConfig::maxSimplificationError()'],['../structdtTileCacheParams.html#a426e4e8fbaea199ecc4714ba01aa8ef2',1,'dtTileCacheParams::maxSimplificationError()']]], + ['maxspeed_3328',['maxSpeed',['../structdtCrowdAgentParams.html#a2a023328c7266577eedeba25e480479f',1,'dtCrowdAgentParams']]], + ['maxtiles_3329',['maxTiles',['../structdtNavMeshParams.html#ad6027d623e81058f0d9b2a2adf803f00',1,'dtNavMeshParams::maxTiles()'],['../structdtTileCacheParams.html#a08e5fc995595846369e9dc040370b660',1,'dtTileCacheParams::maxTiles()']]], + ['maxtrisperchunk_3330',['maxTrisPerChunk',['../structrcChunkyTriMesh.html#a93638e22b53882b6bdc700b8c35ecd05',1,'rcChunkyTriMesh']]], + ['maxvertsperpoly_3331',['maxVertsPerPoly',['../structrcConfig.html#a055d0ed71c79c9af29424de5d0cf3d2d',1,'rcConfig']]], + ['maxx_3332',['maxx',['../structrcHeightfieldLayer.html#ab0b3836202050d3a701d2e3cfba8d9ab',1,'rcHeightfieldLayer::maxx()'],['../structdtTileCacheLayerHeader.html#ab675bd252447bcae38a8356b627af383',1,'dtTileCacheLayerHeader::maxx()']]], + ['maxy_3333',['maxy',['../structrcHeightfieldLayer.html#ad697fc4a8a65c2b1ef1f976097ee2b3f',1,'rcHeightfieldLayer::maxy()'],['../structdtTileCacheLayerHeader.html#afcbde7458c37c89801243b98a5aa4674',1,'dtTileCacheLayerHeader::maxy()']]], + ['mergeregionarea_3334',['mergeRegionArea',['../structrcConfig.html#ac2385e0a316304cd7b1c563cf9f7dd59',1,'rcConfig']]], + ['mesh_5fnull_5fidx_3335',['MESH_NULL_IDX',['../DetourNavMeshBuilder_8cpp.html#af3008e30fc489f2443bd25ae528c01e4',1,'DetourNavMeshBuilder.cpp']]], + ['meshes_3336',['meshes',['../structrcPolyMeshDetail.html#a39a0a4bdfaf81025dfd5c6efc17a9f02',1,'rcPolyMeshDetail']]], + ['meshparams_3337',['meshParams',['../structTileCacheSetHeader.html#ab16db6d86e12cbee7fde6e48efe92232',1,'TileCacheSetHeader']]], + ['minregionarea_3338',['minRegionArea',['../structrcConfig.html#af91c92dd5bb5ebf51a85b194917062ec',1,'rcConfig']]], + ['minx_3339',['minx',['../structrcContourHole.html#ab83982af11e1649becfdf57766fe45ee',1,'rcContourHole::minx()'],['../structrcHeightfieldLayer.html#adcd87e9ea184d277f36eea61314f6f4a',1,'rcHeightfieldLayer::minx()'],['../structdtTileCacheLayerHeader.html#ac536f24cbc32f35d0a42bd23f6ac1a56',1,'dtTileCacheLayerHeader::minx()']]], + ['miny_3340',['miny',['../structrcHeightfieldLayer.html#af5df0f6946f89193ca1c3e5c6f9ab49b',1,'rcHeightfieldLayer::miny()'],['../structdtTileCacheLayerHeader.html#a4e0f98a4b6cba8baf300311feb2700e2',1,'dtTileCacheLayerHeader::miny()']]], + ['minz_3341',['minz',['../structrcContourHole.html#a6638d0ce2b7972c1a6e795a99fea5504',1,'rcContourHole']]], + ['mx_3342',['mx',['../structGuiState.html#a500386b3162aeaaa091381e71e65b872',1,'GuiState']]], + ['my_3343',['my',['../structGuiState.html#aaae100f98cc2247cdd4c9f56e760a55e',1,'GuiState']]] ]; diff --git a/search/variables_b.js b/search/variables_b.js index bc387653..578f7df2 100644 --- a/search/variables_b.js +++ b/search/variables_b.js @@ -1,35 +1,35 @@ var searchData= [ - ['n_3346',['n',['../structrcChunkyTriMeshNode.html#a21461e9717fa41aede9a197e82c2fab8',1,'rcChunkyTriMeshNode']]], - ['name_3347',['name',['../structSampleItem.html#af696aa049ca06a8a27e9d9ed4e55c0df',1,'SampleItem']]], - ['navmeshbmax_3348',['navMeshBMax',['../structBuildSettings.html#aa4bd791b8e27043a8f341274fa656edd',1,'BuildSettings']]], - ['navmeshbmin_3349',['navMeshBMin',['../structBuildSettings.html#a0edd34a0d76575e5208aa491b449f62e',1,'BuildSettings']]], - ['navmeshset_5fmagic_3350',['NAVMESHSET_MAGIC',['../Sample_8cpp.html#a4df6b7baccb2e22c35e50eec65a51a76',1,'Sample.cpp']]], - ['navmeshset_5fversion_3351',['NAVMESHSET_VERSION',['../Sample_8cpp.html#a4f9236737e82de35f8d48f6bc55c704a',1,'Sample.cpp']]], - ['nconts_3352',['nconts',['../structdtTileCacheContourSet.html#a337ee629794b3eb22f605f531990456e',1,'dtTileCacheContourSet::nconts()'],['../structrcContourSet.html#aa751e5adb077b2ea7a9c8795e7a2fa99',1,'rcContourSet::nconts()']]], - ['ncorners_3353',['ncorners',['../structdtCrowdAgent.html#a74e6935a70f5a787f9e06481d9c2905b',1,'dtCrowdAgent']]], - ['ndiv_3354',['ndiv',['../structGraphParams.html#aaeedd456935f5b7bf3090cbfb0afbbbc',1,'GraphParams']]], - ['nei_3355',['nei',['../structrcSweepSpan.html#a4d7da0d9409cf1124f8fed63783da60e',1,'rcSweepSpan::nei()'],['../structdtLayerSweepSpan.html#abbd4307e791bd3ff4bd19bf13990c694',1,'dtLayerSweepSpan::nei()'],['../structrcLayerSweepSpan.html#ae002a2c1f59bcd05df6661734ba7e466',1,'rcLayerSweepSpan::nei()']]], - ['neis_3356',['neis',['../structdtPoly.html#ac4f5aa32df32aa5b1385f76f697376af',1,'dtPoly::neis()'],['../structrcLayerRegion.html#a4ecba0bd9f4f46d3c349f96670c7ba05',1,'rcLayerRegion::neis()'],['../structdtCrowdAgent.html#a924fad92f7bfcf396a3340d0e518bedf',1,'dtCrowdAgent::neis()'],['../structdtLayerMonotoneRegion.html#ab9c62662a8577f672e3d8b204911811c',1,'dtLayerMonotoneRegion::neis()']]], - ['next_3357',['next',['../structdtLink.html#a475b893f03bf4c942ab6376d83dca82e',1,'dtLink::next()'],['../structrcSpanPool.html#aaa72cbbf0abb73bfaa8fefc55ef37f2f',1,'rcSpanPool::next()'],['../structdtTileCacheObstacle.html#aa2366814cc7ea879699236e70fb3faed',1,'dtTileCacheObstacle::next()'],['../structdtMeshTile.html#a3c02fb96379627a32e596035f5ad9231',1,'dtMeshTile::next()'],['../structdtCompressedTile.html#a092b83bd1a640dbdcbbd34699bc2c1bd',1,'dtCompressedTile::next()'],['../structrcSpan.html#a3b1dbeacc04852fe7330dcd0f5745424',1,'rcSpan::next()']]], - ['nholes_3358',['nholes',['../structrcContourRegion.html#a868d233f83da1275952c46874d808114',1,'rcContourRegion']]], - ['nlayers_3359',['nlayers',['../structrcLayerRegion.html#a6c0f115441207bdf6eb739a000229bb2',1,'rcLayerRegion::nlayers()'],['../structrcHeightfieldLayerSet.html#aee43327ad152d5dea25ed5299f38101a',1,'rcHeightfieldLayerSet::nlayers()']]], - ['nmeshes_3360',['nmeshes',['../structrcPolyMeshDetail.html#afbe7e21cf0f9dca429c6762f457f61b6',1,'rcPolyMeshDetail']]], - ['nneis_3361',['nneis',['../structdtLayerMonotoneRegion.html#a60988af0dcb5582f1017506fc01d19c6',1,'dtLayerMonotoneRegion::nneis()'],['../structdtCrowdAgent.html#a250ba2f5d9ebd40b88ad770aced4aeab',1,'dtCrowdAgent::nneis()'],['../structrcLayerRegion.html#ac8dbef0b5cc388f6fb6492a7a4192c61',1,'rcLayerRegion::nneis()']]], - ['nnodes_3362',['nnodes',['../structrcChunkyTriMesh.html#aaf4b64877b4d7e95d037e5c8e7480420',1,'rcChunkyTriMesh']]], - ['nodes_3363',['nodes',['../structrcChunkyTriMesh.html#a9d0871acc93ee37e657ab5a39507849b',1,'rcChunkyTriMesh']]], - ['np_3364',['np',['../structdtObstacleCircle.html#a04d72360e079c808469b6650fa4e3566',1,'dtObstacleCircle']]], - ['npending_3365',['npending',['../structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec',1,'dtTileCacheObstacle']]], - ['npoly_3366',['npoly',['../structdtTempContour.html#a6dd3c29881b08d88182c1a6117132879',1,'dtTempContour']]], - ['npolys_3367',['npolys',['../structdtTileCachePolyMesh.html#a19b929513482da73c5abf7aba98b46e8',1,'dtTileCachePolyMesh::npolys()'],['../structrcPolyMesh.html#abd3e50c1eb0aba7157aa3e2902ae019e',1,'rcPolyMesh::npolys()']]], - ['npos_3368',['npos',['../structdtCrowdAgent.html#ab23be37267f7f72bf6f4e2e455a8bb6c',1,'dtCrowdAgent']]], - ['nrverts_3369',['nrverts',['../structrcContour.html#a0cceba5f2070c42ac2a871189d4ceb53',1,'rcContour']]], - ['ns_3370',['ns',['../structdtLayerSweepSpan.html#a20068e1afedf77184348891cc3f863ed',1,'dtLayerSweepSpan::ns()'],['../structrcLayerSweepSpan.html#a7106ea090c417b32ef87c78a3940b997',1,'rcLayerSweepSpan::ns()'],['../structrcSweepSpan.html#afa7aea20a3d345b6663799f60d846737',1,'rcSweepSpan::ns()']]], - ['ntiles_3371',['ntiles',['../structRasterizationContext.html#a9237ebd7e26d392f54464d540317efcf',1,'RasterizationContext']]], - ['ntouched_3372',['ntouched',['../structdtTileCacheObstacle.html#a10ae8b8922bd1cad14693de0c69c27c3',1,'dtTileCacheObstacle']]], - ['ntris_3373',['ntris',['../structrcChunkyTriMesh.html#a72fed74ea56cac960cd9eb282e312d87',1,'rcChunkyTriMesh::ntris()'],['../structrcPolyMeshDetail.html#a80041af5ae32e618d4980cd81a08c9e3',1,'rcPolyMeshDetail::ntris()']]], - ['numtiles_3374',['numTiles',['../structNavMeshSetHeader.html#a2efebea0358363f254fcf52aee6aeec4',1,'NavMeshSetHeader::numTiles()'],['../structTileCacheSetHeader.html#a1e3660dad6ea670bb0f222c9d02cebb3',1,'TileCacheSetHeader::numTiles()']]], - ['nvel_3375',['nvel',['../structdtCrowdAgent.html#aa0df33b4ae01bffe26adc2ea530cc49e',1,'dtCrowdAgent']]], - ['nverts_3376',['nverts',['../structdtTileCacheContour.html#a2bb153bf7d141e4ab209a27eeceff55f',1,'dtTileCacheContour::nverts()'],['../structdtTileCachePolyMesh.html#a369808f1d748df877916ad7d66ea38a1',1,'dtTileCachePolyMesh::nverts()'],['../structdtTempContour.html#ab01c00d6a0d27fa0fb88743030e7a303',1,'dtTempContour::nverts()'],['../structrcContour.html#afcf77c01352f2c46172fdfabd2f9b9f6',1,'rcContour::nverts()'],['../structrcPolyMesh.html#ac9c762a21343c45649638e02332e53eb',1,'rcPolyMesh::nverts()'],['../structrcPolyMeshDetail.html#a5424a45b24c43d49d93d89e89f11b59f',1,'rcPolyMeshDetail::nverts()'],['../structConvexVolume.html#aa95664f1b0d264a0f6a5261f9bb0737a',1,'ConvexVolume::nverts()']]], - ['nvp_3377',['nvp',['../structdtTileCachePolyMesh.html#adc3ecbab9e04c96d87b1ad4fbad439aa',1,'dtTileCachePolyMesh::nvp()'],['../structrcPolyMesh.html#ab0c55272b556ffc9db9e643b463cb66a',1,'rcPolyMesh::nvp()'],['../structdtNavMeshCreateParams.html#aa0cacf292dd206fe7da335461c3af65c',1,'dtNavMeshCreateParams::nvp()']]] + ['n_3344',['n',['../structrcChunkyTriMeshNode.html#a21461e9717fa41aede9a197e82c2fab8',1,'rcChunkyTriMeshNode']]], + ['name_3345',['name',['../structSampleItem.html#af696aa049ca06a8a27e9d9ed4e55c0df',1,'SampleItem']]], + ['navmeshbmax_3346',['navMeshBMax',['../structBuildSettings.html#aa4bd791b8e27043a8f341274fa656edd',1,'BuildSettings']]], + ['navmeshbmin_3347',['navMeshBMin',['../structBuildSettings.html#a0edd34a0d76575e5208aa491b449f62e',1,'BuildSettings']]], + ['navmeshset_5fmagic_3348',['NAVMESHSET_MAGIC',['../Sample_8cpp.html#a4df6b7baccb2e22c35e50eec65a51a76',1,'Sample.cpp']]], + ['navmeshset_5fversion_3349',['NAVMESHSET_VERSION',['../Sample_8cpp.html#a4f9236737e82de35f8d48f6bc55c704a',1,'Sample.cpp']]], + ['nconts_3350',['nconts',['../structdtTileCacheContourSet.html#a337ee629794b3eb22f605f531990456e',1,'dtTileCacheContourSet::nconts()'],['../structrcContourSet.html#aa751e5adb077b2ea7a9c8795e7a2fa99',1,'rcContourSet::nconts()']]], + ['ncorners_3351',['ncorners',['../structdtCrowdAgent.html#a74e6935a70f5a787f9e06481d9c2905b',1,'dtCrowdAgent']]], + ['ndiv_3352',['ndiv',['../structGraphParams.html#aaeedd456935f5b7bf3090cbfb0afbbbc',1,'GraphParams']]], + ['nei_3353',['nei',['../structrcSweepSpan.html#a4d7da0d9409cf1124f8fed63783da60e',1,'rcSweepSpan::nei()'],['../structdtLayerSweepSpan.html#abbd4307e791bd3ff4bd19bf13990c694',1,'dtLayerSweepSpan::nei()'],['../structrcLayerSweepSpan.html#ae002a2c1f59bcd05df6661734ba7e466',1,'rcLayerSweepSpan::nei()']]], + ['neis_3354',['neis',['../structdtPoly.html#ac4f5aa32df32aa5b1385f76f697376af',1,'dtPoly::neis()'],['../structrcLayerRegion.html#a4ecba0bd9f4f46d3c349f96670c7ba05',1,'rcLayerRegion::neis()'],['../structdtCrowdAgent.html#a924fad92f7bfcf396a3340d0e518bedf',1,'dtCrowdAgent::neis()'],['../structdtLayerMonotoneRegion.html#ab9c62662a8577f672e3d8b204911811c',1,'dtLayerMonotoneRegion::neis()']]], + ['next_3355',['next',['../structdtLink.html#a475b893f03bf4c942ab6376d83dca82e',1,'dtLink::next()'],['../structrcSpanPool.html#aaa72cbbf0abb73bfaa8fefc55ef37f2f',1,'rcSpanPool::next()'],['../structdtTileCacheObstacle.html#aa2366814cc7ea879699236e70fb3faed',1,'dtTileCacheObstacle::next()'],['../structdtMeshTile.html#a3c02fb96379627a32e596035f5ad9231',1,'dtMeshTile::next()'],['../structdtCompressedTile.html#a092b83bd1a640dbdcbbd34699bc2c1bd',1,'dtCompressedTile::next()'],['../structrcSpan.html#a3b1dbeacc04852fe7330dcd0f5745424',1,'rcSpan::next()']]], + ['nholes_3356',['nholes',['../structrcContourRegion.html#a868d233f83da1275952c46874d808114',1,'rcContourRegion']]], + ['nlayers_3357',['nlayers',['../structrcLayerRegion.html#a6c0f115441207bdf6eb739a000229bb2',1,'rcLayerRegion::nlayers()'],['../structrcHeightfieldLayerSet.html#aee43327ad152d5dea25ed5299f38101a',1,'rcHeightfieldLayerSet::nlayers()']]], + ['nmeshes_3358',['nmeshes',['../structrcPolyMeshDetail.html#afbe7e21cf0f9dca429c6762f457f61b6',1,'rcPolyMeshDetail']]], + ['nneis_3359',['nneis',['../structdtLayerMonotoneRegion.html#a60988af0dcb5582f1017506fc01d19c6',1,'dtLayerMonotoneRegion::nneis()'],['../structdtCrowdAgent.html#a250ba2f5d9ebd40b88ad770aced4aeab',1,'dtCrowdAgent::nneis()'],['../structrcLayerRegion.html#ac8dbef0b5cc388f6fb6492a7a4192c61',1,'rcLayerRegion::nneis()']]], + ['nnodes_3360',['nnodes',['../structrcChunkyTriMesh.html#aaf4b64877b4d7e95d037e5c8e7480420',1,'rcChunkyTriMesh']]], + ['nodes_3361',['nodes',['../structrcChunkyTriMesh.html#a9d0871acc93ee37e657ab5a39507849b',1,'rcChunkyTriMesh']]], + ['np_3362',['np',['../structdtObstacleCircle.html#a04d72360e079c808469b6650fa4e3566',1,'dtObstacleCircle']]], + ['npending_3363',['npending',['../structdtTileCacheObstacle.html#a49a8cbfab1e19c6d5aa378f1a33f02ec',1,'dtTileCacheObstacle']]], + ['npoly_3364',['npoly',['../structdtTempContour.html#a6dd3c29881b08d88182c1a6117132879',1,'dtTempContour']]], + ['npolys_3365',['npolys',['../structdtTileCachePolyMesh.html#a19b929513482da73c5abf7aba98b46e8',1,'dtTileCachePolyMesh::npolys()'],['../structrcPolyMesh.html#abd3e50c1eb0aba7157aa3e2902ae019e',1,'rcPolyMesh::npolys()']]], + ['npos_3366',['npos',['../structdtCrowdAgent.html#ab23be37267f7f72bf6f4e2e455a8bb6c',1,'dtCrowdAgent']]], + ['nrverts_3367',['nrverts',['../structrcContour.html#a0cceba5f2070c42ac2a871189d4ceb53',1,'rcContour']]], + ['ns_3368',['ns',['../structdtLayerSweepSpan.html#a20068e1afedf77184348891cc3f863ed',1,'dtLayerSweepSpan::ns()'],['../structrcLayerSweepSpan.html#a7106ea090c417b32ef87c78a3940b997',1,'rcLayerSweepSpan::ns()'],['../structrcSweepSpan.html#afa7aea20a3d345b6663799f60d846737',1,'rcSweepSpan::ns()']]], + ['ntiles_3369',['ntiles',['../structRasterizationContext.html#a9237ebd7e26d392f54464d540317efcf',1,'RasterizationContext']]], + ['ntouched_3370',['ntouched',['../structdtTileCacheObstacle.html#a10ae8b8922bd1cad14693de0c69c27c3',1,'dtTileCacheObstacle']]], + ['ntris_3371',['ntris',['../structrcChunkyTriMesh.html#a72fed74ea56cac960cd9eb282e312d87',1,'rcChunkyTriMesh::ntris()'],['../structrcPolyMeshDetail.html#a80041af5ae32e618d4980cd81a08c9e3',1,'rcPolyMeshDetail::ntris()']]], + ['numtiles_3372',['numTiles',['../structNavMeshSetHeader.html#a2efebea0358363f254fcf52aee6aeec4',1,'NavMeshSetHeader::numTiles()'],['../structTileCacheSetHeader.html#a1e3660dad6ea670bb0f222c9d02cebb3',1,'TileCacheSetHeader::numTiles()']]], + ['nvel_3373',['nvel',['../structdtCrowdAgent.html#aa0df33b4ae01bffe26adc2ea530cc49e',1,'dtCrowdAgent']]], + ['nverts_3374',['nverts',['../structdtTileCacheContour.html#a2bb153bf7d141e4ab209a27eeceff55f',1,'dtTileCacheContour::nverts()'],['../structdtTileCachePolyMesh.html#a369808f1d748df877916ad7d66ea38a1',1,'dtTileCachePolyMesh::nverts()'],['../structdtTempContour.html#ab01c00d6a0d27fa0fb88743030e7a303',1,'dtTempContour::nverts()'],['../structrcContour.html#afcf77c01352f2c46172fdfabd2f9b9f6',1,'rcContour::nverts()'],['../structrcPolyMesh.html#ac9c762a21343c45649638e02332e53eb',1,'rcPolyMesh::nverts()'],['../structrcPolyMeshDetail.html#a5424a45b24c43d49d93d89e89f11b59f',1,'rcPolyMeshDetail::nverts()'],['../structConvexVolume.html#aa95664f1b0d264a0f6a5261f9bb0737a',1,'ConvexVolume::nverts()']]], + ['nvp_3375',['nvp',['../structdtTileCachePolyMesh.html#adc3ecbab9e04c96d87b1ad4fbad439aa',1,'dtTileCachePolyMesh::nvp()'],['../structrcPolyMesh.html#ab0c55272b556ffc9db9e643b463cb66a',1,'rcPolyMesh::nvp()'],['../structdtNavMeshCreateParams.html#aa0cacf292dd206fe7da335461c3af65c',1,'dtNavMeshCreateParams::nvp()']]] ]; diff --git a/search/variables_c.js b/search/variables_c.js index 917f26e7..1786baab 100644 --- a/search/variables_c.js +++ b/search/variables_c.js @@ -1,19 +1,19 @@ var searchData= [ - ['obstacleavoidancetype_3378',['obstacleAvoidanceType',['../structdtCrowdAgentParams.html#ae8be062f1d9616d17d8b536f7a501498',1,'dtCrowdAgentParams']]], - ['offmeshbase_3379',['offMeshBase',['../structdtMeshHeader.html#ac8f24275024a40076976e024677dc54d',1,'dtMeshHeader']]], - ['offmeshconareas_3380',['offMeshConAreas',['../structdtNavMeshCreateParams.html#a3a3aa99e495e64204ebeb1b1cd831259',1,'dtNavMeshCreateParams']]], - ['offmeshconcount_3381',['offMeshConCount',['../structdtMeshHeader.html#af48a70c7ce5f5fd586eb8e66dfe8ea36',1,'dtMeshHeader::offMeshConCount()'],['../structdtNavMeshCreateParams.html#adf244929dceba81df29f80f8869097c0',1,'dtNavMeshCreateParams::offMeshConCount()']]], - ['offmeshcondir_3382',['offMeshConDir',['../structdtNavMeshCreateParams.html#a4e497665c7f79fb93211503ebc8069be',1,'dtNavMeshCreateParams']]], - ['offmeshconflags_3383',['offMeshConFlags',['../structdtNavMeshCreateParams.html#ab1339cb28aa32fd7fe2410322cbd187b',1,'dtNavMeshCreateParams']]], - ['offmeshconrad_3384',['offMeshConRad',['../structdtNavMeshCreateParams.html#a42c0de18949baa70762b83f6aaff0bf8',1,'dtNavMeshCreateParams']]], - ['offmeshcons_3385',['offMeshCons',['../structdtMeshTile.html#aaab8cd6559e004f4e39e297ffdd1c5f9',1,'dtMeshTile']]], - ['offmeshconuserid_3386',['offMeshConUserID',['../structdtNavMeshCreateParams.html#a5d4b0e452b998375f06cd6a3103ea042',1,'dtNavMeshCreateParams']]], - ['offmeshconverts_3387',['offMeshConVerts',['../structdtNavMeshCreateParams.html#a9b075503ee6bfbb71e1b206b249e260d',1,'dtNavMeshCreateParams']]], - ['optend_3388',['optEnd',['../structdtCrowdAgentDebugInfo.html#a2c3da33772d29888a52162695eaf37f8',1,'dtCrowdAgentDebugInfo']]], - ['optstart_3389',['optStart',['../structdtCrowdAgentDebugInfo.html#a83c0af535de2def34dbfe42e30b33fed',1,'dtCrowdAgentDebugInfo']]], - ['orientedbox_3390',['orientedBox',['../structdtTileCacheObstacle.html#ac644e6dc7525b0157f10f3dc6abd1416',1,'dtTileCacheObstacle']]], - ['orig_3391',['orig',['../structdtNavMeshParams.html#a188d95f6d6dbd714b952578d71e3e115',1,'dtNavMeshParams::orig()'],['../structdtTileCacheParams.html#af9020a1528db6a1ac4e21d54c951e0e5',1,'dtTileCacheParams::orig()']]], - ['outline_3392',['outline',['../structrcContourRegion.html#abe0095d55beae3075672c9584211662c',1,'rcContourRegion']]], - ['overlap_3393',['overlap',['../structrcRegion.html#a74e8d6e0e6bd376822dfa732aa7106b3',1,'rcRegion']]] + ['obstacleavoidancetype_3376',['obstacleAvoidanceType',['../structdtCrowdAgentParams.html#ae8be062f1d9616d17d8b536f7a501498',1,'dtCrowdAgentParams']]], + ['offmeshbase_3377',['offMeshBase',['../structdtMeshHeader.html#ac8f24275024a40076976e024677dc54d',1,'dtMeshHeader']]], + ['offmeshconareas_3378',['offMeshConAreas',['../structdtNavMeshCreateParams.html#a3a3aa99e495e64204ebeb1b1cd831259',1,'dtNavMeshCreateParams']]], + ['offmeshconcount_3379',['offMeshConCount',['../structdtMeshHeader.html#af48a70c7ce5f5fd586eb8e66dfe8ea36',1,'dtMeshHeader::offMeshConCount()'],['../structdtNavMeshCreateParams.html#adf244929dceba81df29f80f8869097c0',1,'dtNavMeshCreateParams::offMeshConCount()']]], + ['offmeshcondir_3380',['offMeshConDir',['../structdtNavMeshCreateParams.html#a4e497665c7f79fb93211503ebc8069be',1,'dtNavMeshCreateParams']]], + ['offmeshconflags_3381',['offMeshConFlags',['../structdtNavMeshCreateParams.html#ab1339cb28aa32fd7fe2410322cbd187b',1,'dtNavMeshCreateParams']]], + ['offmeshconrad_3382',['offMeshConRad',['../structdtNavMeshCreateParams.html#a42c0de18949baa70762b83f6aaff0bf8',1,'dtNavMeshCreateParams']]], + ['offmeshcons_3383',['offMeshCons',['../structdtMeshTile.html#aaab8cd6559e004f4e39e297ffdd1c5f9',1,'dtMeshTile']]], + ['offmeshconuserid_3384',['offMeshConUserID',['../structdtNavMeshCreateParams.html#a5d4b0e452b998375f06cd6a3103ea042',1,'dtNavMeshCreateParams']]], + ['offmeshconverts_3385',['offMeshConVerts',['../structdtNavMeshCreateParams.html#a9b075503ee6bfbb71e1b206b249e260d',1,'dtNavMeshCreateParams']]], + ['optend_3386',['optEnd',['../structdtCrowdAgentDebugInfo.html#a2c3da33772d29888a52162695eaf37f8',1,'dtCrowdAgentDebugInfo']]], + ['optstart_3387',['optStart',['../structdtCrowdAgentDebugInfo.html#a83c0af535de2def34dbfe42e30b33fed',1,'dtCrowdAgentDebugInfo']]], + ['orientedbox_3388',['orientedBox',['../structdtTileCacheObstacle.html#ac644e6dc7525b0157f10f3dc6abd1416',1,'dtTileCacheObstacle']]], + ['orig_3389',['orig',['../structdtNavMeshParams.html#a188d95f6d6dbd714b952578d71e3e115',1,'dtNavMeshParams::orig()'],['../structdtTileCacheParams.html#af9020a1528db6a1ac4e21d54c951e0e5',1,'dtTileCacheParams::orig()']]], + ['outline_3390',['outline',['../structrcContourRegion.html#abe0095d55beae3075672c9584211662c',1,'rcContourRegion']]], + ['overlap_3391',['overlap',['../structrcRegion.html#a74e8d6e0e6bd376822dfa732aa7106b3',1,'rcRegion']]] ]; diff --git a/search/variables_d.js b/search/variables_d.js index 8265c645..00e83b09 100644 --- a/search/variables_d.js +++ b/search/variables_d.js @@ -1,24 +1,24 @@ var searchData= [ - ['p_3394',['p',['../structdtObstacleSegment.html#aac975238e1614b0652643f973f32dc78',1,'dtObstacleSegment::p()'],['../structdtObstacleCircle.html#a28678b711bbd24d62df014d53b091c68',1,'dtObstacleCircle::p()']]], - ['pad_3395',['pad',['../structimguiGfxCmd.html#ae68d40f922fd4dda9f7e41d69db143c0',1,'imguiGfxCmd::pad()'],['../structGraphParams.html#a884cdd1fb7c9f58c88dc5d061d7b7e4b',1,'GraphParams::pad()']]], - ['params_3396',['params',['../structdtCrowdAgent.html#acd1b22112639114ce05c793d178eb4b5',1,'dtCrowdAgent::params()'],['../structNavMeshSetHeader.html#a09e6f8cc597d5a96b13f2e429874d24e',1,'NavMeshSetHeader::params()']]], - ['partial_3397',['partial',['../structdtCrowdAgent.html#aeb06d7c34ab74696ebb125b0c409043d',1,'dtCrowdAgent']]], - ['partitiontype_3398',['partitionType',['../structBuildSettings.html#a1c247eac02103152762034a47530086b',1,'BuildSettings']]], - ['path_3399',['path',['../structdtRaycastHit.html#afaec74eedaf7e62a4fcc9b2bc2ce7006',1,'dtRaycastHit']]], - ['pathcost_3400',['pathCost',['../structdtRaycastHit.html#aa545333016e4844923a022263ab6a5fa',1,'dtRaycastHit']]], - ['pathcount_3401',['pathCount',['../structdtRaycastHit.html#ae1b9b3893e653ce5a1ecf8d8415f5a93',1,'dtRaycastHit']]], - ['pathoptimizationrange_3402',['pathOptimizationRange',['../structdtCrowdAgentParams.html#ab390e7ccafffda667a1132917ad91b93',1,'dtCrowdAgentParams']]], - ['pending_3403',['pending',['../structdtTileCacheObstacle.html#afb12e99f5680d18d4d61b8ad40c4a654',1,'dtTileCacheObstacle']]], - ['pi_3404',['PI',['../imguiRenderGL_8cpp.html#aa08a577393243b86dfd2a97e61443673',1,'imguiRenderGL.cpp']]], - ['pidx_3405',['pidx',['../structdtNode.html#af9b33590451ca71942c251e140724d49',1,'dtNode']]], - ['poly_3406',['poly',['../structdtTempContour.html#a3292c9c8f9d16f471d8c0c9d702ce062',1,'dtTempContour::poly()'],['../structrcEdge.html#a8c7453ea99462ccd11a1a4df861897db',1,'rcEdge::poly()'],['../structdtOffMeshConnection.html#a4b6b7097d8fd55a5e7f7173a40d01325',1,'dtOffMeshConnection::poly()']]], - ['polyareas_3407',['polyAreas',['../structdtNavMeshCreateParams.html#a6968dabec88b5fc3f549f675b7a40eed',1,'dtNavMeshCreateParams']]], - ['polycount_3408',['polyCount',['../structdtMeshHeader.html#ab36d94238505dbf5370c69c8e5276d74',1,'dtMeshHeader::polyCount()'],['../structdtNavMeshCreateParams.html#ade05d506a6505335142d06f18a35cc45',1,'dtNavMeshCreateParams::polyCount()']]], - ['polyedge_3409',['polyEdge',['../structrcEdge.html#ab20ad72bbcb3029d46c375f3b9358d07',1,'rcEdge']]], - ['polyflags_3410',['polyFlags',['../structdtNavMeshCreateParams.html#a61193891d27672918981c8e9447baf47',1,'dtNavMeshCreateParams']]], - ['polyref_3411',['polyRef',['../structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac',1,'dtCrowdAgentAnimation']]], - ['polys_3412',['polys',['../structdtMeshTile.html#abd8ed5dcf003464a7d8c456f671e6c1e',1,'dtMeshTile::polys()'],['../structdtNavMeshCreateParams.html#a32129adb089b24ce7f328f780bbf35a7',1,'dtNavMeshCreateParams::polys()'],['../structdtTileCachePolyMesh.html#a334e7e9d3643a199f8b006d632bf15e3',1,'dtTileCachePolyMesh::polys()'],['../structrcPolyMesh.html#a74e59a4854036ac66dfac9761b9f59b2',1,'rcPolyMesh::polys()']]], - ['pools_3413',['pools',['../structrcHeightfield.html#a9808fdf31203f60447a3b9d693a6efc7',1,'rcHeightfield']]], - ['pos_3414',['pos',['../structdtOffMeshConnection.html#a1ad6f470aa15ca67e1df62d692a4efe4',1,'dtOffMeshConnection::pos()'],['../structdtNode.html#a2e6577134c6d533b9cc9914c38eb877d',1,'dtNode::pos()'],['../structdtObstacleCylinder.html#aae2ca30505f18221ddd9a583382daa0d',1,'dtObstacleCylinder::pos()']]] + ['p_3392',['p',['../structdtObstacleSegment.html#aac975238e1614b0652643f973f32dc78',1,'dtObstacleSegment::p()'],['../structdtObstacleCircle.html#a28678b711bbd24d62df014d53b091c68',1,'dtObstacleCircle::p()']]], + ['pad_3393',['pad',['../structimguiGfxCmd.html#ae68d40f922fd4dda9f7e41d69db143c0',1,'imguiGfxCmd::pad()'],['../structGraphParams.html#a884cdd1fb7c9f58c88dc5d061d7b7e4b',1,'GraphParams::pad()']]], + ['params_3394',['params',['../structdtCrowdAgent.html#acd1b22112639114ce05c793d178eb4b5',1,'dtCrowdAgent::params()'],['../structNavMeshSetHeader.html#a09e6f8cc597d5a96b13f2e429874d24e',1,'NavMeshSetHeader::params()']]], + ['partial_3395',['partial',['../structdtCrowdAgent.html#aeb06d7c34ab74696ebb125b0c409043d',1,'dtCrowdAgent']]], + ['partitiontype_3396',['partitionType',['../structBuildSettings.html#a1c247eac02103152762034a47530086b',1,'BuildSettings']]], + ['path_3397',['path',['../structdtRaycastHit.html#afaec74eedaf7e62a4fcc9b2bc2ce7006',1,'dtRaycastHit']]], + ['pathcost_3398',['pathCost',['../structdtRaycastHit.html#aa545333016e4844923a022263ab6a5fa',1,'dtRaycastHit']]], + ['pathcount_3399',['pathCount',['../structdtRaycastHit.html#ae1b9b3893e653ce5a1ecf8d8415f5a93',1,'dtRaycastHit']]], + ['pathoptimizationrange_3400',['pathOptimizationRange',['../structdtCrowdAgentParams.html#ab390e7ccafffda667a1132917ad91b93',1,'dtCrowdAgentParams']]], + ['pending_3401',['pending',['../structdtTileCacheObstacle.html#afb12e99f5680d18d4d61b8ad40c4a654',1,'dtTileCacheObstacle']]], + ['pi_3402',['PI',['../imguiRenderGL_8cpp.html#aa08a577393243b86dfd2a97e61443673',1,'imguiRenderGL.cpp']]], + ['pidx_3403',['pidx',['../structdtNode.html#af9b33590451ca71942c251e140724d49',1,'dtNode']]], + ['poly_3404',['poly',['../structdtTempContour.html#a3292c9c8f9d16f471d8c0c9d702ce062',1,'dtTempContour::poly()'],['../structrcEdge.html#a8c7453ea99462ccd11a1a4df861897db',1,'rcEdge::poly()'],['../structdtOffMeshConnection.html#a4b6b7097d8fd55a5e7f7173a40d01325',1,'dtOffMeshConnection::poly()']]], + ['polyareas_3405',['polyAreas',['../structdtNavMeshCreateParams.html#a6968dabec88b5fc3f549f675b7a40eed',1,'dtNavMeshCreateParams']]], + ['polycount_3406',['polyCount',['../structdtMeshHeader.html#ab36d94238505dbf5370c69c8e5276d74',1,'dtMeshHeader::polyCount()'],['../structdtNavMeshCreateParams.html#ade05d506a6505335142d06f18a35cc45',1,'dtNavMeshCreateParams::polyCount()']]], + ['polyedge_3407',['polyEdge',['../structrcEdge.html#ab20ad72bbcb3029d46c375f3b9358d07',1,'rcEdge']]], + ['polyflags_3408',['polyFlags',['../structdtNavMeshCreateParams.html#a61193891d27672918981c8e9447baf47',1,'dtNavMeshCreateParams']]], + ['polyref_3409',['polyRef',['../structdtCrowdAgentAnimation.html#a84a98c95db9bc9db2f334311430669ac',1,'dtCrowdAgentAnimation']]], + ['polys_3410',['polys',['../structdtMeshTile.html#abd8ed5dcf003464a7d8c456f671e6c1e',1,'dtMeshTile::polys()'],['../structdtNavMeshCreateParams.html#a32129adb089b24ce7f328f780bbf35a7',1,'dtNavMeshCreateParams::polys()'],['../structdtTileCachePolyMesh.html#a334e7e9d3643a199f8b006d632bf15e3',1,'dtTileCachePolyMesh::polys()'],['../structrcPolyMesh.html#a74e59a4854036ac66dfac9761b9f59b2',1,'rcPolyMesh::polys()']]], + ['pools_3411',['pools',['../structrcHeightfield.html#a9808fdf31203f60447a3b9d693a6efc7',1,'rcHeightfield']]], + ['pos_3412',['pos',['../structdtOffMeshConnection.html#a1ad6f470aa15ca67e1df62d692a4efe4',1,'dtOffMeshConnection::pos()'],['../structdtNode.html#a2e6577134c6d533b9cc9914c38eb877d',1,'dtNode::pos()'],['../structdtObstacleCylinder.html#aae2ca30505f18221ddd9a583382daa0d',1,'dtObstacleCylinder::pos()']]] ]; diff --git a/search/variables_e.js b/search/variables_e.js index c66059e9..d287853a 100644 --- a/search/variables_e.js +++ b/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['q_3415',['q',['../structdtObstacleSegment.html#a3282730543d772664692b32c15576ee9',1,'dtObstacleSegment']]], - ['queryfiltertype_3416',['queryFilterType',['../structdtCrowdAgentParams.html#af5d15cba10237592b1766d7d82da1420',1,'dtCrowdAgentParams']]] + ['q_3413',['q',['../structdtObstacleSegment.html#a3282730543d772664692b32c15576ee9',1,'dtObstacleSegment']]], + ['queryfiltertype_3414',['queryFilterType',['../structdtCrowdAgentParams.html#af5d15cba10237592b1766d7d82da1420',1,'dtCrowdAgentParams']]] ]; diff --git a/search/variables_f.js b/search/variables_f.js index bae9045c..a961e6ea 100644 --- a/search/variables_f.js +++ b/search/variables_f.js @@ -1,36 +1,36 @@ var searchData= [ - ['r_3417',['r',['../structimguiGfxLine.html#a6e6579cb0bbe0b6adc256326c5580e9e',1,'imguiGfxLine::r()'],['../structimguiGfxRect.html#ae51467bcbbb702b825ebac3f0307fc4e',1,'imguiGfxRect::r()']]], - ['rad_3418',['rad',['../structdtOffMeshConnection.html#af5ea87d3e8c0d6c1bd5afeac3f954fa1',1,'dtOffMeshConnection::rad()'],['../structdtObstacleCircle.html#ae666389d33d7316c1e4e303b13871adc',1,'dtObstacleCircle::rad()']]], - ['radius_3419',['radius',['../structdtCrowdAgentParams.html#a780421355c73aecb187c1aa36de854d8',1,'dtCrowdAgentParams::radius()'],['../structdtObstacleCylinder.html#aea6d46db3e78e208d217b8915e1f195a',1,'dtObstacleCylinder::radius()']]], - ['rc_5farea_5fborder_3420',['RC_AREA_BORDER',['../Recast_8h.html#a55bb146cbd1c0ec0e06ca8e90dd5b7bc',1,'Recast.h']]], - ['rc_5fborder_5freg_3421',['RC_BORDER_REG',['../Recast_8h.html#ac47ca685874fce67f50bd580ef1e0497',1,'Recast.h']]], - ['rc_5fborder_5fvertex_3422',['RC_BORDER_VERTEX',['../Recast_8h.html#a8b57de86c98abbad39cce7df7c0aa1f8',1,'Recast.h']]], - ['rc_5fcontour_5freg_5fmask_3423',['RC_CONTOUR_REG_MASK',['../Recast_8h.html#a86c6c9df2df0402a9d026fb9603fb02b',1,'Recast.h']]], - ['rc_5fmax_5flayers_3424',['RC_MAX_LAYERS',['../RecastLayers_8cpp.html#a0865bdb05f7816f06bd8666f04535f42',1,'RecastLayers.cpp']]], - ['rc_5fmax_5fneis_3425',['RC_MAX_NEIS',['../RecastLayers_8cpp.html#adc47551fbc117d2c43a91dd14a78df66',1,'RecastLayers.cpp']]], - ['rc_5fmesh_5fnull_5fidx_3426',['RC_MESH_NULL_IDX',['../Recast_8h.html#a66e1b0e59a450182b5551eb12e68fcfe',1,'Recast.h']]], - ['rc_5fmultiple_5fregs_3427',['RC_MULTIPLE_REGS',['../Recast_8h.html#abf6ad8971b152bddbd9c1b1e1e256cc3',1,'Recast.h']]], - ['rc_5fnot_5fconnected_3428',['RC_NOT_CONNECTED',['../Recast_8h.html#a64354aff947c2d8040e39bb4ceaf1a9f',1,'Recast.h']]], - ['rc_5fnull_5farea_3429',['RC_NULL_AREA',['../Recast_8h.html#a5105dbfb2d2bf8aa69122db502d0e39e',1,'Recast.h']]], - ['rc_5fnull_5fnei_3430',['RC_NULL_NEI',['../RecastRegion_8cpp.html#ae985981f9a0039f8584d8c165959c817',1,'RecastRegion.cpp']]], - ['rc_5fpi_3431',['RC_PI',['../Recast_8h.html#ac784d579fcb90e51ba0ea98fd529e5ed',1,'Recast.h']]], - ['rc_5fspan_5fheight_5fbits_3432',['RC_SPAN_HEIGHT_BITS',['../Recast_8h.html#a70b5ff22f9acea41e961ee7ea4f7300f',1,'Recast.h']]], - ['rc_5fspan_5fmax_5fheight_3433',['RC_SPAN_MAX_HEIGHT',['../Recast_8h.html#a29fe08410353b3b0dfdf777303750b43',1,'Recast.h']]], - ['rc_5fspans_5fper_5fpool_3434',['RC_SPANS_PER_POOL',['../Recast_8h.html#a55acc4ef20d0b0507e2c6fee696ecf5e',1,'Recast.h']]], - ['rc_5funset_5fheight_3435',['RC_UNSET_HEIGHT',['../RecastMeshDetail_8cpp.html#a17129b9465fbc4a0d5b375870f751ff2',1,'RecastMeshDetail.cpp']]], - ['rc_5fwalkable_5farea_3436',['RC_WALKABLE_AREA',['../Recast_8h.html#a55c878bf81a2811829c8c5e491be41cb',1,'Recast.h']]], - ['rect_3437',['rect',['../structimguiGfxCmd.html#a83f785a85c31c45d64870075d76e9b50',1,'imguiGfxCmd']]], - ['ref_3438',['ref',['../structdtLink.html#a34c73193fed76de347adb0f2e9841659',1,'dtLink::ref()'],['../structdtTileState.html#a5c3602092e22491b52974d478e229cd0',1,'dtTileState::ref()'],['../structdtSegInterval.html#adeaef89322156ccfb6ecd7fc5e259b70',1,'dtSegInterval::ref()']]], - ['reg_3439',['reg',['../structdtTileCacheContour.html#a71fc05a4f350f018a5ee82c446381d6a',1,'dtTileCacheContour::reg()'],['../structrcCompactSpan.html#aca1a16c8453c9533120c094979601d77',1,'rcCompactSpan::reg()'],['../structrcContour.html#a8971d5c5cc7c7fb8e5d79a6ff9812cd1',1,'rcContour::reg()']]], - ['regcount_3440',['regCount',['../structdtTileCacheLayer.html#ab9bd3001111fc4512c2ef7f225a4466d',1,'dtTileCacheLayer']]], - ['regid_3441',['regId',['../structdtLayerMonotoneRegion.html#a1f4d98055db146d7bd28129b1f5741cd',1,'dtLayerMonotoneRegion']]], - ['region_3442',['region',['../structDirtyEntry.html#ad3c4712adccfb24f1a7ab8d75f42ab1e',1,'DirtyEntry']]], - ['regionmergesize_3443',['regionMergeSize',['../structBuildSettings.html#af2ca11587809f94520e65568f878b05a',1,'BuildSettings']]], - ['regionminsize_3444',['regionMinSize',['../structBuildSettings.html#a3d005a4039976ee34798ff06775f6d73',1,'BuildSettings']]], - ['regs_3445',['regs',['../structdtTileCacheLayer.html#a2c1f0dc1d5b1b0c5770fdd49aa0cb634',1,'dtTileCacheLayer::regs()'],['../structrcPolyMesh.html#a9ae584e99de152fb89d957d43b7becd8',1,'rcPolyMesh::regs()']]], - ['remap_3446',['remap',['../structrcRegion.html#afacd1efddbdfbb854e7c2cf505365f0b',1,'rcRegion']]], - ['rid_3447',['rid',['../structrcSweepSpan.html#ab92de3221c19c2c9a2d716ea7680146f',1,'rcSweepSpan']]], - ['rotaux_3448',['rotAux',['../structdtObstacleOrientedBox.html#a458dd50502225f6b7070f9cad93c537b',1,'dtObstacleOrientedBox']]], - ['rverts_3449',['rverts',['../structrcContour.html#a4875d6bf00efae95009d0fe8ccb1f0e9',1,'rcContour']]] + ['r_3415',['r',['../structimguiGfxLine.html#a6e6579cb0bbe0b6adc256326c5580e9e',1,'imguiGfxLine::r()'],['../structimguiGfxRect.html#ae51467bcbbb702b825ebac3f0307fc4e',1,'imguiGfxRect::r()']]], + ['rad_3416',['rad',['../structdtOffMeshConnection.html#af5ea87d3e8c0d6c1bd5afeac3f954fa1',1,'dtOffMeshConnection::rad()'],['../structdtObstacleCircle.html#ae666389d33d7316c1e4e303b13871adc',1,'dtObstacleCircle::rad()']]], + ['radius_3417',['radius',['../structdtCrowdAgentParams.html#a780421355c73aecb187c1aa36de854d8',1,'dtCrowdAgentParams::radius()'],['../structdtObstacleCylinder.html#aea6d46db3e78e208d217b8915e1f195a',1,'dtObstacleCylinder::radius()']]], + ['rc_5farea_5fborder_3418',['RC_AREA_BORDER',['../Recast_8h.html#a55bb146cbd1c0ec0e06ca8e90dd5b7bc',1,'Recast.h']]], + ['rc_5fborder_5freg_3419',['RC_BORDER_REG',['../Recast_8h.html#ac47ca685874fce67f50bd580ef1e0497',1,'Recast.h']]], + ['rc_5fborder_5fvertex_3420',['RC_BORDER_VERTEX',['../Recast_8h.html#a8b57de86c98abbad39cce7df7c0aa1f8',1,'Recast.h']]], + ['rc_5fcontour_5freg_5fmask_3421',['RC_CONTOUR_REG_MASK',['../Recast_8h.html#a86c6c9df2df0402a9d026fb9603fb02b',1,'Recast.h']]], + ['rc_5fmax_5flayers_3422',['RC_MAX_LAYERS',['../RecastLayers_8cpp.html#a0865bdb05f7816f06bd8666f04535f42',1,'RecastLayers.cpp']]], + ['rc_5fmax_5fneis_3423',['RC_MAX_NEIS',['../RecastLayers_8cpp.html#adc47551fbc117d2c43a91dd14a78df66',1,'RecastLayers.cpp']]], + ['rc_5fmesh_5fnull_5fidx_3424',['RC_MESH_NULL_IDX',['../Recast_8h.html#a66e1b0e59a450182b5551eb12e68fcfe',1,'Recast.h']]], + ['rc_5fmultiple_5fregs_3425',['RC_MULTIPLE_REGS',['../Recast_8h.html#abf6ad8971b152bddbd9c1b1e1e256cc3',1,'Recast.h']]], + ['rc_5fnot_5fconnected_3426',['RC_NOT_CONNECTED',['../Recast_8h.html#a64354aff947c2d8040e39bb4ceaf1a9f',1,'Recast.h']]], + ['rc_5fnull_5farea_3427',['RC_NULL_AREA',['../Recast_8h.html#a5105dbfb2d2bf8aa69122db502d0e39e',1,'Recast.h']]], + ['rc_5fnull_5fnei_3428',['RC_NULL_NEI',['../RecastRegion_8cpp.html#ae985981f9a0039f8584d8c165959c817',1,'RecastRegion.cpp']]], + ['rc_5fpi_3429',['RC_PI',['../Recast_8h.html#ac784d579fcb90e51ba0ea98fd529e5ed',1,'Recast.h']]], + ['rc_5fspan_5fheight_5fbits_3430',['RC_SPAN_HEIGHT_BITS',['../Recast_8h.html#a70b5ff22f9acea41e961ee7ea4f7300f',1,'Recast.h']]], + ['rc_5fspan_5fmax_5fheight_3431',['RC_SPAN_MAX_HEIGHT',['../Recast_8h.html#a29fe08410353b3b0dfdf777303750b43',1,'Recast.h']]], + ['rc_5fspans_5fper_5fpool_3432',['RC_SPANS_PER_POOL',['../Recast_8h.html#a55acc4ef20d0b0507e2c6fee696ecf5e',1,'Recast.h']]], + ['rc_5funset_5fheight_3433',['RC_UNSET_HEIGHT',['../RecastMeshDetail_8cpp.html#a17129b9465fbc4a0d5b375870f751ff2',1,'RecastMeshDetail.cpp']]], + ['rc_5fwalkable_5farea_3434',['RC_WALKABLE_AREA',['../Recast_8h.html#a55c878bf81a2811829c8c5e491be41cb',1,'Recast.h']]], + ['rect_3435',['rect',['../structimguiGfxCmd.html#a83f785a85c31c45d64870075d76e9b50',1,'imguiGfxCmd']]], + ['ref_3436',['ref',['../structdtLink.html#a34c73193fed76de347adb0f2e9841659',1,'dtLink::ref()'],['../structdtTileState.html#a5c3602092e22491b52974d478e229cd0',1,'dtTileState::ref()'],['../structdtSegInterval.html#adeaef89322156ccfb6ecd7fc5e259b70',1,'dtSegInterval::ref()']]], + ['reg_3437',['reg',['../structdtTileCacheContour.html#a71fc05a4f350f018a5ee82c446381d6a',1,'dtTileCacheContour::reg()'],['../structrcCompactSpan.html#aca1a16c8453c9533120c094979601d77',1,'rcCompactSpan::reg()'],['../structrcContour.html#a8971d5c5cc7c7fb8e5d79a6ff9812cd1',1,'rcContour::reg()']]], + ['regcount_3438',['regCount',['../structdtTileCacheLayer.html#ab9bd3001111fc4512c2ef7f225a4466d',1,'dtTileCacheLayer']]], + ['regid_3439',['regId',['../structdtLayerMonotoneRegion.html#a1f4d98055db146d7bd28129b1f5741cd',1,'dtLayerMonotoneRegion']]], + ['region_3440',['region',['../structDirtyEntry.html#ad3c4712adccfb24f1a7ab8d75f42ab1e',1,'DirtyEntry']]], + ['regionmergesize_3441',['regionMergeSize',['../structBuildSettings.html#af2ca11587809f94520e65568f878b05a',1,'BuildSettings']]], + ['regionminsize_3442',['regionMinSize',['../structBuildSettings.html#a3d005a4039976ee34798ff06775f6d73',1,'BuildSettings']]], + ['regs_3443',['regs',['../structdtTileCacheLayer.html#a2c1f0dc1d5b1b0c5770fdd49aa0cb634',1,'dtTileCacheLayer::regs()'],['../structrcPolyMesh.html#a9ae584e99de152fb89d957d43b7becd8',1,'rcPolyMesh::regs()']]], + ['remap_3444',['remap',['../structrcRegion.html#afacd1efddbdfbb854e7c2cf505365f0b',1,'rcRegion']]], + ['rid_3445',['rid',['../structrcSweepSpan.html#ab92de3221c19c2c9a2d716ea7680146f',1,'rcSweepSpan']]], + ['rotaux_3446',['rotAux',['../structdtObstacleOrientedBox.html#a458dd50502225f6b7070f9cad93c537b',1,'dtObstacleOrientedBox']]], + ['rverts_3447',['rverts',['../structrcContour.html#a4875d6bf00efae95009d0fe8ccb1f0e9',1,'rcContour']]] ];