Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FrustumProjectionUpdater.cpp97 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update() local
101 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()
102 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()
Dgfx_OrthoProjectionUpdater.cpp100 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update() local
104 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()
105 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()