PerceptionCorrelation.Position Property

Definition

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

public:
 property float3 Position { float3 get(); };
float3 Position();
/// [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")]
float3 Position();
public Vector3 Position { get; }
public Vector3 Position { [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 vector3 = perceptionCorrelation.position;
Public ReadOnly Property Position As Vector3

Property Value

Vector3 Vector3

float3

The position of the described device.

Attributes

Applies to