Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Dgx_AlphaTest.cpp186 nn::math::Matrix34 mvtmp; in DrawFrame() local
189 nn::math::MTX34MultTranslate(&mvtmp, &mv, &trans); in DrawFrame()
190 nn::math::MTX34Mult(&mvtmp, &mvtmp, &rot); in DrawFrame()
195 nn::math::Matrix44 m(mvtmp); in DrawFrame()