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