Searched defs:yaw (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | config.json | 32 "yaw" : 180, number 46 "yaw" : 0, number 60 "yaw" : -90, number 74 "yaw" : 90, number
|
H A D | ConfigManager.cpp | 145 float yaw = node.get("yaw", 0).asFloat(); in initialize() local
|
H A D | ConfigManager.h | 32 float yaw = 0; // radians positive to the left (right hand rule about global z axis) member
|
H A D | RenderTopView.cpp | 40 static android::vec3 unitVectorFromPitchAndYaw(float pitch, float yaw) { in unitVectorFromPitchAndYaw()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | config.json | 23 "yaw" : 180, number
|
H A D | ConfigManager.cpp | 140 float yaw = node.get("yaw", 0).asFloat(); in initialize() local
|
H A D | ConfigManager.h | 33 float yaw = 0; // radians positive to the left (right hand rule about global z axis) member
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | TMatHelpers.h | 543 static CONSTEXPR BASE<T> eulerYXZ(Y yaw, P pitch, R roll) { in eulerYXZ() 562 static CONSTEXPR BASE<T> eulerZYX(Y yaw, P pitch, R roll) { in eulerZYX()
|
/aosp12/hardware/qcom/sm7250/gps/location/ |
H A D | LocationDataTypes.h | 1086 float yaw; // Yaw of body frame. Clockwise positive (radian) member
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | LocationDataTypes.h | 1086 float yaw; // Yaw of body frame. Clockwise positive (radian) member
|