Searched refs:toYawPitchRoll (Results 1 – 4 of 4) sorted by relevance
36 Vector3 ypr = quaternion.toYawPitchRoll(); in testYawPitchRoll()
69 -pose.rotation.toYawPitchRoll().y, // -Pitch becomes our assumed elevation in prime()
118 assertClose(newPose.rotation.toYawPitchRoll().x, -0.5f); in poseChanges()
423 public Vector3 toYawPitchRoll() { in toYawPitchRoll() method in Quaternion