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

In This Topic
    IsIdentity() 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() As Boolean
    public bool IsIdentity()

    Return Value

    Returns true if matrix is the identity transformation.
    See Also