Home
last modified time | relevance | path

Searched refs:GetViewMtx (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_DrawInfo.h81 const math::MTX34& GetViewMtx() const in GetViewMtx() function
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp349 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp234 nn::math::MTX34 view = drawInfo.GetViewMtx(); in CalcParallaxDot()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp500 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp470 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp587 pParentMtx = &drawInfo.GetViewMtx(); in CalculateMtx()