Bitmap for WPF
RotationAxis メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : RotationAxis メソッド
The axis around which to rotate. This parameter is assumed to be normalized.
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Creates a matrix that rotates around an arbitary axis.
シンタックス
'宣言
 
Public Shared Function RotationAxis( _
   ByVal axis As Vector3, _
   ByVal radians As System.Single _
) As Matrix4x4
public static Matrix4x4 RotationAxis( 
   Vector3 axis,
   System.float radians
)

パラメータ

axis
The axis around which to rotate. This parameter is assumed to be normalized.
radians
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

戻り値の型

The created rotation matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ