言語

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 軸の周りのロール角度 (ラジアン単位)。

返品

結果の四元数。

適用対象