Searched defs:EdgeFunction (Results 1 – 1 of 1) sorted by relevance
96 struct EdgeFunction struct98 inline EdgeFunction(void) : a(0), b(0), c(0), inclusive(false) in EdgeFunction() argument102 int64_t a;103 int64_t b;104 int64_t c;105 bool inclusive; //!< True if edge is inclusive according to fill rules.