Share via


SpatialGraphInteropFrameOfReferencePreview.CoordinateSystemToNodeTransform Property

Definition

Gets the transform from the basis coordinate system to the static node.

public:
 property float4x4 CoordinateSystemToNodeTransform { float4x4 get(); };
float4x4 CoordinateSystemToNodeTransform();
public Matrix4x4 CoordinateSystemToNodeTransform { get; }
var matrix4x4 = spatialGraphInteropFrameOfReferencePreview.coordinateSystemToNodeTransform;
Public ReadOnly Property CoordinateSystemToNodeTransform As Matrix4x4

Property Value

Matrix4x4 Matrix4x4

float4x4

The transform.

Applies to