Searched refs:PROJECTION_CENTER (Results 1 – 6 of 6) sorted by relevance
33 const math::VEC2 CameraProjectionUpdater::PROJECTION_CENTER = math::VEC2(0.0f,0.0f); member in nw::gfx::CameraProjectionUpdater
49 buffer->m_Rect.m_Center = PROJECTION_CENTER; in Create()
154 static const math::VEC2 PROJECTION_CENTER; variable
57 static const nw::math::VEC2 PROJECTION_CENTER; //!< カメラの投影面の中心位置です。 variable197 const nw::math::VEC2& projectionCenter = PROJECTION_CENTER,224 const nw::math::VEC2& projectionCenter = PROJECTION_CENTER,
35 const nw::math::VEC2 Utility::PROJECTION_CENTER = nw::math::VEC2(0.0f, 0.0f); member in nw::demo::Utility