Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / InvertMatrixd Method
The matrix to invert
The inverted matrix

In This Topic
    InvertMatrixd Method
    In This Topic
    Inverts a matrix.
    Syntax
    'Declaration
     
    Public Shared Function InvertMatrixd( _
       ByVal m() As Double, _
       ByVal invOut() As Double _
    ) As Boolean
    public static bool InvertMatrixd( 
       double[] m,
       double[] invOut
    )

    Parameters

    m
    The matrix to invert
    invOut
    The inverted matrix

    Return Value

    True if successful, false otherwise.
    See Also