QuaternionRotationYawPitchRoll Method |
ヨー、ピッチ、およびロールを指定してクォータニオンを作成します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Quaternion RotationYawPitchRoll(
float yaw,
float pitch,
float roll
)
Public Shared Function RotationYawPitchRoll (
yaw As Single,
pitch As Single,
roll As Single
) As Quaternion
public:
static Quaternion RotationYawPitchRoll(
float yaw,
float pitch,
float roll
)
static member RotationYawPitchRoll :
yaw : float32 *
pitch : float32 *
roll : float32 -> Quaternion
Parameters
- yaw
- Type: SystemSingle
y 軸を中心とするヨー (ラジアン単位) - pitch
- Type: SystemSingle
x 軸を中心とするピッチ (ラジアン単位) - roll
- Type: SystemSingle
z 軸を中心とするロール (ラジアン単位)
Return Value
Type:
Quaternion[Missing <returns> documentation for "M:Lumino.Quaternion.RotationYawPitchRoll(System.Single,System.Single,System.Single)"]
See Also