SpatialAnchorRawCoordinateSystemAdjustedEventArgs.OldRawCoordinateSystemToNewRawCoordinateSystemTransform Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma transformação que representa o ajuste desse SpatialAnchor em relação ao local anterior.
public:
property float4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { float4x4 get(); };
float4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform();
public Matrix4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { get; }
var matrix4x4 = spatialAnchorRawCoordinateSystemAdjustedEventArgs.oldRawCoordinateSystemToNewRawCoordinateSystemTransform;
Public ReadOnly Property OldRawCoordinateSystemToNewRawCoordinateSystemTransform As Matrix4x4
Valor da propriedade
A transformação.