'Declaration Public Overloads Shared Function CreateRotation( _
ByVal angleThe rotation angle, measured in degrees.As Double _
) As AffineMatrix
public static AffineMatrix CreateRotation(
double angle
)
public: static AffineMatrix* CreateRotation(
double angle
)
public:
static AffineMatrix^ CreateRotation(
double angle
)
Parameters
- angle
- The rotation angle, measured in degrees.
Return Value
The matrix, which is rotated relative point (0;0).