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

/haiku/src/apps/glteapot/
H A DQuaternion.h113 float sinYaw = sin(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.h120 float sinYaw = sin(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 35 milliseconds