Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / IsIdentity Method / IsIdentity(Double) Method
Test tolerance

In This Topic
    IsIdentity(Double) Method
    In This Topic
    Check if the transformation is the 'Identity' one. 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
    Syntax
    'Declaration
     
    Public Overloads Function IsIdentity( _
       ByVal zeroTolerance As Double _
    ) As Boolean
    public bool IsIdentity( 
       double zeroTolerance
    )

    Parameters

    zeroTolerance
    Test tolerance

    Return Value

    Returns true if matrix is the identity transformation.
    See Also