ComponentOne Bitmap for UWP
Transpose Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Transpose Method
The matrix whose transpose is to be calculated.
Calculates the transpose of the specified matrix.
Syntax
'Declaration
 
Public Shared Function Transpose( _
   ByVal value As Matrix4x4 _
) As Matrix4x4
public static Matrix4x4 Transpose( 
   Matrix4x4 value
)

Parameters

value
The matrix whose transpose is to be calculated.

Return Value

The transpose of the specified matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members