Searched defs:glu_abs (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ | ||
| H A D | simplemath.h | 50 glu_abs( REAL x ) { return ( x < 0.0 ) ? -x : x; } function in typeref:typename:REAL |
Completed in 3 milliseconds