MatrixRotationYawPitchRoll(Single, Single, Single) Méthode

Retourne une matrice de rotation à partir du tangage, lacet et roulis en radians

Definition

Espace de nom: Tzu3D
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public static Matrix RotationYawPitchRoll(
	float Pitch,
	float Yaw,
	float Roll
)

Parameters

Pitch  Single
tangage en radians
Yaw  Single
lacet en radians
Roll  Single
roulis en radians

Valeur de retour

Matrix
Retourne une matrice de rotation

Voir aussi