共用方式為


NMatrix4.Transpose 方法

定義

多載

Transpose(NMatrix4)
Transpose()
Transpose(NMatrix4, NMatrix4)

Transpose(NMatrix4)

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

參數

mat
NMatrix4

傳回

適用於

Transpose()

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

適用於

Transpose(NMatrix4, NMatrix4)

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

參數

mat
NMatrix4
result
NMatrix4

適用於