Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.06 KB

headposition_azimuthindegrees.md

File metadata and controls

34 lines (20 loc) · 1.06 KB
-api-id -api-type
P:Windows.Devices.Sensors.HeadPosition.AzimuthInDegrees
winrt property

Windows.Devices.Sensors.HeadPosition.AzimuthInDegrees

-description

Gets the direction of the user's head relative to the horizontal plane of the human presence sensor, in degrees.

-property-value

The direction of the user's head relative to the horizontal plane of the human presence sensor, in degrees.

This value has a range of -90 degrees to 90 degrees and is positive in the counterclockwise rotation around the Y-axis.

-remarks

The angle between Z-axis and XZ-projection of the vector pointing from the sensor device to the center of the user's head. Range is constrained by the maximum and minimum azimuth sensor properties.

The following image shows how azimuth and altitude are described by the human presence APIs.

:::image type="content" source="images/human-presence-azimuth-altitude.png" alt-text="t":::

-see-also

AltitudeInDegrees

-examples