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