Matrix4x4.CreateFromYawPitchRoll(Single, Single, Single) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Matrice de rotation.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.