Searched refs:cot (Results 1 – 2 of 2) sorted by relevance
134 f32 cot; in C_MTXPerspective() local145 cot = 1.0f / tanf(angle); in C_MTXPerspective()147 m[0][0] = cot / aspect; in C_MTXPerspective()153 m[1][1] = cot; in C_MTXPerspective()
2270 f32 cot; in C_MTXLightPerspective() local2280 cot = 1.0f / tanf(angle); in C_MTXLightPerspective()2282 m[0][0] = (cot / aspect) * scaleS; in C_MTXLightPerspective()2288 m[1][1] = cot * scaleT; in C_MTXLightPerspective()