MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LevelStackEntry

Class LevelStackEntry

Source/ThirdParty/recastnavigation/RecastRegion.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace
29{
30struct LevelStackEntry
31{
32 LevelStackEntry(int x_, int y_, int index_) : x(x_), y(y_), index(index_) {}
33 int x;
34 int y;
35 int index;
36};
37} // namespace
38
39static void calculateDistanceField(rcCompactHeightfield& chf, unsigned short* src, unsigned short& maxDist)

Callers 3

floodRegionFunction · 0.85
expandRegionsFunction · 0.85
sortCellsByLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected