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

Function is_closed

dep/agg/include/agg_basics.h:523–526  ·  view source on GitHub ↗

---------------------------------------------------------------is_closed

Source from the content-addressed store, hash-verified

521
522 //---------------------------------------------------------------is_closed
523 inline bool is_closed(unsigned c)
524 {
525 return (c & path_flags_close) != 0;
526 }
527
528 //----------------------------------------------------------get_close_flag
529 inline unsigned get_close_flag(unsigned c)

Callers 5

addMethod · 0.85
add_vertexMethod · 0.85
rewindMethod · 0.85
vertexMethod · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected