Quaternion.CreateFromYawPitchRoll(Single, Single, Single) Methode

Definitie

Hiermee maakt u een nieuwe resource op basis van de opgegeven yaw, pitch en roll.

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

Parameters

yaw
Single

De yawhoek, in radialen, rond de Y-as.

pitch
Single

De hoekhoek, in radialen, rond de X-as.

roll
Single

De rolhoek, in radialen, rond de Z-as.

Retouren

Het resulterende aantal.

Van toepassing op