OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rad2Deg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
math_util.h
78
static double
Rad2Deg
(double rad) { return rad * 180.0 / kPiDouble; }
81
static float
Rad2Deg
(float rad) { return rad * 180.0f / kPiFloat; }
math_util.cc
499
return static_cast<float>(
Rad2Deg
(std::acos(dot_product)));
Completed in 40 milliseconds