Matrix4d.Transpose Method

Definition

Overloads

Transpose()
Transpose(Matrix4d)
Transpose(Matrix4d, Matrix4d)

Calculate the transpose of the given matrix

Transpose()

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

Applies to

Transpose(Matrix4d)

public static OpenTK.Matrix4d Transpose (OpenTK.Matrix4d mat);
static member Transpose : OpenTK.Matrix4d -> OpenTK.Matrix4d

Parameters

mat
Matrix4d

Returns

Applies to

Transpose(Matrix4d, Matrix4d)

Calculate the transpose of the given matrix

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

Parameters

mat
Matrix4d

The matrix to transpose

result
Matrix4d

The result of the calculation

Applies to