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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dnormal.c79 GLdouble c, tLen2, maxLen2; local in function:ComputeNormal
111 maxLen2 = 0;
125 if( tLen2 > maxLen2 ) {
126 maxLen2 = tLen2;
133 if( maxLen2 <= 0 ) {

Completed in 2 milliseconds