Searched refs:cosPitch (Results 1 – 1 of 1) sorted by relevance
43 float sinPitch, cosPitch; in unitVectorFromPitchAndYaw() local44 sincosf(pitch, &sinPitch, &cosPitch); in unitVectorFromPitchAndYaw()47 return android::vec3(cosPitch * -sinYaw, cosPitch * cosYaw, sinPitch); in unitVectorFromPitchAndYaw()