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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h230 inline double turn2deg(double t) { return t * 360.0; } function
239 inline float turn2deg(float t) { return t * 360.0f; } function

Completed in 221 milliseconds