Orienter.AverageRotation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compute a new weighted rotation representing the two input weighted rotations.
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
Parameters
The accumulator rotation.
The rotation to add in.
Returns
A new aggregate weighted rotation.