Matrix4x4.CreateFromYawPitchRoll(Single, Single, Single) Méthode

Définition

Crée une matrice de rotation à partir du lacet, du tangage et du roulis spécifiés.

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

Paramètres

yaw
Single

Angle de rotation, en radians, autour de l'axe Y.

pitch
Single

Angle de rotation, en radians, autour de l'axe X.

roll
Single

Angle de rotation, en radians, autour de l'axe Z.

Retours

Matrix4x4

Matrice de rotation.

S’applique à