ComponentOne Bitmap for UWP
TransposeRef(Matrix4x4) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > TransposeRef Method : TransposeRef(Matrix4x4) Method
The matrix whose transpose is to be calculated.
Transposes the matrix.
Syntax
'Declaration
 
Public Overloads Shared Sub TransposeRef( _
   ByRef value As Matrix4x4 _
) 
public static void TransposeRef( 
   ref Matrix4x4 value
)

Parameters

value
The matrix whose transpose is to be calculated.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List