SpatialStationaryFrameOfReference.CoordinateSystem 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 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.