DioDocs for PDF
YawPitchRoll メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix4x4 構造体 : YawPitchRoll メソッド
The angle of rotation, in radians, around the Y axis.
The angle of rotation, in radians, around the X axis.
The angle of rotation, in radians, around the Z axis.
Creates a rotation matrix from the specified yaw, pitch, and roll.
シンタックス
'宣言
 
Public Shared Function YawPitchRoll( _
   ByVal yaw As System.Single, _
   ByVal pitch As System.Single, _
   ByVal roll As System.Single _
) As Matrix4x4
public static Matrix4x4 YawPitchRoll( 
   System.float yaw,
   System.float pitch,
   System.float roll
)

パラメータ

yaw
The angle of rotation, in radians, around the Y axis.
pitch
The angle of rotation, in radians, around the X axis.
roll
The angle of rotation, in radians, around the Z axis.

戻り値の型

The rotation matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ