Searched defs:Rad2Deg (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/base/
H A Dmath_util.h85 static double Rad2Deg(double rad) { return rad * 180.0 / kPiDouble; } function in class:cc::MathUtil
88 static float Rad2Deg(float rad) { return rad * 180.0f / kPiFloat; } function in class:cc::MathUtil

Completed in 87 milliseconds