Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Quaternion.h40 NN_MATH_INLINE QUAT* QUATSlerp(QUAT* pOut, const QUAT* q1, const QUAT* q2, f32 t);
221 inline QUAT* QUATSlerp(QUAT* pOut, const QUAT& q1, const QUAT& q2, f32 t) { return QUATSlerp( pOut,… in QUATSlerp() function
/CTR-SDK-0.13.2/include/nn/math/inline/
Dmath_Quaternion.ipp260 QUATSlerp(QUAT* pOut, const QUAT* __restrict q1, const QUAT* __restrict q2, f32 t)
325 QUATSlerp(&pq, p, q, t);
326 QUATSlerp(&ab, a, b, t);
327 QUATSlerp(pOut, &pq, &ab, t2);