Skip to content

Commit 091d8f9

Browse files
c&p error
1 parent edc1cfc commit 091d8f9

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

windows.devices.sensors/headorientation_pitchindegrees.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ public System.Nullable<double> PitchInDegrees { get; }
1111

1212
## -description
1313

14-
Gets the counterclockwise rotation of the user's head around the X-axis (or lateral axis), in degrees.
14+
Gets the counterclockwise rotation of the user's head around the X'-axis (or lateral axis), in degrees.
1515

1616
## -property-value
1717

18-
The counterclockwise rotation of the user's head around the X-axis (or lateral axis), in degrees.
18+
The counterclockwise rotation of the user's head around the X'-axis (or lateral axis), in degrees.
1919

20-
This value has a range of -180 degrees to 180 degrees.
20+
This value has a range of [-180, 180) degrees.
2121

2222
## -remarks
2323

2424
Similar to tilting the nose of an aeroplane up or down.
2525

26-
In the zero position, the X-axis is parallel to the device's X-axis and points from the center of the person's face towards the right, from the device perspective.
26+
In the zero position, the X'-axis is parallel to the device's X-axis and points from the center of the person's face towards the right, from the device perspective.
2727

2828
:::image type="content" source="images/human-presence-roll-pitch-yaw.png" alt-text="Diagram depicting how roll, pitch, and yaw are described by the human presence APIs.":::
2929

windows.devices.sensors/headorientation_rollindegrees.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ public System.Nullable<double> RollInDegrees { get; }
1111

1212
## -description
1313

14-
Gets the counterclockwise rotation of the user's head around the Z-axis (or longitudinal axis), in degrees.
14+
Gets the counterclockwise rotation of the user's head around the Z'-axis (or longitudinal axis), in degrees.
1515

1616
## -property-value
1717

18-
The counterclockwise rotation of the user's head around the Z-axis (or longitudinal axis), in degrees.
18+
The counterclockwise rotation of the user's head around the Z'-axis (or longitudinal axis), in degrees.
1919

20-
This value has a range of 0 degrees to 360 degrees.
20+
This value has a range of [0, 360) degrees.
2121

2222
## -remarks
2323

2424
Similar to tilting the motion of a wheel on a car or bike.
2525

26-
In the zero position, the Z-axis is parallel to the device's Z-axis and points from the center of the person's face towards the device.
26+
In the zero position, the Z'-axis is parallel to the device's Z-axis and points from the center of the person's face towards the device.
2727

2828
:::image type="content" source="images/human-presence-roll-pitch-yaw.png" alt-text="Diagram depicting how roll, pitch, and yaw are described by the human presence APIs.":::
2929

windows.devices.sensors/headorientation_yawindegrees.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ public System.Nullable<double> YawInDegrees { get; }
1111

1212
## -description
1313

14-
Gets the counterclockwise rotation of the user's head around the Z-axis (or vertical axis), in degrees.
14+
Gets the counterclockwise rotation of the user's head around the Y'-axis (or vertical axis), in degrees.
1515

1616
## -property-value
1717

18-
The counterclockwise rotation of the user's head around the Z-axis (or vertical axis), in degrees.
18+
The counterclockwise rotation of the user's head around the Y'-axis (or vertical axis), in degrees.
1919

20-
This value has a range of 0 degrees to 360 degrees.
20+
This value has a range of [-90, 90) degrees.
2121

2222
## -remarks
2323

2424
Similar to turning your head left or right.
2525

26-
In the zero position, the Z-axis is parallel to the device's Z-axis and points from the center of the person's face towards the device.
26+
In the zero position, the Y'-axis is parallel to the device's Y-axis and points from the center of the person's face upwards.
2727

2828
:::image type="content" source="images/human-presence-roll-pitch-yaw.png" alt-text="Diagram depicting how roll, pitch, and yaw are described by the human presence APIs.":::
2929

0 commit comments

Comments
 (0)