Matrix4x4.CreateFromYawPitchRoll(Single, Single, Single) Methode

Definition

Erstellt eine Rotationsmatrix mit den angegebenen Werten für Gieren, Nicken und Rollen.

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

Parameter

yaw
Single

Der Drehwinkel um die Y-Achse im Bogenmaß.

pitch
Single

Der Drehwinkel um die X-Achse im Bogenmaß.

roll
Single

Der Drehwinkel um die Z-Achse im Bogenmaß.

Gibt zurück

Die Rotationsmatrix.

Gilt für: