MCPcopy 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
557static void pushBack(int v, int* arr, int& an)
558{
559 arr[an] = v;
560 an++;
561}
562
563static bool canRemoveVertex(rcContext* ctx, rcPolyMesh& mesh, const unsigned short rem)
564{

Callers 1

removeVertexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected