Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ pushBack
Function
pushBack
Source/ThirdParty/recastnavigation/RecastMesh.cpp:557–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
static void pushBack(int v, int* arr, int& an)
558
{
559
arr[an] = v;
560
an++;
561
}
562
563
static bool canRemoveVertex(rcContext* ctx, rcPolyMesh& mesh, const unsigned short rem)
564
{
Callers
1
removeVertex
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected