OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 66 milliseconds