Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_DrawInfo.h79 const math::MTX34& GetViewMtx() const in GetViewMtx() function
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp347 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp232 nn::math::MTX34 view = drawInfo.GetViewMtx(); in CalcParallaxDot()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp498 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp468 nw::math::VEC3Transform(&tmp, &drawInfo.GetViewMtx(), &tmp); in nnMain()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Pane.cpp585 pParentMtx = &drawInfo.GetViewMtx(); in CalculateMtx()