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