Home
last modified time | relevance | path

Searched defs:PROJECTION_CENTER (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_CameraProjectionUpdater.cpp33 const math::VEC2 CameraProjectionUpdater::PROJECTION_CENTER = math::VEC2(0.0f,0.0f); member in nw::gfx::CameraProjectionUpdater
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h154 static const math::VEC2 PROJECTION_CENTER; variable
/NW4C-2.0.3/include/nw/demo/
Ddemo_Utility.h57 static const nw::math::VEC2 PROJECTION_CENTER; //!< カメラの投影面の中心位置です。 variable
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp35 const nw::math::VEC2 Utility::PROJECTION_CENTER = nw::math::VEC2(0.0f, 0.0f); member in nw::demo::Utility