Quaternion.CreateFromYawPitchRoll(Single, Single, Single) Método

Definición

Crea un nuevo cuaternión a partir de los valores especificados de rotación, rotación alrededor del eje X y rotación alrededor del eje Y.

public:
 static System::Numerics::Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll);
public static System.Numerics.Quaternion CreateFromYawPitchRoll (float yaw, float pitch, float roll);
static member CreateFromYawPitchRoll : single * single * single -> System.Numerics.Quaternion
Public Shared Function CreateFromYawPitchRoll (yaw As Single, pitch As Single, roll As Single) As Quaternion

Parámetros

yaw
Single

Ángulo de rotación alrededor del eje Y, en radianes.

pitch
Single

Ángulo de rotación alrededor del eje X, en radianes.

roll
Single

Ángulo de rotación alrededor del eje Z, en radianes.

Devoluciones

Cuaternión resultante.

Se aplica a