Searched refs:tanHalfFovY (Results 1 – 1 of 1) sorted by relevance
52 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective() local56 p[1][1] = 1.0f / tanHalfFovY; in perspective()