SpatialStageFrameOfReference.GetCoordinateSystemAtCurrentLocation メソッド

定義

ユーザーの現在の位置と向きのフロア レベルの座標系を取得します。

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

パラメーター

locator
SpatialLocator

返される座標系の原点として使用する位置と向きの空間ロケーター。

戻り値

座標系。

注釈

座標系は右利きで、+y を上に、+x を右に、-z を前方に指定します。

適用対象