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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > RotationX メソッド : RotationX(Single,Vector3) メソッド
The amount, in radians, by which to rotate around the X axis.
The center point.
Creates a matrix for rotating points around the X axis from a center point.
シンタックス
'宣言
 
Public Overloads Shared Function RotationX( _
   ByVal radians As System.Single, _
   ByVal centerPoint As Vector3 _
) As Matrix4x4
public static Matrix4x4 RotationX( 
   System.float radians,
   Vector3 centerPoint
)

パラメータ

radians
The amount, in radians, by which to rotate around the X axis.
centerPoint
The center point.

戻り値の型

The rotation matrix.
参照

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