Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix34.ipp123 f32 (*const mtx)[4] = pOut->m;
125 mtx[0][0] = ((2.0f * n) * reverseWidth) * scaleS;
126 mtx[0][1] = 0.0f;
127 mtx[0][2] = (((r + l) * reverseWidth) * scaleS) - translateS;
128 mtx[0][3] = 0.0f;
131 mtx[1][0] = 0.0f;
132 mtx[1][1] = ((2.0f * n) * reverseHeight) * scaleT;
133 mtx[1][2] = (((t+ b) * reverseHeight) * scaleT) - translateT;
134 mtx[1][3] = 0.0f;
136 mtx[2][0] = 0.0f;
[all …]
/CTR-SDK-4.2.5/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-4.2.5/include/nn/math/
Dmath_Types.h303 inline QUAT* MTX34ToQUAT(QUAT* pOut, const MTX34& mtx) { return MTX34ToQUAT( pOut, &mtx ); } in MTX34ToQUAT() argument
/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_AccelerometerReader.h197 void SetAxisRotationMatrix(const nn::math::MTX34& mtx);
Dhid_GyroscopeReader.h453 void SetAxisRotationMatrix(const nn::math::MTX34& mtx);