Home
last modified time | relevance | path

Searched refs:arr (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp314 nn::math::Matrix34 arr[3]; in DrawObjects() local
318 nn::math::MTX34Translate(&arr[0], &trans); in DrawObjects()
319 nn::math::MTX34RotXYZDeg(&arr[1], v_degSphere.y, 0.f, -v_degSphere.x); in DrawObjects()
320 nn::math::MTX34Translate(&arr[2], &fall); in DrawObjects()
321 nn::math::MTX34Mult(&mv2, &view, &arr[2]); in DrawObjects()
322 nn::math::MTX34Mult(&mv2, &mv2, &arr[1]); in DrawObjects()
323 nn::math::MTX34Mult(&mv2, &mv2, &arr[0]); in DrawObjects()
329 nn::math::Matrix34 arr; in DrawObjects() local
331 nn::math::MTX34RotXYZDeg(&arr, v_deg.y, 0.f, -v_deg.x); in DrawObjects()
332 nn::math::MTX34Mult(&mv2, &view, &arr); in DrawObjects()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp257 nn::math::Matrix34 arr[2]; in DrawFrame() local
260 nn::math::MTX34RotXYZDeg(&arr[0], 0.f, STEP * f / 2, 0.f); in DrawFrame()
261 nn::math::MTX34Translate(&arr[1], &trans); in DrawFrame()
262 nn::math::MTX34Mult(&mv2, &mv, &arr[0]); in DrawFrame()
263 nn::math::MTX34Mult(&mv2, &mv2, &arr[1]); in DrawFrame()