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

Function vequal

Source/ThirdParty/recastnavigation/RecastMesh.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static bool vequal(const int* a, const int* b)
236{
237 return a[0] == b[0] && a[2] == b[2];
238}
239
240// Returns T iff (v_i, v_j) is a proper internal *or* external
241// diagonal of P, *ignoring edges incident to v_i and v_j*.

Callers 2

diagonalieFunction · 0.70
diagonalieLooseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected