Home
last modified time | relevance | path

Searched refs:m_InverseViewMatrix (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h178 math::MTX34& InverseViewMatrix() { return m_InverseViewMatrix; } in InverseViewMatrix()
181 const math::MTX34& InverseViewMatrix() const { return m_InverseViewMatrix; } in InverseViewMatrix()
740 math::MTX34 m_InverseViewMatrix; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp49 m_InverseViewMatrix(math::MTX34::Identity()), in Camera()
406 NW_FAILSAFE_IF(math::MTX34Inverse(&this->m_InverseViewMatrix, &this->m_ViewMatrix) == 0) in UpdateCameraMatrix()
408 this->m_InverseViewMatrix = math::MTX34::Identity(); in UpdateCameraMatrix()