Searched refs:CONCAVITY_ZERO (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionX.cc43 #define CONCAVITY_ZERO 1.0e-6 //this number is used to test whether a vertex is concave (refelx) macro
79 if(Bx*Cy - Cx*By < -CONCAVITY_ZERO) return 1;

Completed in 2 milliseconds