Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/ClipEquation/
DClipEquation.cpp149 nn::math::Matrix44 mmp(proj); in DrawFrame() local
152 nn::math::MTX44Mult(&mmp, &mmp, &eye44); in DrawFrame()
153 nn::math::MTX44Inverse(&mmp, &mmp); in DrawFrame()
154 nn::math::MTX44Transpose(&mmp, &mmp); in DrawFrame()
156 nn::math::Vector4 mmpVec0(mmp.m[0][0], mmp.m[0][1], mmp.m[0][2], mmp.m[0][3]); in DrawFrame()
157 nn::math::Vector4 mmpVec1(mmp.m[1][0], mmp.m[1][1], mmp.m[1][2], mmp.m[1][3]); in DrawFrame()
158 nn::math::Vector4 mmpVec2(mmp.m[2][0], mmp.m[2][1], mmp.m[2][2], mmp.m[2][3]); in DrawFrame()
159 nn::math::Vector4 mmpVec3(mmp.m[3][0], mmp.m[3][1], mmp.m[3][2], mmp.m[3][3]); in DrawFrame()