Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h212 math::MTX34& InverseViewMatrix() { return m_InverseViewMatrix; } in InverseViewMatrix()
215 const math::MTX34& InverseViewMatrix() const { return m_InverseViewMatrix; } in InverseViewMatrix()
811 math::MTX34 m_InverseViewMatrix; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp52 m_InverseViewMatrix(math::MTX34::Identity()), in Camera()
607 NW_FAILSAFE_IF(math::MTX34Inverse(&this->m_InverseViewMatrix, &this->m_ViewMatrix) == 0) in UpdateCameraMatrix()
609 this->m_InverseViewMatrix = math::MTX34::Identity(); in UpdateCameraMatrix()