Click or drag to resize
QuaternionRotationYawPitchRoll Method
ヨー、ピッチ、およびロールを指定してクォータニオンを作成します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Quaternion RotationYawPitchRoll(
	float yaw,
	float pitch,
	float roll
)

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