[C#]
void Rotate(double angle); void Rotate(double angle, MatrixOrder order);
[Visual Basic]
Sub Rotate(angle As Double) Sub Rotate(angle As Double, order As MatrixOrder)
None.