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

Function countPolyVerts

Source/ThirdParty/recastnavigation/RecastMesh.cpp:452–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static int countPolyVerts(const unsigned short* p, const int nvp)
453{
454 for (int i = 0; i < nvp; ++i)
455 if (p[i] == RC_MESH_NULL_IDX)
456 return i;
457 return nvp;
458}
459
460inline bool uleft(const unsigned short* a, const unsigned short* b, const unsigned short* c)
461{

Callers 4

getPolyMergeValueFunction · 0.70
mergePolyVertsFunction · 0.70
canRemoveVertexFunction · 0.70
removeVertexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected