Searched refs:QUATDot (Results 1 – 2 of 2) sorted by relevance
33 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
115 QUATDot(const QUAT* q1, const QUAT* q2)