共用方式為


Orienter.AverageRotation 方法

定義

計算代表兩個輸入加權旋轉的新加權旋轉。

protected Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation AverageRotation (Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation accum, Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation add);
member this.AverageRotation : Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation * Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation -> Microsoft.MixedReality.WorldLocking.Core.Orienter.WeightedRotation
Protected Function AverageRotation (accum As Orienter.WeightedRotation, add As Orienter.WeightedRotation) As Orienter.WeightedRotation

參數

accum
Orienter.WeightedRotation

累積器旋轉。

add
Orienter.WeightedRotation

要加入的旋轉。

傳回

新的匯總加權旋轉。

適用於