Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp55 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective() local
59 p[1][1] = 1.0f / tanHalfFovY; in perspective()