Quaternion.CreateFromYawPitchRoll(Single, Single, Single) メソッド

定義

特定のヨー、ピッチ、およびロールから新しい四元数を作成します。

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

パラメーター

yaw
Single

Y 軸の周りのヨー角度 (ラジアン)。

pitch
Single

X 軸の周りのピッチ角度 (ラジアン)。

roll
Single

Z 軸の周りのロール角度 (ラジアン)。

戻り値

結果として得られる四元数。

適用対象