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

Function countPolyVerts

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

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected