HomeSort by relevance Sort by last modified time
    Searched refs:kPiFloat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/base/
math_util.h 82 static const float kPiFloat;
87 static float Deg2Rad(float deg) { return deg * kPiFloat / 180.0f; }
88 static float Rad2Deg(float rad) { return rad * 180.0f / kPiFloat; }
math_util.cc 23 const float MathUtil::kPiFloat = 3.14159265358979323846f;

Completed in 184 milliseconds