Home
last modified time | relevance | path

Searched refs:qto (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/math/inline/
Dmath_Quaternion.ipp131 QUATMakeClosest(QUAT* pOut, const QUAT *q, const QUAT *qto)
137 NN_NULL_ASSERT(qto );
139 dot = q->x * qto->x + q->y * qto->y + q->z * qto->z + q->w * qto->w;
/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Quaternion.h122 NN_MATH_INLINE QUAT* QUATMakeClosest( QUAT* pOut, const QUAT *q, const QUAT *qto );
412 …MakeClosest( QUAT* pOut, const QUAT& q, const QUAT& qto ) { return QUATMakeClosest( pOut, &q, &qt… in QUATMakeClosest() argument