SpatialStationaryFrameOfReference.CoordinateSystem Property

Definition

Gets a stationary coordinate system with an origin at the position and orientation of the device at the time this frame was created.

public:
 property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = spatialStationaryFrameOfReference.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem

Property Value

The coordinate system.

Remarks

The coordinate system is right-handed, with +y up, +x to the right, and -z forward.

Note that the origin is arbitrary. Coordinates are always most stable near the device rather than near this origin.

Applies to