SpatialAnchorRawCoordinateSystemAdjustedEventArgs.OldRawCoordinateSystemToNewRawCoordinateSystemTransform Property

Definition

Gets a transform representing the adjustment of this SpatialAnchor relative to its previous location.

public:
 property float4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { float4x4 get(); };
float4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform();
public Matrix4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { get; }
var matrix4x4 = spatialAnchorRawCoordinateSystemAdjustedEventArgs.oldRawCoordinateSystemToNewRawCoordinateSystemTransform;
Public ReadOnly Property OldRawCoordinateSystemToNewRawCoordinateSystemTransform As Matrix4x4

Property Value

Matrix4x4 Matrix4x4

float4x4

The transform.

Applies to