Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Quaternion.h66 NN_MATH_INLINE f32 QUATDot(const QUAT* q1, const QUAT* q2);
402 inline f32 QUATDot(const QUAT& q1, const QUAT& q2) { return QUATDot( &q1, &q2 ); } in QUATDot() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Quaternion.ipp54 QUATDot(const QUAT* q1, const QUAT* q2)