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