Searched refs:m_Mtx (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_Sound3DListener.cpp | 45 nw::math::MTX34Zero( &m_Mtx ); in Sound3DListener() 54 m_Mtx = mtx; in SetMatrix() 58 m_Mtx = mtx; in SetMatrix() 72 nw::math::MTX34Zero( &m_Mtx ); in ResetMatrix()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_Sound3DListener.h | 100 const nw::math::MTX34& GetMatrix() const { return m_Mtx; } in GetMatrix() 321 nw::math::MTX34 m_Mtx; variable
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Pane.h | 424 return m_Mtx; in GetMtx() 450 m_Mtx = mtx; in SetMtx() 1509 math::MTX34 m_Mtx; variable
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 346 MTX34Identity(&m_Mtx); in Init() 593 math::MTX34Mult(&m_GlbMtx, pParentMtx, &m_Mtx); in CalculateMtx() 627 local::MakeMatrixSRT(m_Mtx, scale, m_Rotate, m_Translate); in CalculateMtx() 630 math::MTX34Mult(&m_GlbMtx, pParentMtx, &m_Mtx); in CalculateMtx() 637 local::MakeMatrixSRT(m_Mtx, scale, m_Rotate.z, m_Translate); in CalculateMtx() 640 math::MTX34Mult(&m_GlbMtx, pParentMtx, &m_Mtx); in CalculateMtx()
|
| /NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/ |
| D | GrRenderer.h | 102 nn::math::MTX34 m_Mtx; variable
|