OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAD2DEG
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h
27
#define
RAD2DEG
(rad) ((rad)*180.0f/AKFS_PI)
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
MathUtils.java
70
public static final float
RAD2DEG
= 180 / PI;
Completed in 97 milliseconds