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

Function is_next_poly

dep/agg/include/agg_basics.h:499–502  ·  view source on GitHub ↗

------------------------------------------------------------is_next_poly

Source from the content-addressed store, hash-verified

497
498 //------------------------------------------------------------is_next_poly
499 inline bool is_next_poly(unsigned c)
500 {
501 return is_stop(c) || is_move_to(c) || is_end_poly(c);
502 }
503
504 //-------------------------------------------------------------------is_cw
505 inline bool is_cw(unsigned c)

Callers 2

invert_polygonMethod · 0.85

Calls 3

is_stopFunction · 0.85
is_move_toFunction · 0.85
is_end_polyFunction · 0.85

Tested by

no test coverage detected