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