MCPcopy Create free account
hub / github.com/MapServer/MapServer / is_ccw

Function is_ccw

renderers/agg/include/agg_basics.h:435–438  ·  view source on GitHub ↗

------------------------------------------------------------------is_ccw

Source from the content-addressed store, hash-verified

433
434 //------------------------------------------------------------------is_ccw
435 inline bool is_ccw(unsigned c)
436 {
437 return (c & path_flags_ccw) != 0;
438 }
439
440 //-------------------------------------------------------------is_oriented
441 inline bool is_oriented(unsigned c)

Callers 1

rewindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected