ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Invert Method
The matrix whose inverse is to be calculated.

In This Topic
    Invert Method (Matrix4x4)
    In This Topic
    Calculates the inverse of the specified matrix.
    Syntax
    'Declaration
     
    Public Shared Function Invert( _
       ByVal value As Matrix4x4 _
    ) As Matrix4x4
    public static Matrix4x4 Invert( 
       Matrix4x4 value
    )

    Parameters

    value
    The matrix whose inverse is to be calculated.

    Return Value

    The inverse of the specified matrix.
    See Also