Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Quaternion.h33 NN_MATH_INLINE f32 QUATDot(const QUAT* q1, const QUAT* q2);
214 inline f32 QUATDot(const QUAT& q1, const QUAT& q2) { return QUATDot( &q1, &q2 ); } in QUATDot() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Quaternion.ipp115 QUATDot(const QUAT* q1, const QUAT* q2)