SpatialLocation.AbsoluteAngularVelocity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以每秒旋轉的固定四元數標記法,取得裝置的絕對角度速度。 這個速度是以提供的座標系統表示,雖然動作是相對於使用者周圍的環境來測量。
public:
property quaternion AbsoluteAngularVelocity { quaternion get(); };
quaternion AbsoluteAngularVelocity();
/// [get: Windows.Foundation.Metadata.Deprecated("Use AbsoluteAngularVelocityAxisAngle instead of AbsoluteAngularVelocity. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
quaternion AbsoluteAngularVelocity();
public Quaternion AbsoluteAngularVelocity { get; }
public Quaternion AbsoluteAngularVelocity { [Windows.Foundation.Metadata.Deprecated("Use AbsoluteAngularVelocityAxisAngle instead of AbsoluteAngularVelocity. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")] get; }
var quaternion = spatialLocation.absoluteAngularVelocity;
Public ReadOnly Property AbsoluteAngularVelocity As Quaternion
屬性值
以固定四元數表示的角速度。
- 屬性
備註
重要
速度會以任何方向限制為每秒小於 180 度。 您通常應該改用 AbsoluteAngularVelocityAxisAngle 。