FMatrix4Transpose Method
Return a version of the caller's matrix where the rows and columns
have been swapped.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 Transpose(
FMatrix4 matrix
)
Public Shared Function Transpose (
matrix As FMatrix4
) As FMatrix4
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix to be transposed.
FMatrix4
Reference to a new matrix representing the swapped rows and columns
of the caller's object.