Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ pushFront
Function
pushFront
Engine/lib/recast/Recast/Source/RecastMesh.cpp:551–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
550
551
static void pushFront(int v, int* arr, int& an)
552
{
553
an++;
554
for (int i = an-1; i > 0; --i) arr[i] = arr[i-1];
555
arr[0] = v;
556
}
557
558
static void pushBack(int v, int* arr, int& an)
559
{
Callers
1
removeVertex
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected