Share via


PerceptionCorrelation.Orientation Property

Definition

The orientation of the device in the common coordinate frame shared by other PerceptionCorrelations in the PerceptionCorrelationGroup.

public:
 property quaternion Orientation { quaternion get(); };
quaternion Orientation();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
quaternion Orientation();
public Quaternion Orientation { get; }
public Quaternion Orientation { [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var quaternion = perceptionCorrelation.orientation;
Public ReadOnly Property Orientation As Quaternion

Property Value

Quaternion Quaternion

quaternion

The orientation of the described device.

Attributes

Applies to