Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ clear
Method
clear
Source/ThirdParty/recastnavigation/DetourNode.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void dtNodePool::clear()
84
{
85
memset(m_first, 0xff, sizeof(dtNodeIndex)*m_hashSize);
86
m_nodeCount = 0;
87
}
88
89
unsigned int dtNodePool::findNodes(dtPolyRef id, dtNode** nodes, const int maxNodes)
90
{
Callers
15
update
Method · 0.45
floodRegion
Function · 0.45
expandRegions
Function · 0.45
sortCellsByLevel
Function · 0.45
mergeRegions
Function · 0.45
mergeAndFilterRegions
Function · 0.45
mergeAndFilterLayerRegions
Function · 0.45
buildPolyDetail
Function · 0.45
seedArrayWithPolyCenter
Function · 0.45
getHeightData
Function · 0.45
rcBuildContours
Function · 0.45
init
Method · 0.45
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected