OEGeomQuaternionMultiply¶
template<class T, class U, class V>
void OEGeomQuaternionMultiply(T *Product, const U *qLhs, const V *qRhs)
Calculates the product of multiplication of two quaternions, \(Product = qLhs * qRhs\).
template<class T, class U, class V>
void OEGeomQuaternionMultiply(T *Product, const U *qLhs, const V *qRhs)
Calculates the product of multiplication of two quaternions, \(Product = qLhs * qRhs\).