Matrix2.Rotate Method

Definition

Overloads

Rotate(Single)
Rotate(Single, Matrix2)
Rotate(Matrix2, Single, Matrix2)

Rotate(Single)

public void Rotate (float angle);
member this.Rotate : single -> unit

Parameters

angle
Single

Applies to

Rotate(Single, Matrix2)

public void Rotate (float angle, out OpenTK.Matrix2 result);
member this.Rotate : single *  -> unit

Parameters

angle
Single
result
Matrix2

Applies to

Rotate(Matrix2, Single, Matrix2)

public static void Rotate (ref OpenTK.Matrix2 matrix, float angle, out OpenTK.Matrix2 result);
static member Rotate :  * single *  -> unit

Parameters

matrix
Matrix2
angle
Single
result
Matrix2

Applies to