Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Matrix Class / IsIdentity4 Method
The matrix

In This Topic
    IsIdentity4 Method
    In This Topic
    Returns true when the matrix is Identity.
    Syntax
    'Declaration
     
    Public Shared Function IsIdentity4( _
       ByVal matrix(,) As Double _
    ) As Boolean
    public static bool IsIdentity4( 
       double[,] matrix
    )

    Parameters

    matrix
    The matrix

    Return Value

    True when the matrix is Identity, false otherwise
    See Also