Searched refs:mv_rot (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | GasColorSimple.cpp | 295 nn::math::Matrix34 mv_rot; in DrawFrame() local 296 nn::math::MTX34RotXYZDeg(&mv_rot, 0.f, 45.0f, 0.f); in DrawFrame() 297 nn::math::MTX34Mult(&mv_rot, &mv, &mv_rot); in DrawFrame() 298 m = nn::math::Matrix44(mv_rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | GasColorOptimal.cpp | 279 nn::math::Matrix34 mv_rot; in DrawFrame() local 280 nn::math::MTX34RotXYZDeg(&mv_rot, 0.f, 45.0f, 0.f); in DrawFrame() 281 nn::math::MTX34Mult(&mv_rot, &mv, &mv_rot); in DrawFrame() 282 m = nn::math::Matrix44(mv_rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | GasCessna.cpp | 380 nn::math::Matrix34 mv_rot, tmp; in DrawFrame() local 382 nn::math::MTX34Mult(&mv_rot, &mv, &tmp); in DrawFrame() 385 nn::math::MTX34MultScale(&mv_rot, &mv_rot, &scale); in DrawFrame() 388 nn::math::MTX34MultTranslate(&mv_rot, &mv_rot, &trans); in DrawFrame() 390 nn::math::Matrix44 tmp_m(mv_rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | PartsysGas.cpp | 440 nn::math::Matrix34 mv_rot, tmp; in DrawFrame() local 442 nn::math::MTX34Mult(&mv_rot, &mv, &tmp); in DrawFrame() 445 nn::math::MTX34MultScale(&mv_rot, &mv_rot, &scale); in DrawFrame() 447 m = nn::math::Matrix44(mv_rot); in DrawFrame()
|