SpatialStageFrameOfReference.GetCoordinateSystemAtCurrentLocation Method
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 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.