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

Function leftOn

Source/ThirdParty/recastnavigation/RecastMesh.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187inline bool leftOn(const int* a, const int* b, const int* c)
188{
189 return area2(a, b, c) <= 0;
190}
191
192inline bool collinear(const int* a, const int* b, const int* c)
193{

Callers 2

inConeFunction · 0.70
inConeLooseFunction · 0.70

Calls 1

area2Function · 0.70

Tested by

no test coverage detected