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

Function push3

Source/ThirdParty/recastnavigation/RecastMeshDetail.cpp:1015–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013
1014
1015static void push3(rcIntArray& queue, int v1, int v2, int v3)
1016{
1017 queue.resize(queue.size() + 3);
1018 queue[queue.size() - 3] = v1;
1019 queue[queue.size() - 2] = v2;
1020 queue[queue.size() - 1] = v3;
1021}
1022
1023static void getHeightData(rcContext* ctx, const rcCompactHeightfield& chf,
1024 const unsigned short* poly, const int npoly,

Callers 1

getHeightDataFunction · 0.85

Calls 2

resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected