Searched refs:mtx (Results 1 – 6 of 6) sorted by relevance
226 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 …]
80 void SetProjectionMtx(const nn::math::MTX44& mtx) const;86 void SetViewMtx(const nn::math::MTX34& mtx) const;
192 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
195 void SetAxisRotationMatrix(nn::math::MTX34 mtx);
456 void SetAxisRotationMatrix(nn::math::MTX34 mtx);
222 inline QUAT* MTX34ToQUAT(QUAT* pOut, const MTX34& mtx) { return MTX34ToQUAT( pOut, &mtx ); } in MTX34ToQUAT() argument