MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / Orientation

Function Orientation

TheForceEngine/TFE_Polygon/clipper.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383//------------------------------------------------------------------------------
384
385bool Orientation(const Path &poly)
386{
387 return Area(poly) >= 0;
388}
389//------------------------------------------------------------------------------
390
391double Area(const Path &poly)

Callers 2

FixOrientationsMethod · 0.85
MinkowskiFunction · 0.85

Calls 1

AreaFunction · 0.85

Tested by

no test coverage detected