mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-29 22:48:34 +00:00
193 lines
26 KiB
HTML
193 lines
26 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Recast Navigation: DetourDebugDraw.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
|
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
|
|
<td id="projectalign">
|
|
<div id="projectname">Recast Navigation
|
|
</div>
|
|
<div id="projectbrief">Navigation-mesh Toolset for Games</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('DetourDebugDraw_8h_source.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">DetourDebugDraw.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="DetourDebugDraw_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Copyright (c) 2009-2010 Mikko Mononen memon@inside.org</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// This software is provided 'as-is', without any express or implied</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// warranty. In no event will the authors be held liable for any damages</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// arising from the use of this software.</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// Permission is granted to anyone to use this software for any purpose,</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// including commercial applications, and to alter it and redistribute it</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// freely, subject to the following restrictions:</span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// 1. The origin of this software must not be misrepresented; you must not</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// claim that you wrote the original software. If you use this software</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// in a product, an acknowledgment in the product documentation would be</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// appreciated but is not required.</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// 2. Altered source versions must be plainly marked as such, and must not be</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">// misrepresented as being the original software.</span></div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// 3. This notice may not be removed or altered from any source distribution.</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#ifndef DETOURDEBUGDRAW_H</span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#define DETOURDEBUGDRAW_H</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "<a class="code" href="DetourNavMesh_8h.html">DetourNavMesh.h</a>"</span></div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include "<a class="code" href="DetourNavMeshQuery_8h.html">DetourNavMeshQuery.h</a>"</span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "<a class="code" href="DetourTileCacheBuilder_8h.html">DetourTileCacheBuilder.h</a>"</span></div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
|
|
<div class="foldopen" id="foldopen00026" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6"> 26</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6">DrawNavMeshFlags</a></div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>{</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e"> 28</a></span> <a class="code hl_enumvalue" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e">DU_DRAWNAVMESH_OFFMESHCONS</a> = 0x01,</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31"> 29</a></span> <a class="code hl_enumvalue" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31">DU_DRAWNAVMESH_CLOSEDLIST</a> = 0x02,</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_enumvalue" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8">DU_DRAWNAVMESH_COLOR_TILES</a> = 0x04</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8"> 31</a></span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#adb702f765bd63cea5084faaf24ee18f7">duDebugDrawNavMesh</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh, <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> flags);</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#ae33b26c815bcc08ba69313bbb5cff60e">duDebugDrawNavMeshWithClosedList</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMeshQuery.html">dtNavMeshQuery</a>& query, <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> flags);</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#aea1b04e77329d2698cf52c9daf844338">duDebugDrawNavMeshNodes</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMeshQuery.html">dtNavMeshQuery</a>& query);</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#ad879d0dcbf2511741b83a254d574896b">duDebugDrawNavMeshBVTree</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh);</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a337c55285d250b7419b9dfa8a8bc0315">duDebugDrawNavMeshPortals</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh);</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a6f6cbcb5c4104aa25f96f04469f2aeee">duDebugDrawNavMeshPolysWithFlags</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> polyFlags, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> col);</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a07a430d9d45107d565eb986fab0b9343">duDebugDrawNavMeshPoly</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_class" href="classdtNavMesh.html">dtNavMesh</a>& mesh, <a class="code hl_typedef" href="group__detour.html#gab4e0b2257a670c1a800057999612b466">dtPolyRef</a> ref, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> col);</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a395f60215ed954912bd63dbed81d1c78">duDebugDrawTileCacheLayerAreas</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_struct" href="structdtTileCacheLayer.html">dtTileCacheLayer</a>& layer, <span class="keyword">const</span> <span class="keywordtype">float</span> cs, <span class="keyword">const</span> <span class="keywordtype">float</span> ch);</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb">duDebugDrawTileCacheLayerRegions</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <a class="code hl_struct" href="structdtTileCacheLayer.html">dtTileCacheLayer</a>& layer, <span class="keyword">const</span> <span class="keywordtype">float</span> cs, <span class="keyword">const</span> <span class="keywordtype">float</span> ch);</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#aafa0931f8e76ca201b8ffdd2e0c4c4be">duDebugDrawTileCacheContours</a>(<a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code hl_struct" href="structdtTileCacheContourSet.html">dtTileCacheContourSet</a>& lcset,</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">const</span> <span class="keywordtype">float</span>* orig, <span class="keyword">const</span> <span class="keywordtype">float</span> cs, <span class="keyword">const</span> <span class="keywordtype">float</span> ch);</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keywordtype">void</span> <a class="code hl_function" href="DetourDebugDraw_8h.html#a884d4beb61d64886df056e39ec77c528">duDebugDrawTileCachePolyMesh</a>(<a class="code hl_struct" href="structduDebugDraw.html">duDebugDraw</a>* dd, <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code hl_struct" href="structdtTileCachePolyMesh.html">dtTileCachePolyMesh</a>& lmesh,</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">const</span> <span class="keywordtype">float</span>* orig, <span class="keyword">const</span> <span class="keywordtype">float</span> cs, <span class="keyword">const</span> <span class="keywordtype">float</span> ch);</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="preprocessor">#endif </span><span class="comment">// DETOURDEBUGDRAW_H</span></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a07a430d9d45107d565eb986fab0b9343"><div class="ttname"><a href="DetourDebugDraw_8h.html#a07a430d9d45107d565eb986fab0b9343">duDebugDrawNavMeshPoly</a></div><div class="ttdeci">void duDebugDrawNavMeshPoly(struct duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:439</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a114ab556d129137b6058f93b88da7ef6"><div class="ttname"><a href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6">DrawNavMeshFlags</a></div><div class="ttdeci">DrawNavMeshFlags</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.h:27</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8"><div class="ttname"><a href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a0ae84122add4971464d47e94f5e29df8">DU_DRAWNAVMESH_COLOR_TILES</a></div><div class="ttdeci">@ DU_DRAWNAVMESH_COLOR_TILES</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.h:30</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e"><div class="ttname"><a href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6a69a679b05dbd7792ca0cd1d1e9dcf13e">DU_DRAWNAVMESH_OFFMESHCONS</a></div><div class="ttdeci">@ DU_DRAWNAVMESH_OFFMESHCONS</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.h:28</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31"><div class="ttname"><a href="DetourDebugDraw_8h.html#a114ab556d129137b6058f93b88da7ef6ab4ba1b69972d0da1ec7b9e94cb0b6a31">DU_DRAWNAVMESH_CLOSEDLIST</a></div><div class="ttdeci">@ DU_DRAWNAVMESH_CLOSEDLIST</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.h:29</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a337c55285d250b7419b9dfa8a8bc0315"><div class="ttname"><a href="DetourDebugDraw_8h.html#a337c55285d250b7419b9dfa8a8bc0315">duDebugDrawNavMeshPortals</a></div><div class="ttdeci">void duDebugDrawNavMeshPortals(struct duDebugDraw *dd, const dtNavMesh &mesh)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:407</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a395f60215ed954912bd63dbed81d1c78"><div class="ttname"><a href="DetourDebugDraw_8h.html#a395f60215ed954912bd63dbed81d1c78">duDebugDrawTileCacheLayerAreas</a></div><div class="ttdeci">void duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:529</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a5e3b1e9d9d420ae6a99e6f5e17c326cb"><div class="ttname"><a href="DetourDebugDraw_8h.html#a5e3b1e9d9d420ae6a99e6f5e17c326cb">duDebugDrawTileCacheLayerRegions</a></div><div class="ttdeci">void duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:583</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a6f6cbcb5c4104aa25f96f04469f2aeee"><div class="ttname"><a href="DetourDebugDraw_8h.html#a6f6cbcb5c4104aa25f96f04469f2aeee">duDebugDrawNavMeshPolysWithFlags</a></div><div class="ttdeci">void duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:419</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_a884d4beb61d64886df056e39ec77c528"><div class="ttname"><a href="DetourDebugDraw_8h.html#a884d4beb61d64886df056e39ec77c528">duDebugDrawTileCachePolyMesh</a></div><div class="ttdeci">void duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:728</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_aafa0931f8e76ca201b8ffdd2e0c4c4be"><div class="ttname"><a href="DetourDebugDraw_8h.html#aafa0931f8e76ca201b8ffdd2e0c4c4be">duDebugDrawTileCacheContours</a></div><div class="ttdeci">void duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:648</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_ad879d0dcbf2511741b83a254d574896b"><div class="ttname"><a href="DetourDebugDraw_8h.html#ad879d0dcbf2511741b83a254d574896b">duDebugDrawNavMeshBVTree</a></div><div class="ttdeci">void duDebugDrawNavMeshBVTree(struct duDebugDraw *dd, const dtNavMesh &mesh)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:323</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_adb702f765bd63cea5084faaf24ee18f7"><div class="ttname"><a href="DetourDebugDraw_8h.html#adb702f765bd63cea5084faaf24ee18f7">duDebugDrawNavMesh</a></div><div class="ttdeci">void duDebugDrawNavMesh(struct duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:237</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_ae33b26c815bcc08ba69313bbb5cff60e"><div class="ttname"><a href="DetourDebugDraw_8h.html#ae33b26c815bcc08ba69313bbb5cff60e">duDebugDrawNavMeshWithClosedList</a></div><div class="ttdeci">void duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:249</div></div>
|
|
<div class="ttc" id="aDetourDebugDraw_8h_html_aea1b04e77329d2698cf52c9daf844338"><div class="ttname"><a href="DetourDebugDraw_8h.html#aea1b04e77329d2698cf52c9daf844338">duDebugDrawNavMeshNodes</a></div><div class="ttdeci">void duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query)</div><div class="ttdef"><b>Definition</b> DetourDebugDraw.cpp:263</div></div>
|
|
<div class="ttc" id="aDetourNavMeshQuery_8h_html"><div class="ttname"><a href="DetourNavMeshQuery_8h.html">DetourNavMeshQuery.h</a></div></div>
|
|
<div class="ttc" id="aDetourNavMesh_8h_html"><div class="ttname"><a href="DetourNavMesh_8h.html">DetourNavMesh.h</a></div></div>
|
|
<div class="ttc" id="aDetourTileCacheBuilder_8h_html"><div class="ttname"><a href="DetourTileCacheBuilder_8h.html">DetourTileCacheBuilder.h</a></div></div>
|
|
<div class="ttc" id="aclassdtNavMeshQuery_html"><div class="ttname"><a href="classdtNavMeshQuery.html">dtNavMeshQuery</a></div><div class="ttdoc">Provides the ability to perform pathfinding related queries against a navigation mesh.</div><div class="ttdef"><b>Definition</b> DetourNavMeshQuery.h:166</div></div>
|
|
<div class="ttc" id="aclassdtNavMesh_html"><div class="ttname"><a href="classdtNavMesh.html">dtNavMesh</a></div><div class="ttdoc">A navigation mesh based on tiles of convex polygons.</div><div class="ttdef"><b>Definition</b> DetourNavMesh.h:336</div></div>
|
|
<div class="ttc" id="agroup__detour_html_gab4e0b2257a670c1a800057999612b466"><div class="ttname"><a href="group__detour.html#gab4e0b2257a670c1a800057999612b466">dtPolyRef</a></div><div class="ttdeci">unsigned int dtPolyRef</div><div class="ttdoc">A handle to a polygon within a navigation mesh tile.</div><div class="ttdef"><b>Definition</b> DetourNavMesh.h:48</div></div>
|
|
<div class="ttc" id="astructdtTileCacheContourSet_html"><div class="ttname"><a href="structdtTileCacheContourSet.html">dtTileCacheContourSet</a></div><div class="ttdef"><b>Definition</b> DetourTileCacheBuilder.h:62</div></div>
|
|
<div class="ttc" id="astructdtTileCacheLayer_html"><div class="ttname"><a href="structdtTileCacheLayer.html">dtTileCacheLayer</a></div><div class="ttdef"><b>Definition</b> DetourTileCacheBuilder.h:44</div></div>
|
|
<div class="ttc" id="astructdtTileCachePolyMesh_html"><div class="ttname"><a href="structdtTileCachePolyMesh.html">dtTileCachePolyMesh</a></div><div class="ttdef"><b>Definition</b> DetourTileCacheBuilder.h:68</div></div>
|
|
<div class="ttc" id="astructduDebugDraw_html"><div class="ttname"><a href="structduDebugDraw.html">duDebugDraw</a></div><div class="ttdoc">Abstract debug draw interface.</div><div class="ttdef"><b>Definition</b> DebugDraw.h:35</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- HTML footer for doxygen 1.8.6-->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_fc5ead6dadc041a993e0b7f2ef9bc4fa.html">DebugUtils</a></li><li class="navelem"><a class="el" href="dir_4bbe19f15d5140a0b6a9a27796f28250.html">Include</a></li><li class="navelem"><a class="el" href="DetourDebugDraw_8h.html">DetourDebugDraw.h</a></li>
|
|
<a href="https://github.com/recastnavigation/recastnavigation">Project Home</a>
|
|
| <a href="./License.txt">Licence (ZLib)</a>
|
|
| Copyright 2009 Mikko Mononen
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|