SpatialAnchorRawCoordinateSystemAdjustedEventArgs.OldRawCoordinateSystemToNewRawCoordinateSystemTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The transform.