Matrix3.Transpose Method

Definition

Overloads

Transpose(Matrix3)
Transpose(Matrix3, Matrix3)
Transpose()

Transpose(Matrix3)

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

Parameters

result
Matrix3

Applies to

Transpose(Matrix3, Matrix3)

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

Parameters

matrix
Matrix3
result
Matrix3

Applies to

Transpose()

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

Applies to