Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ~rcContourSet
Method
~rcContourSet
Source/ThirdParty/recastnavigation/Recast.cpp:212–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
rcContourSet::~rcContourSet()
213
{
214
for (int i = 0; i < nconts; ++i)
215
{
216
rcFree(conts[i].verts);
217
rcFree(conts[i].rverts);
218
}
219
rcFree(conts);
220
}
221
222
rcPolyMesh* rcAllocPolyMesh()
223
{
Callers
nothing calls this directly
Calls
1
rcFree
Function · 0.85
Tested by
no test coverage detected