IMatrix.Rotate

Rotate(float, WebMatrixOrder)

Rotates the matrix by the specified angle in the specified order.

public void Rotate(float angle, WebMatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.
orderWebMatrixOrderThe order in which rotation is applied.

See Also


Rotate(float)

Rotates the matrix by the specified angle.

public void Rotate(float angle)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.

See Also