'Declaration Public Overloads Shared Function CreateRotation( _
ByVal angleУгол поворота, измеряемый в градусах.As Double _
) As AffineMatrix
public static AffineMatrix CreateRotation(
double angle
)
public: static AffineMatrix* CreateRotation(
double angle
)
public:
static AffineMatrix^ CreateRotation(
double angle
)
Parameters
- angle
- Угол поворота, измеряемый в градусах.
Return Value
Матрица, которая повернута относительно точки (0;0).