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

/haiku/src/apps/glteapot/
H A DQuaternion.h115 float sinPitch = sin(halfPitch); 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.h122 float sinPitch = sin(halfPitch); 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 28 milliseconds