Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h45 float y_top = std::tan(top_) * z_near; in GetProjectionMatrix() local
48 if (x_left == x_right || y_bottom == y_top || z_near == z_far || in GetProjectionMatrix()
54 float y = (2 * z_near) / (y_top - y_bottom); in GetProjectionMatrix()
56 float b = (y_top + y_bottom) / (y_top - y_bottom); in GetProjectionMatrix()