Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
DTriangleSimple.cpp93 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/
Dgx.cpp145 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/
DLineSimple.cpp99 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/
DCommandBufferJump.cpp376 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/
Dgx_AlphaTest.cpp167 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/
DClipEquation.cpp144 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/
DGasColorSimple.cpp284 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/
DGasColorOptimal.cpp268 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/
DLightingMicrofacet.cpp359 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/
DLightingDistanceAtte.cpp155 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/
DLightingSss.cpp366 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/
DLightingSpotAtte.cpp166 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/
DLightingToonApple.cpp334 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/
DLightingFresnel.cpp285 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/
DLightingAniso.cpp319 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()