Bitmap for UWP
RotationZ(Single,Vector3) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > RotationZ メソッド : RotationZ(Single,Vector3) メソッド
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
The center point.
Creates a matrix that rotates around the z-axis.
シンタックス
'宣言
 
Public Overloads Shared Function RotationZ( _
   ByVal radians As System.Single, _
   ByVal centerPoint As Vector3 _
) As Matrix4x4
public static Matrix4x4 RotationZ( 
   System.float radians,
   Vector3 centerPoint
)

パラメータ

radians
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
centerPoint
The center point.

戻り値の型

The created rotation matrix.
参照

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