MCPcopy Create free account
hub / github.com/cinder/Cinder / Orientation

Function Orientation

blocks/Clipper/src/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.70

Tested by

no test coverage detected