Matrix4x4.Transpose(Matrix4x4) Método
Definição
Transpõe as linhas e colunas de uma matriz.Transposes the rows and columns of a matrix.
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
Parâmetros
- matrix
- Matrix4x4
A matriz para transpor.The matrix to transpose.
Retornos
A matriz transposta.The transposed matrix.