Creates a rotation matrix.
シンタックス
'宣言
Public Overloads Shared Function CreateRotation( _
ByVal As System.Single _
) As SvgMatrix
public static SvgMatrix CreateRotation(
System.float
)
パラメータ
- radians
- Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
戻り値の型
The rotation matrix.
参照