共用方式為


Matrix3.Transpose 方法

定義

多載

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

Transpose(Matrix3)

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

參數

result
Matrix3

適用於

Transpose(Matrix3, Matrix3)

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

參數

matrix
Matrix3
result
Matrix3

適用於

Transpose()

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

適用於