Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FrustumProjectionUpdater.cpp95 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update() local
99 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()
100 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()
Dgfx_OrthoProjectionUpdater.cpp98 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update() local
102 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()
103 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()