Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCamera.cpp511 nw::math::VEC3Cross(&right, &resViewUpdater.GetUpwardVector(), &direction); in MoveCamera3D()
537 &resViewUpdater.GetUpwardVector()); in MoveCamera3D()
611 &resViewUpdater.GetUpwardVector()); in MoveCamera3D()
637 resViewUpdater.GetUpwardVector() * translationY); in MoveCamera3D()
640 translate += right * translationX + resViewUpdater.GetUpwardVector() * translationY; in MoveCamera3D()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_LookAtTargetViewUpdater.cpp94 math::VEC3 upwardVector(this->m_Resource.GetUpwardVector()); in Update()
Dgfx_Camera.cpp668 Camera::GetUpwardVector() const in GetUpwardVector() function in nw::gfx::Camera
675 return resLookAt.GetUpwardVector(); in GetUpwardVector()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Camera.h383 const nw::math::VEC3& GetUpwardVector() const;