ImathMath.h | 119 static T hypot (T x, T y) {return ::hypot (double(x), double(y));} function in struct:Imath::Math 147 static float hypot (float x, float y) {return ::hypotf (x, y);} function in struct:Imath::Math 149 static float hypot (float x, float y) {return ::sqrtf(x*x + y*y);} function in struct:Imath::Math
|