Matrix2.Transpose Method

Definition

Overloads

Transpose(Matrix2)
Transpose(Matrix2, Matrix2)
Transpose()

Transpose(Matrix2)

public void Transpose (out OpenTK.Matrix2 result);
member this.Transpose :  -> unit

Parameters

result
Matrix2

Applies to

Transpose(Matrix2, Matrix2)

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

Parameters

matrix
Matrix2
result
Matrix2

Applies to

Transpose()

public void Transpose ();
member this.Transpose : unit -> unit

Applies to