Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/win32/
Dwin32.h29 #define tanf (float)tan macro
/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-mirror.c356 mv[2][2] = -(YCENTER/VpScale)/tanf(FOVY/2.0f*PI/180.0f); in DrawTick()
/RvlSDK-2.1/build/libraries/mtx/src/
Dmtx44.c193 cot = 1.0f / tanf(angle); in C_MTXPerspective()
Dmtx.c2620 cot = 1.0f / tanf(angle); in C_MTXLightPerspective()