Searched refs:cosYaw (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/glteapot/
H A DQuaternion.h112 float cosYaw = cos(halfYaw); local
118 setValue(cosRoll * sinPitch * cosYaw + sinRoll * cosPitch * sinYaw,
119 cosRoll * cosPitch * sinYaw - sinRoll * sinPitch * cosYaw,
120 sinRoll * cosPitch * cosYaw - cosRoll * sinPitch * sinYaw,
121 cosRoll * cosPitch * cosYaw + sinRoll * sinPitch * sinYaw);
/haiku/src/apps/haiku3d/
H A DQuaternion.h119 float cosYaw = cos(halfYaw); local
125 setValue(cosRoll * sinPitch * cosYaw + sinRoll * cosPitch * sinYaw,
126 cosRoll * cosPitch * sinYaw - sinRoll * sinPitch * cosYaw,
127 sinRoll * cosPitch * cosYaw - cosRoll * sinPitch * sinYaw,
128 cosRoll * cosPitch * cosYaw + sinRoll * sinPitch * sinYaw);

Completed in 38 milliseconds