Searched defs:roll (Results 1 – 5 of 5) sorted by relevance
36 "roll" : 0, number50 "roll" : 0, number64 "roll" : 0, number78 "roll" : 0, number
121 float roll = event.values[2] * (timeSpan / 1000F); in onSensorChanged() local
139 float roll = node.get("roll", 0).asFloat(); in initialize() local
111 public static Quaternion yawPitchRoll(float yaw, float pitch, float roll) { in yawPitchRoll()437 double roll = atan2(2 * (w * z + x * y), 1.0 - 2 * (x * x + z * z)); in toYawPitchRoll() local
33 float roll = 0; // radians positively increasing clockwisely around the optical axis member