다음을 통해 공유


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

추가할 회전입니다.

반환

새 집계 가중치 회전입니다.

적용 대상