MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / get_orientation

Function get_orientation

dep/agg/include/agg_basics.h:541–544  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

539
540 //---------------------------------------------------------get_orientation
541 inline unsigned get_orientation(unsigned c)
542 {
543 return c & (path_flags_cw | path_flags_ccw);
544 }
545
546 //---------------------------------------------------------set_orientation
547 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