Searched refs:edgeVal (Results 1 – 1 of 1) sorted by relevance
89 static inline bool isInsideCCW (const EdgeFunction& edge, const deInt64 edgeVal) in isInsideCCW() argument91 return edge.inclusive ? (edgeVal >= 0) : (edgeVal > 0); in isInsideCCW()