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

Function is_oriented

dep/agg/include/agg_basics.h:517–520  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

515
516 //-------------------------------------------------------------is_oriented
517 inline bool is_oriented(unsigned c)
518 {
519 return (c & (path_flags_cw | path_flags_ccw)) != 0;
520 }
521
522 //---------------------------------------------------------------is_closed
523 inline bool is_closed(unsigned c)

Callers 1

rewindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected