SpatialStageFrameOfReference.GetCoordinateSystemAtCurrentLocation Method

Definition

Gets a floor-level coordinate system at the user's current position and orientation.

public:
 virtual SpatialCoordinateSystem ^ GetCoordinateSystemAtCurrentLocation(SpatialLocator ^ locator) = GetCoordinateSystemAtCurrentLocation;
SpatialCoordinateSystem GetCoordinateSystemAtCurrentLocation(SpatialLocator const& locator);
public SpatialCoordinateSystem GetCoordinateSystemAtCurrentLocation(SpatialLocator locator);
function getCoordinateSystemAtCurrentLocation(locator)
Public Function GetCoordinateSystemAtCurrentLocation (locator As SpatialLocator) As SpatialCoordinateSystem

Parameters

locator
SpatialLocator

The spatial locator with the position and orientation to use as the origin for the returned coordinate system.

Returns

The coordinate system.

Remarks

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

Applies to