Rotation(Single,Point2F) Method
In This Topic
Creates a matrix that rotates.
Syntax
'Declaration
Public Overloads Shared Function Rotation( _
ByVal As System.Single, _
ByVal As Point2F _
) As Matrix3x2
public static Matrix3x2 Rotation(
System.float ,
Point2F
)
Parameters
- degrees
- center
See Also