Searched refs:qO (Results 1 – 1 of 1) sorted by relevance
1185 static const float qO[] = { 0.707107f, 0.f, 0.f, 0.707107f}; in constructStaticInfo() local1191 const float lensPoseRotation[] = {qO[0]*qF[0] - qO[1]*qF[1] - qO[2]*qF[2] - qO[3]*qF[3], in constructStaticInfo()1192 qO[0]*qF[1] + qO[1]*qF[0] + qO[2]*qF[3] - qO[3]*qF[2], in constructStaticInfo()1193 qO[0]*qF[2] + qO[2]*qF[0] + qO[1]*qF[3] - qO[3]*qF[1], in constructStaticInfo()1194 qO[0]*qF[3] + qO[3]*qF[0] + qO[1]*qF[2] - qO[2]*qF[1]}; in constructStaticInfo()