HomeSort by relevance Sort by last modified time
    Searched refs:DEG2RAD (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
imports.h 96 #define DEG2RAD (M_PI/180.0)
light.c 160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD));
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 801 s = (GLfloat) sin( angle * DEG2RAD );
802 c = (GLfloat) cos( angle * DEG2RAD );
    [all...]

Completed in 69 milliseconds