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

Method is_valid

dep/agg/include/agg_basics.h:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 bool is_valid() const
355 {
356 return x1 <= x2 && y1 <= y2;
357 }
358
359 bool hit_test(T x, T y) const
360 {

Callers 2

sbool_intersect_shapesFunction · 0.45
sbool_unite_shapesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected