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

Function is_close

dep/agg/include/agg_basics.h:492–496  ·  view source on GitHub ↗

----------------------------------------------------------------is_close

Source from the content-addressed store, hash-verified

490
491 //----------------------------------------------------------------is_close
492 inline bool is_close(unsigned c)
493 {
494 return (c & ~(path_flags_cw | path_flags_ccw)) ==
495 (path_cmd_end_poly | path_flags_close);
496 }
497
498 //------------------------------------------------------------is_next_poly
499 inline bool is_next_poly(unsigned c)

Callers 4

path_lengthFunction · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected