Searched refs:mv_tr (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | LightingDistanceAtte.cpp | 195 nn::math::Matrix34 mv_tr, tmp; in DrawFrame() local 197 MTX34Mult(&mv_tr, &mv, &tmp); in DrawFrame() 198 nn::math::Matrix44 m(mv_tr); in DrawFrame() 211 nn::math::Matrix34 mv_tr, tmp[2]; in DrawFrame() local 216 nn::math::MTX34Mult(&mv_tr, &mv, &tmp[0]); in DrawFrame() 217 nn::math::MTX34Mult(&mv_tr, &mv_tr, &tmp[1]); in DrawFrame() 218 nn::math::Matrix44 m(mv_tr); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | GasColorSimple.cpp | 306 nn::math::Matrix34 mv_tr; in DrawFrame() local 309 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame() 310 m = nn::math::Matrix44(mv_tr); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | GasColorOptimal.cpp | 292 nn::math::Matrix34 mv_tr; in DrawFrame() local 294 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame() 295 m = nn::math::Matrix44(mv_tr); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | GasCessna.cpp | 408 nn::math::Matrix34 mv_tr; in DrawFrame() local 410 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans2); in DrawFrame() 411 nn::math::Matrix44 tmp_mv_tr(mv_tr); in DrawFrame()
|