Searched defs:pitch (Results 1 – 9 of 9) sorted by relevance
24 "pitch" : -30, number35 "pitch" : -10, number46 "pitch" : -30, number
135 float pitch = node.get("pitch", 0).asFloat(); in initialize() local
30 float pitch = 0; // positive upward (ie: right hand rule about local x axis) member
37 static android::vec3 unitVectorFromPitchAndYaw(float pitch, float yaw) { in unitVectorFromPitchAndYaw()
38 real pitch; // Pitch. Used for moving through image efficiently. variable
146 unsigned short pitch; member
234 int pitch = scr->pitch; in BorderReduceOdd() local
339 String pitch = mNaString; in getCompassString() local
205 public final float pitch; field in CarSensorEvent.CompassData214 public CompassData(long timestamp, float bearing, float pitch, float roll) { in CompassData()