Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Matrix34.ipp226 f32 (*const mtx)[4] = pOut->m;
228 mtx[0][0] = ((2.0f * n) * reverseWidth) * scaleS;
229 mtx[0][1] = 0.0f;
230 mtx[0][2] = (((r + l) * reverseWidth) * scaleS) - translateS;
231 mtx[0][3] = 0.0f;
234 mtx[1][0] = 0.0f;
235 mtx[1][1] = ((2.0f * n) * reverseHeight) * scaleT;
236 mtx[1][2] = (((t+ b) * reverseHeight) * scaleT) - translateT;
237 mtx[1][3] = 0.0f;
239 mtx[2][0] = 0.0f;
[all …]
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/font/CTR/
Dfont_TextWriterResource.h80 void SetProjectionMtx(const nn::math::MTX44& mtx) const;
86 void SetViewMtx(const nn::math::MTX34& mtx) const;
Dfont_RectDrawer.h192 void SetProjectionMtx(const nn::math::MTX44& mtx);
198 void SetViewMtxForText(const nn::math::MTX34& mtx);
368 u32 mtx [ 4 + 4 * UNIFORM_TEXT_MTX_MAX ]; member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/hid/CTR/
Dhid_AccelerometerReader.h195 void SetAxisRotationMatrix(nn::math::MTX34 mtx);
Dhid_GyroscopeReader.h456 void SetAxisRotationMatrix(nn::math::MTX34 mtx);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Quaternion.h222 inline QUAT* MTX34ToQUAT(QUAT* pOut, const MTX34& mtx) { return MTX34ToQUAT( pOut, &mtx ); } in MTX34ToQUAT() argument