Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp52 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective() local
56 p[1][1] = 1.0f / tanHalfFovY; in perspective()