Searched refs:worldRotMatrix (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_TrianglesRenderData.cpp | 766 nn::math::MTX44 worldRotMatrix; in GetWorldMatrix() local 767 MTX44RotXYZDeg(&worldRotMatrix, m_AngleX, m_AngleY, m_AngleZ); in GetWorldMatrix() 768 MTX44Mult(&worldMatrix, &worldMatrix, &worldRotMatrix); in GetWorldMatrix()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/ |
| D | gx_VertexBuffer.cpp | 859 nn::math::MTX44 worldRotMatrix; in UpdateCube() local 860 nn::math::MTX44RotXYZDeg(&worldRotMatrix, s_Angle[0], s_Angle[1], s_Angle[2]); in UpdateCube() 861 nn::math::MTX44Mult(&s_WorldMatrix, &worldMatrix, &worldRotMatrix); in UpdateCube()
|