Home
last modified time | relevance | path

Searched refs:DEG2RAD (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
DMathUtils.java65 public static final float DEG2RAD = PI / 180; field in MathUtils
/external/mesa3d/src/mesa/main/
Dimports.h96 #define DEG2RAD (M_PI/180.0) macro
Dlight.c160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD)); in _mesa_light()
/external/mesa3d/src/mesa/math/
Dm_matrix.c801 s = (GLfloat) sin( angle * DEG2RAD ); in _math_matrix_rotate()
802 c = (GLfloat) cos( angle * DEG2RAD ); in _math_matrix_rotate()