Matrix4x4.CreateFromYawPitchRoll(Single, Single, Single) Methode

Definitie

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

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

Parameters

yaw
Single

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

pitch
Single

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

roll
Single

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

Retouren

De draaimatrix.

Van toepassing op