Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp175 nn::math::Matrix34 trans, vTmp; in DrawFrame() local
177 nn::math::MTX34Translate( &trans, &transVec ); in DrawFrame()
178 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame()
202 nn::math::Matrix34 trans, vTmp; in DrawFrame() local
204 nn::math::MTX34Translate( &trans, &transVec ); in DrawFrame()
205 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
DLightingDistanceAtte.cpp194 nn::math::Vector3 trans(x, 0.0f, z); in DrawFrame() local
196 nn::math::MTX34Translate(&tmp, &trans); in DrawFrame()
212 nn::math::Vector3 trans(lpos0.x, lpos0.y, lpos0.z); in DrawFrame() local
214 nn::math::MTX34Translate(&tmp[0], &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Dgx_AlphaTest.cpp187 nn::math::Vector3 trans(ofs_x, ofs_y, 0.f); in DrawFrame() local
189 nn::math::MTX34MultTranslate(&mvtmp, &mv, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp307 nn::math::Vector3 trans(static_cast<f32>(f - 20), 0.f, 0.f); in DrawFrame() local
309 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp293 nn::math::Vector3 trans(static_cast<f32>(f - 20), 0.f, 0.f); in DrawFrame() local
294 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp259 nn::math::Vector3 trans(2.0f, 0.f, 0.f); in DrawFrame() local
261 nn::math::MTX34Translate(&arr[1], &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp482 nn::math::Matrix34 mv, rot, trans, scale; in DrawFrame() local
507 nn::math::MTX34Translate(&trans, &Trans); in DrawFrame()
508 nn::math::MTX34Mult(&mv, &mv, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp387 nn::math::Vector3 trans(100.0f, 0.f, 0.f); in DrawFrame() local
388 nn::math::MTX34MultTranslate(&mv_rot, &mv_rot, &trans); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp316 nn::math::Vector3 trans(v_pos.x, posYforSphere, v_pos.z); in DrawObjects() local
318 nn::math::MTX34Translate(&arr[0], &trans); in DrawObjects()