Searched refs:D3DX_PI (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h36 #define D3DX_PI ((FLOAT)3.141592654) macro
42 #define D3DXToRadian(degree) ((degree) * (D3DX_PI / 180.0f))
43 #define D3DXToDegree(radian) ((radian) * (180.0f / D3DX_PI))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h36 #define D3DX_PI ((FLOAT)3.141592654) macro
39 #define D3DXToRadian(degree) ((degree) * (D3DX_PI / 180.0f))
40 #define D3DXToDegree(radian) ((radian) * (180.0f / D3DX_PI))
H A Dd3dx9math.h36 #define D3DX_PI ((FLOAT)3.141592654) macro
39 #define D3DXToRadian(degree) ((degree) * (D3DX_PI / 180.0f))
40 #define D3DXToDegree(radian) ((radian) * (180.0f / D3DX_PI))

Completed in 46 milliseconds