FMatrix4Transpose Method

Return a version of the caller's matrix where the rows and columns have been swapped.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FMatrix4 Transpose(
	FMatrix4 matrix
)

Parameters

matrix  FMatrix4
Reference to the matrix to be transposed.

Return Value

FMatrix4
Reference to a new matrix representing the swapped rows and columns of the caller's object.

See Also