Searched refs:GetCenter (Results 1 – 4 of 4) sorted by relevance
97 float left = m_Resource.GetRect().GetCenter().x - halfWidth; in Update()98 float right = m_Resource.GetRect().GetCenter().x + halfWidth; in Update()99 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()100 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()
100 float left = m_Resource.GetRect().GetCenter().x - halfWidth; in Update()101 float right = m_Resource.GetRect().GetCenter().x + halfWidth; in Update()102 float bottom = m_Resource.GetRect().GetCenter().y - halfHeight; in Update()103 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update()
504 rect.Set(floatValue, rect.GetHeight(), rect.GetCenter()); in SetValue()512 rect.Set(rect.GetAspectRatio(), floatValue, rect.GetCenter()); in SetValue()
134 nw::math::VEC2 GetCenter() const { return m_Center; } in GetCenter() function