ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / TransposeRef Method / TransposeRef(Matrix4x4,Matrix4x4) Method
When the method completes, contains the transpose of the specified matrix.
The matrix whose transpose is to be calculated.

In This Topic
    TransposeRef(Matrix4x4,Matrix4x4) Method
    In This Topic
    Calculates the transpose of the specified matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub TransposeRef( _
       ByRef result As Matrix4x4, _
       ByRef value As Matrix4x4 _
    ) 
    public static void TransposeRef( 
       out Matrix4x4 result,
       ref Matrix4x4 value
    )

    Parameters

    result
    When the method completes, contains the transpose of the specified matrix.
    value
    The matrix whose transpose is to be calculated.
    See Also