| 450 | } |
| 451 | |
| 452 | static 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 | |
| 460 | inline bool uleft(const unsigned short* a, const unsigned short* b, const unsigned short* c) |
| 461 | { |
no outgoing calls
no test coverage detected