Matrix4x4.Transpose(Matrix4x4) メソッド

定義

行列の行と列を入れ替えます。

public:
 static System::Numerics::Matrix4x4 Transpose(System::Numerics::Matrix4x4 matrix);
public static System.Numerics.Matrix4x4 Transpose(System.Numerics.Matrix4x4 matrix);
static member Transpose : System.Numerics.Matrix4x4 -> System.Numerics.Matrix4x4
Public Shared Function Transpose (matrix As Matrix4x4) As Matrix4x4

パラメーター

matrix
Matrix4x4

入れ替える行列。

返品

入れ替え行列。

適用対象