Searched refs:cot (Results 1 – 2 of 2) sorted by relevance
180 f32 cot; in C_MTXPerspective() local193 cot = 1.0f / tanf(angle); in C_MTXPerspective()196 m[0][0] = cot / aspect; in C_MTXPerspective()202 m[1][1] = cot; in C_MTXPerspective()
2602 f32 cot; in C_MTXLightPerspective() local2612 cot = 1.0f / tanf(angle); in C_MTXLightPerspective()2614 m[0][0] = (cot / aspect) * scaleS; in C_MTXLightPerspective()2620 m[1][1] = cot * scaleT; in C_MTXLightPerspective()