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