Home
last modified time | relevance | path

Searched defs:QUATMult (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Quaternion.h153 QUATMult(QUAT* pOut, const QUAT* __restrict q1, const QUAT* __restrict q2) in QUATMult() function
213 inline QUAT* QUATMult(QUAT* pOut, const QUAT& q1, const QUAT& q2) { return QUATMult( pOut, &q1, &q2… in QUATMult() function