Searched refs:QUATDivide (Results 1 – 2 of 2) sorted by relevance
31 NN_MATH_INLINE QUAT* QUATDivide(QUAT* pOut, const QUAT* q1, const QUAT* q2);212 inline QUAT* QUATDivide(QUAT* pOut, const QUAT& q1, const QUAT& q2) { return QUATDivide( pOut, &q1,… in QUATDivide() function
91 QUATDivide(QUAT* pOut, const QUAT* q1, const QUAT* q2)