Matrix.RotatePrepend(Double) Method

Definition

Prepends a rotation transformation to this matrix.

public:
 void RotatePrepend(double angle);
public void RotatePrepend(double angle);
member this.RotatePrepend : double -> unit
Public Sub RotatePrepend (angle As Double)

Parameters

angle
Double

The angle of rotation, in degrees.

Applies to