Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
inline bool leftOn(const int* a, const int* b, const int* c)
188
{
189
return area2(a, b, c) <= 0;
190
}
191
192
inline bool collinear(const int* a, const int* b, const int* c)
193
{
Callers
2
inCone
Function · 0.70
inConeLoose
Function · 0.70
Calls
1
area2
Function · 0.70
Tested by
no test coverage detected