Searched refs:mtx (Results 1 – 6 of 6) sorted by relevance
123 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 …]
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
303 inline QUAT* MTX34ToQUAT(QUAT* pOut, const MTX34& mtx) { return MTX34ToQUAT( pOut, &mtx ); } in MTX34ToQUAT() argument
197 void SetAxisRotationMatrix(const nn::math::MTX34& mtx);
453 void SetAxisRotationMatrix(const nn::math::MTX34& mtx);