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

/haiku-fatelf/src/apps/3dmov/
H A DGLUtility.cpp183 float sinPitch = sind(halfPitch); local
187 x = sinRoll*cosPitch*cosYaw - cosRoll*sinPitch*sinYaw;
188 y = cosRoll*sinPitch*cosYaw + sinRoll*cosPitch*sinYaw;
189 z = cosRoll*cosPitch*sinYaw - sinRoll*sinPitch*cosYaw;
190 w = cosRoll*cosPitch*cosYaw + sinRoll*sinPitch*sinYaw;
/haiku-fatelf/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-fatelf/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 40 milliseconds