Creates a matrix that rotates.
シンタックス
'宣言
Public Overloads Shared Sub RotationRef( _
ByRef As Matrix3x2, _
ByVal As System.Single _
)
public static void RotationRef(
out Matrix3x2 ,
System.float
)
パラメータ
- result
- When the method completes, contains the created rotation matrix.
- degrees
- Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
参照