MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / pushBack

Function pushBack

Engine/lib/recast/Recast/Source/RecastMesh.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558static void pushBack(int v, int* arr, int& an)
559{
560 arr[an] = v;
561 an++;
562}
563
564static bool canRemoveVertex(rcContext* ctx, rcPolyMesh& mesh, const unsigned short rem)
565{

Callers 5

removeVertexFunction · 0.70
checkStringMethod · 0.50
resizeMethod · 0.50
operator=Method · 0.50
pushBackMethod · 0.50

Calls

no outgoing calls

Tested by 1

pushBackMethod · 0.40