| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | TriangleSimple.cpp | 93 nn::math::Matrix34 eye, rot; in DrawDisplay0() local 101 nn::math::MTX34RotAxisDeg(&rot, &rotAxis, -6.f * s_Count); in DrawDisplay0() 103 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawDisplay0() 138 nn::math::Matrix34 eye, rot; in DrawDisplay0AndSave() local 146 nn::math::MTX34RotAxisDeg(&rot, &rotAxis, -6.f * s_Count); in DrawDisplay0AndSave() 148 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawDisplay0AndSave()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | gx.cpp | 145 nn::math::Matrix34 eye, rot; in DrawFrame() local 153 nn::math::MTX34RotAxisDeg(&rot, &rotAxis, -6.f * (f%60)); in DrawFrame() 155 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LineSimple/ |
| D | LineSimple.cpp | 99 nn::math::Matrix34 eye, rot; in DrawFrame() local 104 nn::math::MTX34RotXYZDeg(&rot, 0.f, -6.f*f, 0.f); in DrawFrame() 106 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/ |
| D | CommandBufferJump.cpp | 376 nn::math::Matrix34 mv, rot; in CreateCommand() local 404 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in CreateCommand() 406 nn::math::MTX34Mult(&mv, &rot, &mv); in CreateCommand() 482 nn::math::Matrix34 mv, rot, trans, scale; in DrawFrame() local 501 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 503 nn::math::MTX34Mult(&mv, &rot, &mv); in DrawFrame() 504 … nn::math::MTX34RotXYZDeg(&rot, 0.f, static_cast<f32>((float)(360.f / NUM_OBJ * obj) - f), 0.f); in DrawFrame() 505 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | gx_AlphaTest.cpp | 167 nn::math::Matrix34 mv, rot; in DrawFrame() local 174 nn::math::MTX34RotAxisDeg(&rot, &axis, static_cast<f32>(s_Count)); in DrawFrame() 190 nn::math::MTX34Mult(&mvtmp, &mvtmp, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/ClipEquation/ |
| D | ClipEquation.cpp | 144 nn::math::Matrix34 rot; in DrawFrame() local 145 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, static_cast<f32>(f)); in DrawFrame() 146 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | GasColorSimple.cpp | 284 nn::math::Matrix34 mv, rot; in DrawFrame() local 290 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 291 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | GasColorOptimal.cpp | 268 nn::math::Matrix34 mv, rot; in DrawFrame() local 274 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 275 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/ |
| D | LightingMicrofacet.cpp | 359 nn::math::Matrix34 mv, rot; in DrawFrame() local 372 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 374 nn::math::MTX34Mult(&mv, &rot, &mv); in DrawFrame() 385 nn::math::MTX34RotXYZDeg(&rot, 0.f, static_cast<f32>(-f), 0.f); in DrawFrame() 386 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | LightingDistanceAtte.cpp | 155 nn::math::Matrix34 mv, rot; in DrawFrame() local 169 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 171 nn::math::MTX34Mult(&mv, &rot, &mv); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/ |
| D | LightingSss.cpp | 366 nn::math::Matrix34 mv, rot; in DrawFrame() local 379 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 381 nn::math::MTX34Mult(&mv, &rot, &mv); in DrawFrame() 393 nn::math::MTX34RotXYZDeg(&rot, 0.f, static_cast<f32>(-f), 0.f); in DrawFrame() 394 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSpotAtte/ |
| D | LightingSpotAtte.cpp | 166 nn::math::Matrix34 mv, rot; in DrawFrame() local 180 nn::math::MTX34RotXYZDeg(&rot, 0.f, 0.f, -90.0f); in DrawFrame() 182 nn::math::MTX34Mult(&mv, &rot, &mv); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/ |
| D | LightingToonApple.cpp | 334 nn::math::Matrix34 rot; in DrawFrame() local 335 nn::math::MTX34RotXYZDeg(&rot, 0.f, static_cast<f32>(-f), 0.f); in DrawFrame() 336 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/ |
| D | LightingFresnel.cpp | 285 nn::math::Matrix34 rot; in DrawFrame() local 286 nn::math::MTX34RotXYZDeg(&rot, 0.f, -step*f, 0.f); in DrawFrame() 287 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/ |
| D | LightingAniso.cpp | 319 nn::math::Matrix34 mv, rot; in DrawFrame() local 326 nn::math::MTX34RotXYZDeg(&rot, 0.f, static_cast<f32>(-f), 0.f); in DrawFrame() 327 nn::math::MTX34Mult(&mv, &mv, &rot); in DrawFrame()
|