SpatialLocatorAttachedFrameOfReference.TryGetRelativeHeadingAtTimestamp 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算指定時間戳記的裝置標題,相對於此框架的固定標題,以弧度為單位。
public:
virtual IReference<double> ^ TryGetRelativeHeadingAtTimestamp(PerceptionTimestamp ^ timestamp) = TryGetRelativeHeadingAtTimestamp;
IReference<double> TryGetRelativeHeadingAtTimestamp(PerceptionTimestamp const& timestamp);
public System.Nullable<double> TryGetRelativeHeadingAtTimestamp(PerceptionTimestamp timestamp);
function tryGetRelativeHeadingAtTimestamp(timestamp)
Public Function TryGetRelativeHeadingAtTimestamp (timestamp As PerceptionTimestamp) As Nullable(Of Double)
參數
- timestamp
- PerceptionTimestamp
要計算相對標題的時間戳記。
傳回
對應至時間戳記的相對標題,如果指定的時間無法使用,則為 null。
備註
如果時間戳記過去或未來太遠,這個方法會傳回 Null。