Matrix3.Rotate Method

Definition

Overloads

Rotate(Single, Matrix3)
Rotate(Single)
Rotate(Matrix3, Single, Matrix3)

Rotate(Single, Matrix3)

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

Parameters

angle
Single
result
Matrix3

Applies to

Rotate(Single)

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

Parameters

angle
Single

Applies to

Rotate(Matrix3, Single, Matrix3)

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

Parameters

matrix
Matrix3
angle
Single
result
Matrix3

Applies to