Orienter.AverageRotation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Compute uma nova rotação ponderada que representa as duas rotações ponderadas de entrada.
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
Parâmetros
A rotação do acumulador.
A rotação a ser adicionada.
Retornos
Uma nova rotação ponderada agregada.