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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > RotationYRef メソッド : RotationYRef(Matrix4x4,Single,Vector3) メソッド
When the method completes, contains the created rotation matrix.
The amount, in radians, by which to rotate around the Y-axis.
The center point.
Creates a matrix for rotating points around the Y axis from a center point.
シンタックス
'宣言
 
Public Overloads Shared Sub RotationYRef( _
   ByRef result As Matrix4x4, _
   ByVal radians As System.Single, _
   ByRef centerPoint As Vector3 _
) 
public static void RotationYRef( 
   out Matrix4x4 result,
   System.float radians,
   ref Vector3 centerPoint
)

パラメータ

result
When the method completes, contains the created rotation matrix.
radians
The amount, in radians, by which to rotate around the Y-axis.
centerPoint
The center point.
参照

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