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

Function get_orientation

renderers/agg/include/agg_basics.h:465–468  ·  view source on GitHub ↗

---------------------------------------------------------get_orientation

Source from the content-addressed store, hash-verified

463
464 //---------------------------------------------------------get_orientation
465 inline unsigned get_orientation(unsigned c)
466 {
467 return c & (path_flags_cw | path_flags_ccw);
468 }
469
470 //---------------------------------------------------------set_orientation
471 inline unsigned set_orientation(unsigned c, unsigned o)

Callers 2

add_vertexMethod · 0.85
addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected