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

Function is_oriented

renderers/agg/include/agg_basics.h:441–444  ·  view source on GitHub ↗

-------------------------------------------------------------is_oriented

Source from the content-addressed store, hash-verified

439
440 //-------------------------------------------------------------is_oriented
441 inline bool is_oriented(unsigned c)
442 {
443 return (c & (path_flags_cw | path_flags_ccw)) != 0;
444 }
445
446 //---------------------------------------------------------------is_closed
447 inline bool is_closed(unsigned c)

Callers 1

rewindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected