Home
last modified time | relevance | path

Searched refs:toYawPitchRoll (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/
DQuaternionTest.java36 Vector3 ypr = quaternion.toYawPitchRoll(); in testYawPitchRoll()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/primers/
DElevationPrimer.java69 -pose.rotation.toYawPitchRoll().y, // -Pitch becomes our assumed elevation in prime()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/
DUwbFilterEngineTest.java118 assertClose(newPose.rotation.toYawPitchRoll().x, -0.5f); in poseChanges()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DQuaternion.java423 public Vector3 toYawPitchRoll() { in toYawPitchRoll() method in Quaternion