Bitmap for WPF
RotationYRef(Matrix4x4,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > RotationYRef メソッド : RotationYRef(Matrix4x4,Single) メソッド
When the method completes, contains the created rotation matrix.
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Creates a matrix that rotates around the y-axis.
シンタックス
'宣言
 
Public Overloads Shared Sub RotationYRef( _
   ByRef result As Matrix4x4, _
   ByVal radians As System.Single _
) 
public static void RotationYRef( 
   out Matrix4x4 result,
   System.float radians
)

パラメータ

result
When the method completes, contains the created rotation matrix.
radians
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
参照

Matrix4x4 構造体
Matrix4x4 メンバ
オーバーロード一覧