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