MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~rcCompactHeightfield

Method ~rcCompactHeightfield

Source/ThirdParty/recastnavigation/Recast.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152rcCompactHeightfield::~rcCompactHeightfield()
153{
154 rcFree(cells);
155 rcFree(spans);
156 rcFree(dist);
157 rcFree(areas);
158}
159
160rcHeightfieldLayerSet* rcAllocHeightfieldLayerSet()
161{

Callers

nothing calls this directly

Calls 1

rcFreeFunction · 0.85

Tested by

no test coverage detected