Home
last modified time | relevance | path

Searched refs:GetUpwardVector (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCamera.cpp513 nw::math::VEC3Cross(&right, &resViewUpdater.GetUpwardVector(), &direction); in MoveCamera3D()
539 &resViewUpdater.GetUpwardVector()); in MoveCamera3D()
613 &resViewUpdater.GetUpwardVector()); in MoveCamera3D()
639 resViewUpdater.GetUpwardVector() * translationY); in MoveCamera3D()
642 translate += right * translationX + resViewUpdater.GetUpwardVector() * translationY; in MoveCamera3D()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_LookAtTargetViewUpdater.cpp96 math::VEC3 upwardVector(this->m_Resource.GetUpwardVector()); in Update()
Dgfx_Camera.cpp671 Camera::GetUpwardVector() const in GetUpwardVector() function in nw::gfx::Camera
678 return resLookAt.GetUpwardVector(); in GetUpwardVector()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h417 const nw::math::VEC3& GetUpwardVector() const;